View Full Version : Css Tricks!!
Dreamer
04-17-2004, 10:19 AM
http://www.draac.com/css/csstricks.html
Juts39
04-17-2004, 12:46 PM
cool! Gotta try that out one of these days...i've always wondered how to do that.
I use just simple html code for my homepage...nuttin fancy. But i like that you can add any background(for links) and stuff.
Ohhh, and borders!
Thanks! Bookmarked!
Dreamer
04-18-2004, 10:25 AM
Your welcome my friend!!...... :)
EARLE
04-18-2004, 07:46 PM
cool! Gotta try that out one of these days...i've always wondered how to do that.
I use just simple html code for my homepage...nuttin fancy. But i like that you can add any background(for links) and stuff.
Ohhh, and borders!
Thanks! Bookmarked!
finished changing over my website to css today.
WHAT IS CSS?
CSS2 builds on CSS1 (see [CSS1]) and, with very few exceptions, all valid CSS1 style sheets are valid CSS2 style sheets. CSS2 supports media-specific style sheets so that authors may tailor the presentation of their documents to visual browsers, aural devices, printers, braille devices, handheld devices, etc. This specification also supports content positioning, downloadable fonts, table layout, features for internationalization, automatic counters and numbering, and some properties related to user interface
ALL GOVERMENTAL AND COMMERCIAL WEBSITES MUST MEET THESE NEW STANDARDS. I BELIEVE THAT VERY SOON THE REST OF US WILL ALSO AS THE NEW BROWSERS ARE SET UP TO VIEW WEBSITES USING THE NEW STANDARDS AND ANY THAT DON'T [MEET THESE STANDARDS] WILL NOT BE VIEWED AS WE INTENDED OR CODED THEM [USING HTML] ON THESE NEW BROWSERS.
THIS WILL INCLUDE WEBTV WEBPAGES.
SOO,GET BUSY [I AM] AND GET DOWN TO BUSINESS SO WE CAN ALL HAVE ACCESSIBLE WEBSITES.
THERE IS MUCH TO LEARN AND IN SOME CASES RE-LEARN.
http://css.nu/
http://www.w3schools.com/css/default.asp
http://glish.com/css/
http://www.htmlhelp.com/reference/css/
http://www.basictemplates.com/tools/?google
http://www.w3.org/Style/CSS/
http://www.w3.org/TR/REC-CSS2/
http://www.westciv.com/style_master/academy/css_tutorial/
http://css.nu/pointers/bugs.html
http://www.hwg.org/resources/faqs/cssFAQ.html
http://css.nu/articles/table-in-css.html
Juts39
04-18-2004, 08:37 PM
oh my, i'm getting a headache...LOL
i might not have a webpage if everybody has to use CSS.
one of these days when i have nooooooothing to do, i might start to work on it.
EARLE
04-19-2004, 06:00 PM
oh my, i'm getting a headache...LOL
i might not have a webpage if everybody has to use CSS.
one of these days when i have nooooooothing to do, i might start to work on it.
<html>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<head>
<title>TITLE HERE</title></head>
<style type="text/css">
body {font-family: arial, helevetica, times new roman,sans-seriff;font-weight:normal;font-size:1em;background-color:#000000; color: #ffffff;
}
a:active {font-family: arial, helevetica, times new roman,sans-serif;font-weight:normal;font-size:1em;color:#ffffff;
}
a:visited {font-family: arial, helevetica, times new roman,sans-serif;font-weight:normal;font-size:1em;color:#ff0000;
}
a:alink {font-family: arial, helevetica, times new roman,sans-serif;font-weight:normal;font-size:1em;color:#ffffff;
}
span {font-family: arial, helevetica, times new roman,
sans-seriff;text-decoration: none; font-weight: normal; font-size:1em;color: #ffffff;
}
.footer {font-family: times new roman, arial, helevetica,
sans-seriff; text-decoration:none; font-style:italic; font-weight: normal; font-size:1em;color: #ffffff;
}
t {font-family:times new roman, arial,helevetica;font-size:2em;font-weight:bold;color:#ffffff;
}
</style>
REST OF TEXT ,IMAGES HERE.
</body>
</html>
if at 1st you don't succeed,CHEAT,lol!
the background color is set for black [#000000] and text is white [#ffffff],but you can set them for anything/color you want.the font-weight is set for normal [cept footer & t style]. use the t style for a header. color is set for white [natch,bg is black].THIS IS JUST BASIC STUFF AND YOU CAN FOOL AROUND WITH IT ALL YOU WANT. OH,TEXT SIZE IS SET AT 1EM,YOU CAN CHANGE IT TO WHAT YOU WANT [DO not SUGGEST CHANGING TO 50,LOL!]. :)
Juts39
04-19-2004, 09:10 PM
thanks, i will play around with it one of these days :)
BTW, do you have the codes for the different background colors somewhere?
EARLE
04-19-2004, 09:44 PM
thanks, i will play around with it one of these days :)
BTW, do you have the codes for the different background colors somewhere?
i COULD chase you to my website:
www.earlea.com
and tell you to click html,but i'll do you a favor and let you have direct access,lol.
http://www.freelink.org/html
scroll down to colors section.
Juts39
04-19-2004, 10:07 PM
thanks :)
bookmarked both ;)
EARLE
04-20-2004, 04:53 PM
i COULD chase you to my website:
www.earlea.com
and tell you to click html,but i'll do you a favor and let you have direct access,lol.
http://www.freelink.org/html
scroll down to colors section.
ok,now why isn't this,
http://snurl.com/EARLEAA
clickable? hmmmm. same as www.earlea.com but has a builtin counter in the url.
pesach
04-20-2004, 06:39 PM
I think I will have Bill Gates over for dinner.
vBulletin® v3.8.1, Copyright ©2000-2010, Jelsoft Enterprises Ltd.