|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Using CSS on php
I've got a problem with my .php site... We "transformed" it to .php from .shtml and the CSS is not performing well. The links dont change colors when we pass the mouse over them. although the code is on the main .php (index.php) it still doesnt work.
Help? ;) |
|
#2
|
||||
|
||||
|
RE: Using CSS on php
Code? ;)
|
|
#3
|
|||
|
|||
|
RE: Using CSS on php
Cant send
its all ok, just when the server reads the page as .php it doesnt work |
|
#4
|
|||
|
|||
|
RE: Using CSS on php
Ok, figured out one part.
I want to do something else now... How do I get my a:hover to work on visited links? |
|
#5
|
||||
|
||||
|
RE: Using CSS on php
#footer a:link, #footer a:visited
{ color: #666; } or if you want it to be different #footer a:link { color: #666; } #footer a:vistited { color: #999; } |
|
#6
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by Nicky.
Reason: CSS problems |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Using CSS on php |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|