|
| |
|
|
ncriptide
Posts: 19 Joined: 10/2/2007 Status: offline
|
Link color problem - 1/30/2008 18:19:30
On this site: http://www.nmhair.com The "Solutions" page should have links that are bold yellow in color because they are on a dark page background (per client request - not mine). But the links on the Products and FAQ pages (which are white background) also has its links in yellow - which won't work, because you lose the words. I just wanted them standard blue underline links that are suppose to be default. The "Solutions" page links are under a div ID called "hairRestore". That is the only div that I specified in my stylesheet as having yellow links. The footer links should be white - according to my stylesheet - and they're not - they are yellow. The links on the other pages, Products and FAQ are under a mainText div ID which has no link colors assigned. Should not that default to the standard link color? If someone could look over the site and the css and tell me what stupid thing I did wrong, it would be greatly appreciated.
|
|
|
|
Tailslide
Posts: 6270 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Link color problem - 1/31/2008 2:38:06
Hi Yes the other links on the site are currently the default link colour - blue. You don't have any link colours set apart from the footer so to add a different colour to the Solutions page you'd do this: Assuming that you'd want these coloured links on all links within a div called coloredBkgnd: #coloredBkgnd a:link, #coloredBkgnd a:visited {color:#faf103;}
#coloredBkgnd a:focus, #coloredBkgnd a:hover, #coloredBkgnd a:active{color:#a3d99f;} Remove the link styles you've added for Hair Restore and the footer links will also now be read.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
ncriptide
Posts: 19 Joined: 10/2/2007 Status: offline
|
RE: Link color problem - 2/2/2008 17:23:58
Thanks, Tailslide! That was it! I really appreciate your help on this . . .
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|