Guest Posted July 27, 2007 Share Posted July 27, 2007 I want there to be a link on the bottom right of the screen I was thinking I could do it in css can I. I want a div down there. If i can can you tell me how Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted July 27, 2007 Share Posted July 27, 2007 err put the div with link in it in your html, give it an id. in your css give the parent element position: relative; and give the div you just added position: absolute; bottom: 0; right: 0; Quote Link to comment Share on other sites More sharing options...
Guest Posted July 27, 2007 Share Posted July 27, 2007 OK ill give that a try thank you. Quote Link to comment Share on other sites More sharing options...
Guest Posted July 28, 2007 Share Posted July 28, 2007 <div style="position: absolute; bottom: 0; right: 0;"> <div style="position: relative;"> box here </div> </div> This worked and it went in the lower right hand corner but when i scrolled it stayed there can you help me. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted July 29, 2007 Share Posted July 29, 2007 the inner div should have the absolute position... Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted August 2, 2007 Share Posted August 2, 2007 You need to use javascript if you want the watermark to follow the browswer, if it scrolls.Or positon: fixed; or soemthing like that. Quote Link to comment Share on other sites More sharing options...
Promark Posted August 10, 2007 Share Posted August 10, 2007 You can do something like the flowers here fairly easy. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.