mattjones Posted November 25, 2008 Share Posted November 25, 2008 Hello I am not sure if this should be in the CSS section or if you can do it in HTML but: How do you make a page start at the very top of the browser? My site seems to start just below the top arrow of the vertical scroll bar and i dont get why! Thanks in advance for any help. Quote Link to comment Share on other sites More sharing options...
revraz Posted November 25, 2008 Share Posted November 25, 2008 Are you using any CSS? Hard to say without seeing any code. Quote Link to comment Share on other sites More sharing options...
mattjones Posted November 25, 2008 Author Share Posted November 25, 2008 no i have not used CSS on it yet i did it with tables could that be the problem. Could i use CSS to move my table up. The page is www.musicandmediadirectory.co.uk you can see that the background shows through at the top and the title banner is not flush with the top of the browser. Thanks Matt Quote Link to comment Share on other sites More sharing options...
BoltZ Posted November 26, 2008 Share Posted November 26, 2008 If you want to put it at the top of the page no matter what you can do margin-top:0px; margin-left:0px; position:absolute; Not recommended to use absolute positioning though. 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.