[css-d] IE6 and 7 help please

2011-01-01 Thread Peter Bradley
Happy New Year to the list. I'm just starting on the development of a site for an authoress and have hit a problem in IE6 and 7 with the main navigation list. You can see the page I'm working on at: http://www.peredur.net/stella/template.php The page is valid according to the w3c validator

Re: [css-d] IE6 and 7 help please

2011-01-01 Thread Chetan Crasta
http://www.peredur.net/stella/template.php The page is valid according to the w3c validator and renders correctly in everything I've tried (FF, Opera, Chrome, IE8) except for IE6 and 7.  IE6 isn't respecting the padding given to the links.  IE7 isn't displaying the menu at all!

Re: [css-d] IE6 and 7 help please

2011-01-01 Thread Peter Bradley
On 01/01/11 15:30, Chetan Crasta wrote: ul#topnavlist li a {position:relative} That is the hack that will fix the problem. BTW, your page is not valid. The Crime, Cats etc sub-menu should be within anli. ~Chetan Aargh! That'll teach me one of two things. Either to stop fiddling when

Re: [css-d] IE6 and 7 help please

2011-01-01 Thread Chetan Crasta
Now I just have to sort out why IE7 and only IE7 seems to be having a problem with the placeholder image.  It's never straightforward, is it. Many thanks, Chetan. Happy to help. Try the same hack: #header img {position:relative;} ~Chetan

Re: [css-d] IE6 and 7 help please

2011-01-01 Thread Peter Bradley
On 01/01/11 16:23, Chetan Crasta wrote: Happy to help. Try the same hack: #header img {position:relative;} ~Chetan Yep. Just did. It works, too. Just out of interest, do you know what's going on here? Or is it one of those, It works. Don't ask, sort of things? If I could get a handle