Hi, I need someone to help me in this... I designed a site... sigma2008.com for my friend. when i use Firefox it opens fine..but when i use IE or Chrome, menu doesnt work correctly... I need it to work fine atleast in IE.. Menu is a CSS style one... Hope some could help me in this... Thanks a lot in advance...
Maybe you should try less html/css hacks and use css layout and javascript. I dont like theese menus made by anchor hover effect.
oh... but my friend is interested in this styel... only problme is its not working fine in IE... any one plz help me...
You will never get IE to attempt to perform like modern browsers without a proper doctype. Use this one on the first line: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
@drhowarddrfine: I tried this. but no use... where shud i add this line... i added this before <html> tag itself... @frizli: I already use a seperate css file for the site... Any more approaches.. plz...
That is the correct place but you have since removed it. You cannot be helped unless you leave it in.
You need to use some hacks to make your design looks the same in both browser IE and Firefox. You want to use "condition comments" if you use one these hacks. Make your menu simple CSS that both browser understand and support. Post your codes up maybe they can help.