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? Link to comment https://forums.phpfreaks.com/topic/197671-divs/ 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. Link to comment https://forums.phpfreaks.com/topic/197671-divs/#findComment-1037542 Share on other sites More sharing options...
iJoseph Posted April 6, 2010 Author Share Posted April 6, 2010 That worked, Thanks Link to comment https://forums.phpfreaks.com/topic/197671-divs/#findComment-1037777 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.