I must first confess that I am a beginner at web design but whenever I design my divs never sit flush against the browser window. What styles should I use?
Page 1 of 1
Web Design Layout
#2
Posted 07 October 2010 - 05:49 AM
Actually this is not your fault pal, Some browser doesn't support some of the features of HTML or any designing coding. If you want to see the effects then you have to consider all the browser and make your code. At the same time you also have to check the syntax of your coding because single spelling mistakes also can create the problem to whole designing.
#3
Posted 12 October 2010 - 06:21 AM
Quote
I must first confess that I am a beginner at web design but whenever I design my divs never sit flush against the browser window. What styles should I use?
Do you have a browser reset stylesheet?
#5
Posted 12 October 2010 - 09:30 PM
in the css do this
This will make it site flush to the top
Hope this helps
body{
top:0px;
margin:0px;
}
This will make it site flush to the top
Hope this helps
Share this topic:
Page 1 of 1
Help


















