Hello:

I hope someone can steer me in the right direction on this issue.  As this is 
ie 
6 and 7, I don't expect too much ;-)  But I need these browsers to work because 
my client base uses them.

I have a site converted from a dreamweaver site, and still retains a javascript 
header navigation bar, to swap out images on hover.  I am too 
lazy/unskilled/frightened to re-write it all into css.  I had the code cut into 
chunks to put in a management system (modx).  


When the site was converted, I hacked out one piece of code, which served to 
allow the header image to effectively span the entire width of the browser, 
improving the look tremendously in my view, but causing errors in ie:

<!--
body {
    margin-top: 0px;
    background-color: #EAEAEA;
    background-image: url(http://www.rayxi.com/assets/images/bg2.gif);
    background-repeat: repeat-x;
}
-->

The site now validates, and I went back to this issue recently, it turns out 
this css comes first, right before the javascript starts, and before the css 
stylesheet is called.  It doesn't work at all if put in the stylesheet, for me 
at least. 


So when I try to put in back in, it looks fine except ie 6 and 7 both have 
trouble, in ie 6 it seems to prevent any images to be displayed in the page.

Test page is here: http://www.rayxi.com/index.php?id=63

I tried researching ie bugs, but its a wide sea of information and I almost 
drowned.  Can someone point me in the right direction?

Kind Regards.
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to