What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » CSS layout, backgrounds etc.

1 votes - 5 average   CSS layout, backgrounds etc.
Author: Message:
Vilkku
Veteran Member
*****

Avatar

Posts: 1411
Reputation: 27
35 / Male / Flag
Joined: Mar 2003
O.P. CSS layout, backgrounds etc.
When using a CSS layout, is there a way to chnage the background (or any at all) properties of only one div? eg. having the left and right dive blue and the center one green.
[Image: signature.php]
09-02-2004 11:28 AM
Profile E-Mail PM Web Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: CSS layout, backgrounds etc.
if u use div class
in the css u have
code:
.greendiv {
background-color: green;
}
.bluediv {
background-color: blue;
}
and then u use <div class="greendiv"> and <div class="bluediv">
09-02-2004 12:16 PM
Profile PM Find Quote Report
Vilkku
Veteran Member
*****

Avatar

Posts: 1411
Reputation: 27
35 / Male / Flag
Joined: Mar 2003
O.P. RE: CSS layout, backgrounds etc.
Thanks.
[Image: signature.php]
09-02-2004 12:34 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: CSS layout, backgrounds etc.
For a detailed CSS reference, try http://www.w3schools.com

<offtopic>750 posts! I am officially a freak! YAY! :banana:</offtopic>
[Image: spartaafk.png]
09-02-2004 10:17 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On