| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
|
Need help with page design
Hello folks. Thanks for having me! I am new to having/creating a website. I have been learning basic HTML and have been using 'Kompozer' to create my pages. But what I want to do is learn how to make links glow or change color when you pass over them with your mouse. (For example go to thesitewizard.com Notice the links on the left. How they change from Gray to Black when your pointer passes over them.) Is this CSS, or PHP? If so can someone show me the code for this, or point me to a tutorial? Thanks! |
|
|
|
|
|
#4 (permalink) | |
|
Grumpy old man
Join Date: Oct 2007
Location: North Japan
Posts: 1,696
|
Quote:
Just to point you in the right direction, it's CSS. CSS/HTML and Javascript) are client-side; that is, they are processed by the browser and are used to affect the layout and interactivity of a page once it's been downloaded. PHP operates on the server-side; that is, it is processed by the web server and changes the page before it ever gets downloaded to your browser. Things like highlighted text effects are handled by the browser, and are therefore client-side. |
|
|
![]() |