![]() |
|
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Zen Cart & osCommerce Tips, advice and help on how to use the most popular free E-commerce shopping carts available. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have changed quite a few of the colours on my site.
Whilst doing so I've noticed that the LOG IN HERE which used to be in a contrast colour is now in the same colour as the rest of the writing so no longer stands out unless you hover over it. Does anyone know which part of the stylesheet changes this.....I have been trying by trial and error but had no luck. Thanks Karen |
|
|||
|
Without seeing your actual site it's difficult to direct you to where the problem lies. The part of your CSS that controls link colours should look something like this.
HTML Code:
a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
__________________
Lawrence |
|
||||
|
TIP: Install/Use Firefox, then install web developers mod..
you will then be able to see all necssary css (stylesheet settings) in zencart/any other prog. ![]() |
|
|||
|
Firebug for Firefox is excellent for analysing web pages.
https://addons.mozilla.org/en-US/firefox/addon/1843
__________________
Lawrence |
| The Following User Says Thank You to Lawrence For This Useful Post: | ||
dezina (02-02-2008) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sidebox colours........ | pupsandpets | Zen Cart & osCommerce | 2 | 24-02-2008 03:00 PM |