• ARCHIVES 
  • » [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

Pages: 123456..6

[b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

[b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

[b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, and other style attributes on Web sites, without having to use long HTML codes. [b]EXAMPLE OF COMMON USE CSS:[/b] Remember not to remove any colons or semicolons, the code will not work without them. Your finished style sheet will be placed between the <head> tag: Begin style sheet: <">End style sheet How do I make my own style sheet? You start your style sheet with this tag: <style type="text/css"> and end it with this one: </style> All of your attributes will go in between those two tags. For instance, if you wanted just a style sheet to remove the underline from your links, you would use this style sheet: <style type="text/css"> A:link { text-decoration: none; } </style> If you want a style sheet that also includes a background color, you would use this tag, substituting your own color # where you see bold text: <style type="text/css"> A:link { text-decoration: none; } body { background-color: #000000; } </style> TAKE NOTE: for advance user who wish to make much elaborated design pls USE UR SEARCH ENGINE ... i suggest too pls visit first the ff link u can learn more bout css here http://www.dynamicdrive.com/ http://www.w3schools.com/ for cursor codes and hover again search for this... theres lot of site that offer their service and provide codes for this.. and all u need to do is copy paste the codes...

Last edited by eehjhay (2007-08-03 03:50:47)

'airene17
» FTalkAddict
FTalk Level: zero
416
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

thanks for sharin. . :thumbsup: :thumbsup:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

wowowieee!!! a newbie like me appreciates my sharing ... much appreciated...pal... anywayz i come up w/ this in conjuction with my overlaying tutorial... (posted here too) wherein i share d simpliest way to make a page design... thanks again.... :rose:
eehjhay
» FTalkWhiz
FTalk Level: zero
2692
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

lol. just a suggestion, do not put a comment in a css style if you have a wrong comment tag. comment tag is bounded by this code <!-- comment here --> for example: <style> body { background: transparent; } <!-- no background --> </style>
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

lol.. enx for clarification eehjay...
black seraphim
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

[quote=eehjhay]lol. just a suggestion, do not put a comment in a css style if you have a wrong comment tag. comment tag is bounded by this code <!-- comment here --> for example: <style> body { background: transparent; } <!-- no background --> </style>[/quote] You can also use this style on inserting comment on css code. /*comment*/ like this [quote]<style type="text/css"> /*this is a css style for paragraph*/ p { font-family: verdana; font-size: 10px; color: #000000; } </style>[/quote]
i_can't_speak_english
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

confused :crybaby:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

hehehe actually <style> </style> is oly short ver of this <style type="text/css"> </style> then putting /* */ jus serve as a purpose of idetification what ur codes for u can put anthing there even ur name... its same with putting <!----- mssg here --------!> with or w/o those stil ur css style will do as long as there is open and close tag ... or else it would be an error for it will cause u gap example : http://www.geocities.com/apolpie.n_nuggets//switpotatotuitorial.html pls view the source to see what i mean i uses <style type="text/css"> </style> as my css tag for head part ....

Last edited by switpotato (2007-08-03 21:32:30)

black seraphim
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

@switpotato I viewed your source and I saw these [quote]body { background-color: mistyrose; background-image: url(http://i147.photobucket.com/albums/r299/switpotato/pinkstripewp.jpg); color: mistyrose;background-attachment: fixed; font-family: verdana; font-size: 11; font-weight: bold; letter-spacing: 0pt; line-height: 10px; text-align: justify; } body {cursor: url(http://www.dressupmyspace.com/cursors/bunny/1.cur);} BODY{BORDER-TOP: 20px outset pink ; BORDER-BOTTOM:20px inset pink; BORDER-LEFT: 20px outset pink; BORDER-RIGHT:20px inset pink;} body { scrollbar-Face-Color:#FFC0CB; scrollbar-Highlight-Color:seashell; scrollbar-Shadow-Color:#FFC0CB; scrollbar-3dLight-color:seashell; scrollbar-Arrow-Color:seashell; scrollbar-Track-#FFC0CB:seashell; scrollbar-DarkShadow-Color:seashell} /*you forgot to terminate this line */ td, xmp { font-family: verdana; color: chocolate; font-size: 9; font-weight: normal; letter-spacing: 0pt; line-height: 12px; text-align: justify; } BODY { scrollbar-face-color:#FFFFFF; scrollbar-highlight-color:#FFF5F5; scrollbar-3dlight-color: salmon; scrollbar-darkshadow-color:#FFF5F5; scrollbar-shadow-color: salmon; scrollbar-arrow-color:#F9B7B7; scrollbar-track-color:#FFFFFF; BODY{BORDER-TOP: 20px outset pink ; BORDER-BOTTOM:20px inset pink; BORDER-LEFT: 20px outset pink; BORDER-RIGHT:20px inset pink;}[/quote] Its better that all the style codes shall be wrap in only [b]ONE[/b] [i]body { }[/i]. Another thing that I have observed is the [b]scrollbar style, and body border style[/b] that were wrapped on your body tag have been repeated on the bottom part of your code. That is not the proper way to make css codes and this must be something like this: [quote]<style type="text/css"> body { scrollbar-face-color:#FFFFFF; scrollbar-highlight-color:#FFF5F5; scrollbar-3dlight-color: salmon; scrollbar-darkshadow-color:#FFF5F5; scrollbar-shadow-color: salmon; scrollbar-arrow-color:#F9B7B7; scrollbar-track-color:#FFFFFF; background-color: mistyrose; background-image: url(http://i147.photobucket.com/albums/r299/switpotato/pinkstripewp.jpg); background-attachment: fixed; cursor: url(http://www.dressupmyspace.com/cursors/bunny/1.cur); BODY{BORDER-TOP: 20px outset pink ; BORDER-BOTTOM:20px inset pink; BORDER-LEFT: 20px outset pink; BORDER-RIGHT:20px inset pink; font-family: verdana; font-size: 11; font-weight: bold; letter-spacing: 0pt; line-height: 10px; text-align: justify; } </style>[/quote] Since I just added styles only in a [b]body[/b] tag, I do not have to put comments like <!- -!> or /* */. Comment tags were only used if you define a class or id for an html tag like this one: I'll make a css style on a <div> tag with a define class and id for example the html code goes something like this: [quote]<html> <head> <title>Div</title> </head> <body> <div [color=#FF0000]class="div1"[/color]></div><br><div [color=#FF0000]id="div2"[/color]></div> </body> </html>[/quote] To avoid confusing on every divs you must add up comments like this on your css style. [quote]<html> <head> <style type="text/css"> /*this div is for my more about me*/ [color=#FF0000].div1[/color] { font-family: tahoma; font-size: 10px; color: #000000; } /*this div is for my testimonials*/ [color=#FF0000]#div2[/color] { font-family: verdana; font-size: 10px; color: #FFFFFF; } </style> <title>Div</title> </head> <body> <div [color=#FF0000]class="div1"[/color]></div><br><div [color=#FF0000]id="div2"[/color]></div> </body> </html>[/quote] In friendster they add up comments on tag so that friendster users that will make any edition on css codes will not be confused. I hope you get my point. :)
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

yep... i figure it out too... i done it in a rush for table designing i made... and some codes like for modules r there just for my quick identification lol... usin a semicolons for body will do the magic... but for a newbie to combine codes dont u think doing such wil be lil compicated... mind u mostly of newbie who juz starting to make overlaying just depend in copy paste codes... same way can be applied in non overlaying havent u notice .. ids and classes r kept on repeatedy mentioned ;) and for my div..lol... i uses a general id for that... why separate my div... when i intented to have one design for all...

Last edited by switpotato (2007-08-03 22:30:26)

black seraphim
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

@switpotato [quote]yep... i figure it out too... i done it in a rush for table designing i made... and some codes like for modules r there just for my quick identification lol... usin a semicolons for body will do the magic... but for a newbie to combine codes dont u think doing such wil be lil compicated... mind u mostly of newbie who juz starting to make overlaying just depend in copy paste codes... same way can be applied in non overlaying havent u notice .. ids and classes r kept on repeatedy mentioned[/quote] Since your code is for learning purposes why did you make it in a rush? Combining a code in [b]one[/b] tag is not that complicated. Your code is actually more complicated because you repeatedly put css styles on your body tag and that is more confusing for those newbie to understand and more unaccurate for the server to read. Did you ever notice that your sample overlay page loads poorly? And since those newbies are on copy&paste code stage, You shall make sure that your codes are clean, no errors at all and most of all no repetition of defining css styles on tags since your page is a sample of an overlay profile. [quote]and for my div..lol... i uses a general id for that... why separate my div... when i intented to have one design for all...[/quote] lol... i just make an example on the common use of comment tags. You're free to use the same style on your divs. :lol:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

lol what i posted are introduction in css see the first part of the topic... i just show my preview for what to.. to let see [b]<style type="text/css"> </style>[/b] or [b]<style type="text/css"> <!-------- </style>[/b] wil do too same with [b]<style> </style>[/b] or [b]<style type="text/css"> /*this is a css style for paragraph*/ </style>[/b] some variety how codes wer executed thats why i suggested too... plsvisit the given site for more specially for advance user like u... ok for all to check if u did it ryt... pls use validator... it wil give u a hint what part went wrong http://jigsaw.w3.org/css-validator/ theres more site that offer this kind of service.. i juz lost my link... toink! and that the advantage pf people who have prog in making layout like photoshop u design hit show html no sweat codes r there...

Last edited by switpotato (2007-08-03 23:11:22)

black seraphim
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

[quote]ok for all to check if u did it ryt... pls use validator... it wil give u a hint what part went wrong http://jigsaw.w3.org/css-validator/ theres more site that offer this kind of service.. i juz lost my link... toink! and that the advantage pf people who have prog in making layout like photoshop u design hit show html no sweat codes r there...[/quote] I have checked my page http://ab.atwebpages.com/bluesoft to validate my page and this is what happened: [quote]5 body Property scrollbar-base-color doesn't exist : #466478 6 body Property scrollbar-track-color doesn't exist : #466478 7 body Property scrollbar-3dlight-color doesn't exist : #000000 8 body Property scrollbar-arrow-color doesn't exist : #eeeeee 47 a .friendspic Parse Error - opacity=50) 51 a:hover .friendspic Parse Error - opacity=100) 54 a .affilates Parse Error - opacity=50) 57 a:hover .affilates Parse Error - opacity=100)[/quote] Then I have read this one on http://www.websitedev.de/css/validator-faq and this is what it says: [quote]The CSS Validator validates your style sheet against some profile, e.g. CSS Level 1 or CSS Level 2. Some browser Vendors however extend these profiles by new properties like Microsoft did with the scrollbar-base-color or filter property or Mozilla with the -moz-opacity property. The Validator is not aware of these properties and using them makes your style sheet invalid in terms of the CSS specifications. Either get rid of those properties or live with the fact, that your style sheets don't validate. You cannot have both.[/quote] This means that the validator is not aware of these scrollbar-base-color and filter styles but Windows Internet Explorer and Mozilla firefox (Firefox can read opacity by [b]-moz-opacity[/b] style but cant read scrollbar-base-color style) can read the following css style because these style properties are extended feature on browser. The point here is if you want to make a Valid css style sheet you must get rid of these properties and use css styles that are valid. These are the valid css styles just check them out if you want [url]http://www.w3.org/TR/REC-CSS1[/url] [url]http://www.w3.org/TR/CSS2/[/url] Still I want to use scrollbar-base-color properties and filter properties to spice up my profile. Who the hell care on that css validation. For me, Its just like formality purposes. :lol:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

yeaa...some colorname aint legally read.......wakekeke anyway u sounds really a genius in this stuff i leave it all to u... master of this craft... ;) horray!!! pls post more i juz want to learn more... educate me again i aint showing my preview for my codes to b copied nor my mistakes tooo hahaha... i juz show the head part ... for beginning of my css w/c then is.... <style type="text/css"> </style> and the other what is with <style type="text/css"> <!---- </style> in it...
black seraphim
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

@switpotato I'm not a geek on this stuff I just know the basics.
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

and i know only below the most basic hahaha... anyway theres a thing that intrigue me... what that meta equip for and transition of entry i seen those with photoshop but some site have those too but it legally named after to them... dahhh!! i really dont get it hahaha

Last edited by switpotato (2007-08-03 23:53:47)

black seraphim
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

@switpotato Actually I dont know exactly the use of meta equip. What I know on my meta tags is for adding keywords on your page and description. Web developers add keywords and description so that search engine can display their page.
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

i wana know more about that thou... thou i personally dont need it lol.. anyway i forgot to thank u regarding the editted css for that preview... ill use those maybe later... and one thing ..hehehe .. i hate using this /* */ specifing what those codes for... know why?... for rippers purpose...wakekeke... let them analyze what those for... n i usually make my codes so close to each other.... rumbing it most of the time... giving the ripper a hard time figuring it out lol... wicked me...
black seraphim
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

[quote=switpotato]i wana know more about that thou... thou i personally dont need it lol.. anyway i forgot to thank u regarding the editted css for that preview... ill use those maybe later... and one thing ..hehehe .. i hate using this /* */ specifing what those codes for... know why?... for rippers purpose...wakekeke... let them analyze what those for... n i usually make my codes so close to each other.... rumbing it most of the time... giving the ripper a hard time figuring it out lol... wicked me...[/quote] Hahahaha! Rippers will really have a hard time ripping your layout if that's the case :lol: May I view your friendster account? :lol:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

im not using overlay as of now... aint showing dunno why i shift last time to non for a while waaaaaaaa... my email add: u.nix_07@yahoo.com
  • ARCHIVES 
  • » [b]What is CSS? [/b] CSS stands for cascading style sheets. Cascading style sheets are used to change properties like font face, size, font in tables, scrollbar color, link color and hover color, a

Pages: 123456..6

Board footer

© 2024 F Talk

Current time is 21:58

[ 10 queries - 0.041 second ]
Privacy Policy