December 21, 200817 yr Does anyone know why my roll overs arn't working. I read somewhere that I may have to do something with the selecter, but I am not sure. The links on the top nav bar ("Home Domain" ect) are meant to have white roll overs. P.s Ignore the rest of the site, it's not finished yet. Please help, this has been driving me mental. Thanks Visit Website some of the code: </style> <link href="../CSS/nav_links.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- a:link { text-decoration: none; color: #555555; } a:hover { color: #FFFFFF; text-decoration: none; } a:active { text-decoration: none; color: #555555; } a:visited { text-decoration: none; color: #555555; } -->
December 21, 200817 yr I'm not sure that you have not solved this, because the at mouseover state the link turn to white so follow the css rules perfectly.
December 21, 200817 yr Author I'm not sure that you have not solved this, because the at mouseover state the link turn to white so follow the css rules perfectly.
December 21, 200817 yr I can't see a problem with this code. In what browser are the links not working correctly?
December 21, 200817 yr Author Whats happening is: -When I put the visited link colour to the same as link colour #555555(brown). The white roll over doesnt work as shown in the web site link. Site1 -When I delete the visited link css or set the default colour to #555555, the roll over works but the link colour turns to a purple colour. e.g Site2 I am trying to get the link to be #555555(brown) with white roll over not purple with white rollover. Does anyone know why this happens?
December 21, 200817 yr Does anyone know why my roll overs arn't working. I read somewhere that I may have to do something with the selecter, but I am not sure. The links on the top nav bar ("Home Domain" ect) are meant to have white roll overs. P.s Ignore the rest of the site, it's not finished yet. Please help, this has been driving me mental. Thanks Visit Website some of the code: <style media="screen" type="text/css"> a { text-decoration: none; color: #555555; } a:hover { color: #FFFFFF; } </style>
December 21, 200817 yr Whats happening is: -When I put the visited link colour to the same as link colour #555555(brown). The white roll over doesnt work as shown in the web site link. Site1 -When I delete the visited link css or set the default colour to #555555, the roll over works but the link colour turns to a purple colour. e.g Site2 I am trying to get the link to be #555555(brown) with white roll over not purple with white rollover. Does anyone know why this happens? Also, I forgot to mention. Why dont you try taking out the css info out of the main page and put it into your css file at the top. These way you only have one place to look. Use CSS to your advantage. And get rid of those <!-- --> tags if they are not needed. I have a good feeling they might be a problem or could pose a problem in the future. Hope this helps, let me know if that doesnt work.
December 21, 200817 yr Author Xr4t3D85 thank you very much for helping with this btw. I copied your code you gave me. It worked up until I a added the link, active and visited commands as I had to add these to change the colours of the links and get rid of the underline ect.
Create an account or sign in to comment