Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-16-2004, 10:35 AM   #1 (permalink)
 
Newb Techie

Join Date: Jul 2004

Posts: 2

Erich

Default CSS References?

Does anyone know of a good resource for CSS for beginners? I'm working on a project that requires some CSS manipulation, but I don't have any experience. Something with simple code samples would be great.

Thanks,
Erich

Visit my website:

I Hate the New Star Wars

For my ongoing rant on why the new Star Wars sucks.
Erich is offline  
Old 07-18-2004, 03:22 PM   #2 (permalink)
 
Super Techie

Join Date: Oct 2003

Posts: 354

Ken Masters

Default

I would start here... http://www.w3schools.com/css/default.asp
__________________
<font face=\"arial\" color=\"#414D6A\" size=\"1\">PC SPECS:</font>
<font face=\"arial\" size=\"1\">
AMD Bartion 2500+ 1800Mhz
ASUS A7V8X-X
PC2100 256Mb DDRAM x 2
LG 52x24x52 CD
Seagate 80Gb 7200rpm 2Mb
ATI Radeon 9550 256Mb 8x
Intergrated PCI sound
17\" Samsung LCD 173s
</font>
Ken Masters is offline  
Old 07-19-2004, 07:22 AM   #3 (permalink)
 
Newb Techie

Join Date: Jul 2004

Posts: 41

leandroc76

Default

w3schools doesn't really explain the Class id efficiently enough.

CSS is simple.

the Basic guideline is this, any tag that can carry a class id:

syntx aside:

<table class="Main_Header" width="100%">
<?php include main_header.php>

</?>

</table>

The class Main_Header in the Table tag can be defined in the css file as...


Table.Main_Header {
width: 790px ;
background-color: #FFFFFF;
border-right: 1px solid #9a9a9a;
border-left: 1px solid #9a9a9a;
border-bottom: 5px solid;
}



It would be up to you to learn the different attributes you can change to each element(tag).

good luck.
leandroc76 is offline  
Old 07-19-2004, 01:07 PM   #4 (permalink)
 
Super Techie

Join Date: Oct 2003

Posts: 354

Ken Masters

Default

Take a look here too....

http://msdn.microsoft.com/library/de...node_entry.asp
__________________
<font face=\"arial\" color=\"#414D6A\" size=\"1\">PC SPECS:</font>
<font face=\"arial\" size=\"1\">
AMD Bartion 2500+ 1800Mhz
ASUS A7V8X-X
PC2100 256Mb DDRAM x 2
LG 52x24x52 CD
Seagate 80Gb 7200rpm 2Mb
ATI Radeon 9550 256Mb 8x
Intergrated PCI sound
17\" Samsung LCD 173s
</font>
Ken Masters is offline  
Old 07-22-2004, 05:27 PM   #5 (permalink)
 
Super Techie

Join Date: Apr 2004

Posts: 316

BlazingWolf

Default

You can also try...

http://www.webmonkey.com
__________________
BlazingWolf
<font color=\'red\'>
<b>
<a href=\'http://www.gaming-forums.org\'>
Gaming-Forums.org
<a/>
</b>
</font>
BlazingWolf is offline  
 
Closed Thread

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On