my test page at www.rodgers.co.uk/test renders perfectly in Safari, but comes up as lovely unformatted html in IE6 on PCs. I really thought I'd cracked it Anyone know what I've not done? On a second note, not as urgent as the first, one of the nav links on the LHS will need a pop out sub menu. Can anyone point me in the right direction as to how I can achieve this? Jeff
I'm not sure, but to me it looks like it's because you have commented out ( <!-- & -->) most of your code.
Not tested. It appears IE does not understand the path. Remove the base url thingie, and redo the image and stylesheet urls as absolute addresses, eg. http://www.rodgers.co.uk/test/stylesheet.css or http://www.rodgers.co.uk/images/some.jpg. Lose all that silly javascript, and make your stylesheet human readable. After the site is fixed, you can add javascript in as a progressive enhancement, and compact the stylesheet, though why you'd want to is beyond me. cheers, gary
Thanks Gary, looks great now! Shame IE6 doesn't understand <p1> for a different paragraph style. J3ff