jwk811 Posted May 7, 2010 Share Posted May 7, 2010 i want the logo to have absolute positioning right at the top left of the page on top of whatever is there. it is at the top left all the way. when you make the window bigger and the margins get bigger it is way over there. how can i make it stay in the wrapper? #logo { position:absolute; left:0px; top:0px; <div id="logo"><img src="<?php echo WEB_ROOT;?>images/logo.png"></div> } Quote Link to comment Share on other sites More sharing options...
Hybride Posted May 7, 2010 Share Posted May 7, 2010 Your page requires a wrapper container then, with the logo within the wrapper. And why is your div container in the actual CSS? I am assuming you're doing a 2-column page, so 2 Column fluid CSS. Quote Link to comment Share on other sites More sharing options...
jwk811 Posted May 7, 2010 Author Share Posted May 7, 2010 oops its not supposed to be i was just showing the css and html and accidently put it in the brackets. and i am using a wrapper thats why i dont understand why its not working 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.