Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2004-01-20, 08:37 PM   #1
soggy
If something goes wrong at the plant, blame the guy who can't speak English
 
soggy's Avatar
 
Join Date: Apr 2003
Location: Florida Panhandle
Posts: 304
style.css question

How would I add my vlink and link color tags in below for this style.css page? Say I want red links and green visited links.



<!---
/* Main body attributes */
body {
font-family:Verdana, Sans-serif;
color; #FFFFFF;
font-size: 12px
}
soggy is offline   Reply With Quote
Old 2004-01-20, 08:48 PM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
<style type="text/css" media="screen"><!--
a:visted { color: fuchsia }
a { color: yellow }
body { color: black; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif }
--></style>
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2004-01-20, 08:55 PM   #3
soggy
If something goes wrong at the plant, blame the guy who can't speak English
 
soggy's Avatar
 
Join Date: Apr 2003
Location: Florida Panhandle
Posts: 304
Cleo you are amazing...

All these years I havent learned Style sheets yet. Do you have a tutorial link?

Thank you that worked great.

soggy
soggy is offline   Reply With Quote
Old 2004-01-20, 09:11 PM   #4
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Download this demo
http://www.westciv.com/style_master/download/index.html

And then check out its tutorial
http://www.westciv.com/style_master/..._sm/index.html

Personally I use Adobe GoLive, but the above is a pretty decent CSS editor.

Webmonkey also has some good info
http://hotwired.lycos.com/webmonkey/...lesheet_guide/
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2004-01-22, 08:26 AM   #5
Thiago Dickman
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
Thiago Dickman's Avatar
 
Join Date: Nov 2003
Location: Sao Paulo, Brazil
Posts: 52
Send a message via ICQ to Thiago Dickman
Hi, soggy!

When you've mastered the basics of CSS, you can try looking at the following link to better understand the language and try some more advanced stuff:

http://msdn.microsoft.com/library/de...attributes.asp

This is MSDN's reference for CSS, and you'll probably find pretty much anything you need in there. As I said, it's meant for programmers so you'll have a hard time trying to understand it if you're new to CSS. Also, pay attention to the compatibility issues with some browsers - since this is a Microsoft reference guide, there are some "IE-Only" effects there.

Hope to have helped you a bit!

Best Regards,

Thiago Dickman
__________________
work hard. play hard.

iCQ # 339924518
Thiago Dickman is offline   Reply With Quote
Old 2004-01-22, 08:40 AM   #6
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Yeah use the Microsoft page as Microsoft is known for their W3 compliant open standards. |raygun|

Maybe try the Mozilla page as I hear they are a bit more open then Microsoft.
http://www.mozilla.org/catalog/web-developer/css/
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2004-01-22, 08:51 AM   #7
Thiago Dickman
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
Thiago Dickman's Avatar
 
Join Date: Nov 2003
Location: Sao Paulo, Brazil
Posts: 52
Send a message via ICQ to Thiago Dickman
Quote:
Originally posted by Cleo
Yeah use the Microsoft page as Microsoft is known for their W3 compliant open standards. |raygun|

Maybe try the Mozilla page as I hear they are a bit more open then Microsoft.
http://www.mozilla.org/catalog/web-developer/css/
LOL Cleo! Microsoft is really the best when it comes to following W3 standards!

Now seriously, that is the best CSS documentation I ever found, and after digging out that page(s) I never had to look again for more information... Fortunately (and surprisingly), Microsoft actually points out which effects will work on all browsers and which will only be useful for IE, so it's still a nice resource!

Thanks for your Mozilla link, I'll check it out! BTW, I've personally been using Mozilla Firebird for some time now and it really kicks IE's ass IMHO! Let's hope it turns out to be a new standard (yeah right)!

Best Regards,

Thiago Dickman
__________________
work hard. play hard.

iCQ # 339924518
Thiago Dickman is offline   Reply With Quote
Old 2004-01-22, 09:00 AM   #8
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally posted by Thiago Dickman
I've personally been using Mozilla Firebird for some time now and it really kicks IE's ass IMHO! Let's hope it turns out to be a new standard (yeah right)
We can only hope.

Actually with the rise of Linux, IBM and Oracle have both dropped Microsoft along with your homeland's government of Brazil and most of the Asian countries, it looks like Mozilla may actually become the new standard. You just have to love open source software.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2004-01-22, 09:09 AM   #9
Alphawolf
Don't come to Florida for vacation. We're closed.
 
Alphawolf's Avatar
 
Join Date: Nov 2003
Location: Orlando, Florida
Posts: 1,874
Some CSS Resources:

http://www.meyerweb.com/eric/css/

http://www.webmasterworld.com/forum83/

http://www.mako4css.com/

http://www.csszengarden.com/

news://news.bradsoft.com/

news://forums.projectseven.com/css
Alphawolf is offline   Reply With Quote
Old 2004-01-28, 11:02 PM   #10
venturi
No offence Apu, but when they were handing out religions you must have been out taking a whizz
 
Join Date: Apr 2003
Location: An Oasis atop a High Desert Mesa
Posts: 282
Send a message via ICQ to venturi
Do yourself a huge favor and pick up a copy of Eric Meyer's Cascading Style Sheets 2.0 Programmer's Reference. You can get a copy of it for around $30 on Amazon or at your local bookstore. It's *very* informative and easy to understand.
venturi is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:34 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc