HTML interesse |
|
Ik weet niet of het hieraan ligt maar ik doe meestal het volgende waardoor het bij elke browser het er goed uit komt te zien en ik heb nooit problemen met mijn website's
/* cabedge.com Screen Styles */
html { margin: 0; padding: 0; width: 100%}
/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}
ul, li{ list-style:none;}
/*reset link eigenschappen*/
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}
html, body
{
/*reset padding */
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
/*reset margin */
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/* cabedge.com Screen Styles */ html { margin: 0; padding: 0; width: 100%} /* resets most browser styles to enhance cross-browser compatibility */ h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; } img, a{ border:none; text-decoration: none;} ul, li{ list-style:none;} /*reset link eigenschappen*/ a:link { text-decoration: none;} a:visited { text-decoration: none;} a:hover { text-decoration: none;} a:active { text-decoration: none;} html, body { /*reset padding */ padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; /*reset margin */ margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; }
|