QueenZ
05-26-2012, 02:05 PM
Hi, I would like to make some buttons that would stick to the right bottom side of the page... how can I do this?
See the illustration...
See the illustration...
|
||||
|
View Full Version : Resolved How to make something stick to the bottom of the page? QueenZ 05-26-2012, 02:05 PM Hi, I would like to make some buttons that would stick to the right bottom side of the page... how can I do this? See the illustration... _Aerospace_Eng_ 05-26-2012, 02:46 PM Did you want them to not move as well when the user scrolls? QueenZ 05-26-2012, 03:03 PM Did you want them to not move as well when the user scrolls? yepp! QueenZ 05-26-2012, 03:14 PM I also want them to stick to the right side no matter what... QueenZ 05-26-2012, 03:31 PM position:fixed; bottom:0px; puts it at the bottom but how do I make THEM stick to the right side ? Excavator 05-26-2012, 03:41 PM Hello QueenZ, Maybe this will work for you - position:fixed; bottom:0px; right: 0; Learn some basics of CSS positioning here (http://www.w3schools.com/Css/css_positioning.asp). QueenZ 05-26-2012, 03:59 PM Hello QueenZ, Maybe this will work for you - position:fixed; bottom:0px; right: 0; Learn some basics of CSS positioning here (http://www.w3schools.com/Css/css_positioning.asp). Thank you!!! You saved my day! A million thanks! |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum