Background-div, inside a div area |
Background-div, inside a div area |
Jun 24 2005, 11:13 PM
Post
#1
|
|
![]() Im Gavin HI!! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 802 Joined: Mar 2005 Member No: 111,644 |
so if i make a div absolute or any other kind is it possible to put a different background for each div? i believe a nick name for it is Fake Table, its where a div layout is created but for the link stuff there are set background and bodys. I do not have an example but if you know what it is thanks ^_^.
|
|
|
|
![]() |
Jun 25 2005, 12:45 AM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
..... Not exactly sure what you're talking about.... But here's my stab at it. =/
Yeah.... You can move the divs around and whatnot... But do you get the basic idea? BTW, you can do this with just divs and no stylesheet.... But I like stylesheets. |
|
|
|
Jun 25 2005, 08:05 PM
Post
#3
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 |
QUOTE(nyah-nek0 @ Jun 25 2005, 12:45 AM) ..... Not exactly sure what you're talking about.... But here's my stab at it. =/ CODE <style type='text/css'> Yeah.... You can move the divs around and whatnot... But do you get the basic idea? #one{background-image: blah.gif;} #two{background-image: boo.gif;} </style> <div class="one"> I'm div one. =P </div> <div class="two"> I'm div two. =P </div> BTW, you can do this with just divs and no stylesheet.... But I like stylesheets. That code is wrong. When you put a number sign in front of something, that means that it's an ID. So it has to be like this. QUOTE <div id="one">
I'm div one. =P </div> |
|
|
|
Lightner Background-div Jun 24 2005, 11:13 PM
Lightner oh nvm i found the code... incase u want it i foun... Jun 25 2005, 01:22 AM
Spiritual Winged Aura Where is the tutorial ? i cant find it 0.o
edit/... Jun 25 2005, 04:25 AM
Lightner lol ^_^ ur welcome, im glad to be of service =O Jun 25 2005, 10:34 AM
Spiritual Winged Aura =] . can i use div over table? Just like Nick. Jun 25 2005, 07:58 PM
Lightner uhh.... i already said thanks... problem solved...... Jun 25 2005, 08:31 PM
Spiritual Winged Aura There is a script in xanga sections 0.o Jun 26 2005, 03:32 AM
fishcake-y That code is wrong. When you put a number sign in ... Jun 27 2005, 08:16 PM![]() ![]() |