iJoseph Posted April 5, 2010 Share Posted April 5, 2010 I have a layout for a website where the background has a white space in the middle and fills the rest in with a colour, I need to get a div to stay in the white bit even when the browser is resized. I tryed using absolute positining but it just stays the same 100 odd pixels from the side. How would I get the div to move along with the white space? Quote Link to comment Share on other sites More sharing options...
haku Posted April 6, 2010 Share Posted April 6, 2010 set position:relative to the white space, and absolute positioning to the div. Make sure the div is contained int he white space container. If that doesn't work, you are going to have to post some code, because I'm just taking a stab in the dark here. Quote Link to comment Share on other sites More sharing options...
iJoseph Posted April 6, 2010 Author Share Posted April 6, 2010 That worked, Thanks 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.