Jump to content

BabaFree

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by BabaFree

  1. BabaFree

    Border Trouble

    Hello,I'm having some trouble with a border and, rather than continuing to pull my hair out, I wanted to ask for help.The problem is that in Firefox there is a gap between the top border and the start of the header image. In IE7 there is not. I've tried messing with everything to figure out why and have had no luck at all. Anyone know why it's doing this and how to fix it?Thanks in advance,BrandonHere is the page:http://www.babafree.com/drafts/nlacyouth/index.htmlHere is the CSS: html,body {margin:0;margin-top:5px;padding:0;}body {font: 76% arial,sans-serif;text-align:center}p {margin:0 10px 10px}a {display:block;color: #981793;padding:10px}div#header {height:80px;background-image:url(../images/layout/header.jpg);}div#header h1 {padding-top:30px;margin-left:30px;}div#container {text-align:left;width:700px;margin:0px auto;border:medium solid #A0CA4A;}div#content {float:left;width:500px;background-image:url(../images/layout/content_body.jpg);background-repeat:repeat-y;}div#content p {line-height:1.4;padding:10px;}div#navigation {float:right;width:200px;text-align:center;}div#navigation img{margin:10px;}div#extra {float:left;width:500px;background-image:url(../images/layout/content_footer.gif);background-repeat:no-repeat;}div#footer {background: #FFF;clear:both;width:100%}div#footer p {margin:0;padding:5px 10px}
  2. When it comes to a picture that is licensed under the creative commons license for atribution, is attributing a picture in the code enough or does it have to be visible on screen?Thanks,Brandon
  3. I guess it's time to start learning .NET :)Thanks for the tip. I'll contact these people and see if they can point me to some other groups as well. Regards,Brandon
  4. Check out the following link for a great tutorial on doing this.http://www.kirupa.com/developer/flash8/vid...ngMCbuttons.htmAs to the other questions, the little icons are called "Favicons" and some Google searches turn up a bunch of information that you'll find useful.As to XML, no clue to help you there.Hope this was helpful.Brandon
  5. I'll agree that this is a great resource. What I'm looking for, however (as far as this thread is concerned), is a resource to find local groups that I can physically be part of. Something that has meetings and conferences and the like. I looked into places like the HTML Writers Guild and such, but I would rather have something in my area. Any ideas?Thanks,Brandon
  6. Hey Everyone:I'm looking for somewhere that I can find local web design groups that I can join. So far, my Google skills have failed me. Is there a website that lists these kinds of groups?BTW, I'm searching in the Nashville, TN area.Thanks,Brandon
  7. BabaFree

    Div Overlap

    I'm sorry about the delay. I didn't have it online yet and have put it up athttp://www.babafree.com/test/If you hover over the top button on the left (just the square, I haven't put text on it), then "Hello" appears on the right side. It's overlapping the main content by 50px.
  8. Thanks a lot for the tip. I'll try it out tonight after work.Brandon
  9. BabaFree

    Div Overlap

    Hey Everyone:Here's the problem. My "Extra" div is overlapping my content by 50px. I can try to increase the negative margin (which makes the problem worse), or decrease it (which breaks the entire layout for some reason). I've included the CSS code below. Any help would be greatly appreciated.Thanks,Brandon <style type="text/css">html,body{margin:0;padding:0}body{font: 76% arial,sans-serif}p{margin:0 10px 10px}a{display:block;color: #981793;padding:10px}div#header h1{height:100px;line-height:80px;margin:0; padding-left:10px;background: #9AECEA;color: #79B30B}div#content p{line-height:1.4}div#navigation{background:#B9CAFF}div#extra{background:#FF8539}div#footer{background: #333;color: #FFF}div#footer p{margin:0;padding:5px 10px}div#wrapper{float:left;width:100%}div#content{margin: 0 150px}div#navigation{float:left;width:150px;margin-left:-100%}div#extra{float:left;width:200px;margin-left:-200px}div#footer{clear:left;width:100%}</style>
  10. Hey Everyone.Ok, I've Googled, searched on this forum and others, and even tried to make stuff up (which generally doesn't work, but you never know), and I'm batting 0.000 so far. Chalk it up to Javascript ignorance. What I want to do is have the contents of a specific <div> change when I hover the mouse over an image that is in a separate div:I've gotten the closest with the following: <img src="images/testbut1.png" onmouseover="document.getElementById('changing').innerHTML = 'hello'"> which works perfectly and I see "hello" show up in the target div! I get happy and start thinking that the last two hours have finally paid off. Then I put the following: <img src="images/testbut2.png" onmouseover="document.getElementById('changing').innerHTML = '<img src="images/ad_sundaysermon.jpg">'"> Heart plummets and elation gone. Nothing happens and these characters are displayed after my testbut2.png:'">Can anyone tell me what I'm doing wrong? Or simply present a better way of doing what I'm trying? Any help would be greatly appreciated.Thanks,Brandon
  11. Ok, I've found out that it actually works in IE6. At home I'm using IE7 beta and firefox and on both of these it is messed up. Anybody know how I can fix this?Thanks,BabaFree
  12. Hey everyone. I'm having a problem getting my html and css to work together and could really use some help. Here's the link:My Webpagehttp://72.29.82.174/~newlife/Here's the problem. I need the image on the right to expand the "divbody" as I expand the image. In other words I need the image to expand the double border and push the copyright down. I've worked on this for days and nothing I do seems to work. Please let me know if I've not explained this good enough.Thanks in advance for any help you could give me.Here's my CSS: body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: #662100;}.a:link { color:#C57104}a:link { color: #662100;}a:visited { color: #662100;}a:hover { color:#FFFF00;}.smalllinks { font-size:9px;}h1, h2, h3, h4, h5, h6, p, td, tr { color: #662100}#divbody { width:770px; height:auto; background-color:#E4DCC9; position:relative; margin:0 auto; z-index:5; }#topbar { width:770px; height:15px; text-align:right; font-size:x-small; font:bold; color:#662100; padding-top:3px; padding-bottom:3px;}#masthead { position:relative width:770px; height:150px; background-image:url(../images/masthead.png); text-align:center;}#navbar { width:770px; height:25px; background-color:#E4DCC9; text-align:center; font-size:medium; color:#662100; border-bottom-style:solid; border-bottom-width:2px; border-bottom-color:#662100; text-align:left }#mainpage { width:770px; height:auto; margin:0 auto; }.floatright { float:right}#copyright { position:absolute; text-align:center; font-size:smaller; left: 183px; top: 694px;}#rightbar { width:154px; height:auto; background-color:#E4DCC9; float:right; position:inherit; top:0px;}.bottomborderorange { border: thick double #DB8719;}.bodymargin { margin:10px;}
  13. It is a board that is installed through my hosting site. I'm assuming that I have access to the database, but I'm clueless when it comes to PHP. If I do have access and could come up with some type of code, would be a code that I could embed into a div on the page?
  14. Is there any way for me to show the latest post from from my phpBB forum on my homepage? Thanks.BabaFree
  15. I made a flash movie and then exported it to .avi. My fades in and out (using the alpha transparency) are fine in flash, but the seem to lag and slow down when I export it to .avi. Is there something I'm not doing or is this normal? Thanks in advance.BabaFreeEdit: Ok guys, I figured it out. If anyone's having the same problem, you have to export as 32bit w/ Alpha.
  16. THANK YOU!I do have flash. This helps me tremendously.God Bless,BabaFree
  17. Does anyone know of a way to covert an .swf file into a .avi or any other movie format that can be burned to DVD?Thanks in advanceBabaFree
  18. Thank you! That helps me out a lot. I've been trying to learn Fireworks as I go, but I've still got a ways to go. Especially since I'm trying to do Dreamweaver and Flash the same way.Thanks again,BabaFree
  19. What about just editing it in a Graphic Design program and writing text straight into the file. If you're looking for something cheap, check out GIMP or Inkscape. They're free.BabaFree
  20. I have tried, but i can't seem to get them to keep a transparent background. I am using fireworks, but when I save as gif the bacground is still white.
  21. Whenever I use an image with a transparent background (PNG files), they show up as a light blue background in IE6. Why is this and is there any way to get it to be transparent?Thanks,BabaFree
×
×
  • Create New...