Log In · Register

 
DIV positioning, can you do that?
rosa
post Feb 7 2004, 08:00 PM
Post #1


Newbie
*

Group: Member
Posts: 5
Joined: Feb 2004
Member No: 3,256



can you position images anywhere you want like by div positioning? i have tried that in the header and it doesn't work...however i see ppl with layouts that are positioned by themselves...is there a code?
 
 
Start new topic
Replies
thewang767
post Feb 10 2004, 06:14 PM
Post #2


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2004
Member No: 2,074



do this as your div tag:
<div id="blog">

then, use this in your externally hosted CSS:
#blog {
position: absolute;
top: 0px;
left: 0px;
}
*note the use of "#blog" instead of "div.blog". you must have the "#"..
 

Posts in this topic


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