Forum Moderators: not2easy
i used the css inside the html code and everything is absolutely perfect with firefox Chrome ie 8 etc, the only issue i have is with IE 6 wich gets the CSS code but for some reason the TOP property is ignored or something the result is a menu that has the buttons in a stair kind of way the first button is ok the second lower third lower fourth lower and so on.
Theres prolly better ways to do this but this was my noobish way to make it work :) so dont flame me for my uber skills help me and il be greatfull for ever :). Thank you
[edited by: swa66 at 6:50 pm (utc) on Nov. 11, 2009]
[edit reason] language [/edit]
IE6 can barely render anything correctly without the use of hacks or work-arounds. IE6 also, does not like .png images especially transparent ones.
It looks like your problem is stemming from your relative postitioning properties (eg. left: 311px; top: -252px;) there are much better ways of using CSS stylesheets to position elements on the page.
Have a read up on "CSS positioning using container divs", that might help. I must also stress again the importance of using external CSS stylesheets.