Hi All,
I'm have a major problem with getting FireFox3 to work with text-decoration:underline. In IE it works fine, however in FireFox3, nothing happens. Funny thing is that it seems to work depending where I place my text but not on the location I want it to be on the screen. Any suggestion please?? Thanks!!!
The section of code is as follow:
#container { z-index:1; background-color: #FFFFFF }
#toplinks { position:relative; top:43px; height:13px; width:300px; display:block; z-index:1000;margin:0px 250px 0px auto; padding:0px; text-align:center;font-size:11px;line-height:13px; }
#toplinks a { font-size:13px; text-decoration:none; color:#000000; }
#toplinks a:hover { font-size:13px; text-decoration:underline; color:#CC0000; }
<script type="text/javascript"
</head>
<body><div id="container"><div id="toplinks"><a href="about-1-w.asp">About</a> | <a href="help-3w.asp">Services</a> | <a href="help-3-w.asp">Enquiry</a></div>
I'm have a major problem with getting FireFox3 to work with text-decoration:underline. In IE it works fine, however in FireFox3, nothing happens. Funny thing is that it seems to work depending where I place my text but not on the location I want it to be on the screen. Any suggestion please?? Thanks!!!
The section of code is as follow:
#container { z-index:1; background-color: #FFFFFF }
#toplinks { position:relative; top:43px; height:13px; width:300px; display:block; z-index:1000;margin:0px 250px 0px auto; padding:0px; text-align:center;font-size:11px;line-height:13px; }
#toplinks a { font-size:13px; text-decoration:none; color:#000000; }
#toplinks a:hover { font-size:13px; text-decoration:underline; color:#CC0000; }
<script type="text/javascript"
</head>
<body><div id="container"><div id="toplinks"><a href="about-1-w.asp">About</a> | <a href="help-3w.asp">Services</a> | <a href="help-3-w.asp">Enquiry</a></div>