Old 22nd June 2004, 19:40   #1
squakMix
wwwyzzerdd
(Forum King)
 
squakMix's Avatar
 
Join Date: May 2003
Posts: 3,458
Aligning with css tags?

Is it possible (i know this may sound n00bish, because it is) to do webpage aligning stuff with css? Like make a tag that aligns everything in it to the bottom of the page? I would appreciate any help
squakMix is offline   Reply With Quote
Old 22nd June 2004, 19:46   #2
ryan
not fucked, not quite.
(Forum King)
 
ryan's Avatar
 
Join Date: Feb 2002
Location: Missouri via Tennessee
Posts: 8,813
Send a message via AIM to ryan
code:
div#bottom {
position: absolute;
bottom: 5px;
}



code:
<div id="bottom">blah</div>


You can add left: somepx (or a %);, to play around with how it's positioned also.
ryan is offline   Reply With Quote
Old 22nd June 2004, 19:54   #3
squakMix
wwwyzzerdd
(Forum King)
 
squakMix's Avatar
 
Join Date: May 2003
Posts: 3,458
Awsome, thanks. I'll mess with it
squakMix is offline   Reply With Quote
Old 22nd June 2004, 19:55   #4
ryan
not fucked, not quite.
(Forum King)
 
ryan's Avatar
 
Join Date: Feb 2002
Location: Missouri via Tennessee
Posts: 8,813
Send a message via AIM to ryan
edit: doh, this would be more helpful than the previous link.
ryan is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Community Center > General Discussions

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump