I have had that before, it ended up it was the image..... you may have some space attached to the image that is tray adding a background colour of white above the background url, see if that hides it......
but if you are only getting that line on that browser, can you not update the browser?
I downloaded your image and checked it out in photoshop and can't see a problem with it.
I also have an old laptop with a partitioned hd and I run Ubuntu 8.04 on one half of that. I just checked out your page on that in Firefox (3.0.1) and there is no line showing around the image. Could it be a problem with your monitor? I've had a hell of a game trying to find compatible drivers for the nvidia graphics card on the laptop, that's why I'm still on 8.04, upgrading leaves me with a black screen.
Anybody else with Ubuntu want to take a quick peek? Lines or no lines?
Is it possible you have a background color set to black(or some other dark color) and a left-margin of 1 and top-margin of 1 while your width is an absolute size? Meaning you have a absolute width of say 60px but since your image has a left-margin of 1 and a top margin of 1 with a black background it's being bumped to the right and down by a pixel simulating the one pixel left and top borders?
I hope I didn't confuse more with my horrible attempt at a description.
On the left page-curl image background for that div, it seems to show a line around box
img in css has border set to none.
here is the url, and the source files are linked for viewing.
http://ronguilmet.uuuq.com/css%20floats/
I am new to CSS, and I'm playing around with layouts. So it's ugly just to see what I can get the page to do.
what browser you seeing it on?
I can't see anything on FF, IE8, Safari, Chrome or Opera
Firefox, ubuntu 9.04
can you screenshot it, as I got rid of my linux dual boot
However it's on the firefox. I noticed the firefox is not the most current. Maybe that's it. I'll fireup gimp and get a screenshot.
updated with screenshot attached[attachment=0]screenshot.gif[/attachment]
but if you are only getting that line on that browser, can you not update the browser?
I upgraded to firefox 3.5, and it's still there.
have you checked all of your spacings?
I wil look into this later, don't have time just now, I will download the image and check it out
I also have an old laptop with a partitioned hd and I run Ubuntu 8.04 on one half of that. I just checked out your page on that in Firefox (3.0.1) and there is no line showing around the image. Could it be a problem with your monitor? I've had a hell of a game trying to find compatible drivers for the nvidia graphics card on the laptop, that's why I'm still on 8.04, upgrading leaves me with a black screen.
Anybody else with Ubuntu want to take a quick peek? Lines or no lines?
to see if any other browsers view the line, if not, I would not worry too much about it,
Is it possible you have a background color set to black(or some other dark color) and a left-margin of 1 and top-margin of 1 while your width is an absolute size? Meaning you have a absolute width of say 60px but since your image has a left-margin of 1 and a top margin of 1 with a black background it's being bumped to the right and down by a pixel simulating the one pixel left and top borders?
I hope I didn't confuse more with my horrible attempt at a description.
ikthius, I'll check out the link. thank you.
You're right, I'm not gonna worry to much about it, it's not a deal breaker. Right now, I just trying to learn CSS.
After reading some books, watching Chris' videos, I thought I had a good understanding of CSS.
But wow, you code something to think it's right, and it's not. LOL
Thanks again for all your help.
but the link will let you see what it is like on a multitude of browsers/OSs
and you will get better at CSS