PDA

View Full Version : css help


coder4life
07-20-2003, 03:43 PM
I cant get the links in the navigation menu to be red like the copyright link... Anybody got some ideas...

the page (http://bret.t35.com/webd/) = doesnt show it at that link

the exact page (http://bret.t35.com/webd/index.htm) = worked there once its the exact link

css file (http://bret.t35.com/webd/css/1.css)

Joe the Large
07-20-2003, 04:30 PM
If I understand correctly, the nav links are starting out red, but aren't red after being clicked. If that's the case, it's because you don't have an a:visited color specified in your css, so the browser is using its' default visited link color. If you include that in your stylesheet, the links will stay red even after being clicked.

HTH

Joe

coder4life
07-20-2003, 04:47 PM
Sorry i feel stupid now i didnt realize that i still had the url for the links as # but i got it working now thanks...