View Single Post
Old 07-31-2008, 10:00 AM  
nico-t
emperor of my world
 
Join Date: Aug 2004
Location: nethalands
Posts: 29,903
yea these kinda small things can be such a pain in the ass...
Anyway, found some new shit i didnt know about, the 'bottom: ...', 'right: ..' , etc. so called 'positioning properties': http://www.w3schools.com/Css/css_positioning.asp

So i did this inside another div id (and inside another div class), to position a link in the bottom right:

.commentslink a {
position: absolute;
bottom: 18px;
right: 18px;
}

and its working perfect
nico-t is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote