Thread: CSS Menu
View Single Post
  #2 (permalink)  
Old 12-09-06, 09:25 AM
Shaffer Shaffer is offline
Wannabe Coder
 
Join Date: Sep 2006
Location: Israel
Posts: 149
Thanks: 0
Thanked 0 Times in 0 Posts
Post

There...
Code:
<script language="JavaScript" type="javascript/text">
<!--
var browserName=navigator.appName; 
if (browserName=="Microsoft Internet Explorer") { 
    menu.ul.li = float: left;
    menu.ul.li = width: 100%;
} else if (browserName=="Microsoft Internet Explorer") {
    body.style.behavior = url(csshover.htc);
    body.style.font-size = 100%;
}
//-->
</script>
I am pretty sure this has a mistake in it, but it is certainly progress...

Shaffer.
__________________
Hello from Israel!

Last edited by Nico; 12-09-06 at 09:40 AM. Reason: Please use [code] wrappers when posting code.
Reply With Quote