Click to See Complete Forum and Search --> : background image works fine in firefox not ie.


tableforglasses
10-10-2007, 09:04 AM
I have a background image set up that fills the entire page. It works perfectly in firefox and safari no matter what the screen resolution it fills the screen, but in larger screen resolutions of ie it leaves white space around the right side and bottom of the image. I am not sure why it is doing this in ie but not the others.
Here is my css
body {
background: fixed;
background-image: url(TMIbg.jpg);
background-repeat: no-repeat;
}

Also the page can be found at www.themastersinn.com/new.html

dtm32236
10-10-2007, 09:12 AM
it probably has something to do with this:
http://www.webdeveloper.com/forum/showpost.php?p=464021&postcount=6

i'm not sure how you can fix that though.

KDLA
10-10-2007, 10:26 AM
I'm viewing it in IE6 with 1280x1024 resolution and don't notice a white space.

dtm32236
10-10-2007, 10:28 AM
KDLA's right.... I never even looked at the site, but I checked it in IE6 and IE7, and it looks fine in both. No white space.

KDLA
10-10-2007, 10:34 AM
I did notice that the image flickered and the background shown was white. You might set the background color to the dark blue shade so that if the bg does flicker, it's not so obvious. ;)

WebJoel
10-10-2007, 03:54 PM
<table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper">
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=10&display=latest&size=t&layout=v&source=user&user=9084576%40N03"></script>
<tr>
<td id="flickr_badge_source".... "script" not permitted in TABLE element error. This belongs in a TD I assume. :cool: