![]() |
#1 |
![]() Join Date: Apr 2009
Location: Miami, FL
Posts: 493
|
![]() Guys, I can't find a solution to this problem. Hover links won't display in IE. Any suggestions? Thanks
.navigation a:hover { text-decoration:none; border-bottom: 3px solid #0F0; } |
![]() |
![]() |
![]() |
#2 |
Administrator
![]() Join Date: Dec 2003
Posts: 9,730
|
![]() That code has no errors in it.
Please post the URL to the page. If your page is not inline, find a temporary location for it. (pst, you should know this by now ![]()
__________________
Please read this before asking for help. - New Tutorial: Define Your Site ![]() |
![]() |
![]() |
![]() |
#3 |
![]() Join Date: Apr 2009
Posts: 3,276
|
![]() Is it possible you have a more specific rule overwriting this one?
__________________
If my answer helped, check out DWcourse.com for Dreamweaver tips and tutorials. |
![]() |
![]() |
![]() |
#4 |
![]() Join Date: Apr 2009
Location: Miami, FL
Posts: 493
|
![]() No, I've looked into that as well. D, as soon as I get it on a server, I'll post link. Thanks
Here's code: Code:
.wrapper { height: auto; width: 100%; margin-top: 0px; margin-right: 0px; margin-left: 0px; clear: both; text-align: center; } body { margin: 0; padding: 0; background-color: #fff; text-align: left; font-family: "minion-pro-1","minion-pro-2","Times New Roman", Georgia, serif; } .top_div { height: auto; width: 100%; margin-top: 0px; position: absolute; left: 0px; top: 0px; background-color: #050607; border-bottom-width: medium; border-bottom-style: double; border-bottom-color: #CCC; clear: both; margin-bottom: 10px; } .top_inside { height: auto; width: 1000px; margin-right: auto; margin-left: auto; clear: both; } .navigation { float: right; height: auto; width: 700px; margin-right: 5px; margin-top: 20px; margin-bottom: 5px; color: #FFF; font-family:Verdana, Geneva, sans-serif; font-size:14px; text-align:center; font-weight:500; text-transform:capitalize; } .navigation a { color: #FFF; font-family:Verdana, Geneva, sans-serif; font-size:14px; text-align:center; font-weight:500; text-transform:capitalize; text-decoration:none; } .navigation a:hover { text-decoration:none; border-bottom: 3px solid #0F0; } img { border:none; } .logo { float: left; height: 60px; width: 200px; margin-left: 5px; } .main_content { height: 1000px; width: 1000px; margin-top: 10px; margin-right: auto; margin-left: auto; } .dateandsaying { height: 40px; width: 1000px; margin-right: auto; margin-left: auto; margin-bottom: 10px; } .footer { height: 300px; width: 100%; margin-top: 15px; position: absolute; left: 0px; background-color: #000; border-top-width: medium; border-top-style: double; border-top-color: #666; text-align: center; color: #FFF; font-family:Verdana, Geneva, sans-serif; font-size:14px; text-align:center; font-weight:500; text-transform:capitalize; } .saying { float: right; height: 30px; width: 490px; margin-top: 5px; margin-right: 3px; } .date { float: none; height: 15px; width: 1000px; margin-top: 5px; margin-left: auto; margin-right: auto; font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#CCC; text-align:left; } div.clear { clear: both; } .pnp { color:#0F0; } body,td,th { font-family: minion-pro-1, minion-pro-2, "Times New Roman", Georgia, serif; } .bottom { height: 66px; width: 1000px; margin-top: 0px; margin-right: auto; margin-left: auto; } .copyright { font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#CCC; text-align:center; font-style:normal; text-transform:lowercase; } .silence { width:1000px; height:100px: ; margin-top: 10px; margin-right: auto; margin-left: auto; } Last edited by Corrosive; 08-30-2011 at 05:47 AM.. Reason: wrapped in code tags |
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|