baldguy
-
Horizontal Menu Layout Problem in IE
Thanks, supperman! I ran it through validation, and all the errors I got were from the generated code, nothing I could change/fix. I applied the conditional style and it worked. That made me realize that I just needed to add the style: #naviga…
-
[Solved] IE6 Not Linking Links in one Div
I started deleting styles one by one with no effect until I got to "background". Then it worked just fine. Turns out the png background had an alpha transparency channel, and that freaked out IE6. So, I changed it to a .gif and called i…
-
[Solved] IE6 Not Linking Links in one Div
Thanks for the suggestions. I'll try working on them and report back. The IE6 debate. Yeah, I'd be happy if I could just code for, well, anything but IE6. However, I find that working with churches there is a higher than normal percent…
-
li background inheritance problem
Thanks, Robskiwarrior. Your suggestions almost get me there. The reason I wanted the background on the li element was because I wanted it to stretch the entire width of the containing div. When I change to what you suggested, it displays only the…
-
li background inheritance problem
@robskiwarrior - I am developing this using CMS Made Simple on my localhost. I don't have a live link, but I mocked up a page that shows what I'm talking about: http://www.spinninginfinity.net/testing/listtest.html Yeah, the extra } - I …
-
H1 bottom border not appearing in IE
I viewed it in IE6, and saw the problem you described. I am echoing what cybershot said - it's a width thing. If you apply a width of 99% to h1,h2 you're problem with that should go away. (Make sure you apply it to both h1 and h2, becaus…