Log In · Register

 
Background-div, inside a div area
Lightner
post 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 ^_^.
 
 
Start new topic
Replies (1 - 9)
talcumpowder
post 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.
 
Lightner
post Jun 25 2005, 01:22 AM
Post #3


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



oh nvm i found the code... incase u want it i found a tutorial from it at http://so-you.net/home/index.php?go=divtut it has a ton of stuff its really good... ok well thanks anyway ^^
 
demolished
post Jun 25 2005, 04:25 AM
Post #4


Senior Member
*******

Group:
Posts: 8,274
Joined: Mar 2004
Member No: 8,001



Where is the tutorial ? i cant find it 0.o

edit//

nevermind. i found it. thank u very much. =]
 
Lightner
post Jun 25 2005, 10:34 AM
Post #5


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



lol ^_^ ur welcome, im glad to be of service =O
 
demolished
post Jun 25 2005, 07:58 PM
Post #6


Senior Member
*******

Group:
Posts: 8,274
Joined: Mar 2004
Member No: 8,001



=] . can i use div over table? Just like Nick.
 
moorepocket
post Jun 25 2005, 08:05 PM
Post #7


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'>
#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>
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.

*

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
post Jun 25 2005, 08:31 PM
Post #8


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



uhh.... i already said thanks... problem solved... no more spam =P cept... if someone wants to tell me how to set opacity:50 over a mousover on images ^^
 
demolished
post Jun 26 2005, 03:32 AM
Post #9


Senior Member
*******

Group:
Posts: 8,274
Joined: Mar 2004
Member No: 8,001



There is a script in xanga sections 0.o
 
talcumpowder
post Jun 27 2005, 08:16 PM
Post #10


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



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.
----
? Class works fine for me......
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: