Jag blir inte slug på detta. Kanske har man blivit lite blind och missar småsaker. Men här kommer en illustration på skillnaderna. Som faktiskt skiljer sig i FF och IE också. Se bifogad fil.
Bifogar även HTML koden:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="css/style2.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="galleriRubrikHolder text_15_white">
<div class="galleriRubrikText"><b>Galleriet</b></div>
</div>
</body>
</html>
Samt CSS-koden där "resetkoden" hämtad från nätet också ligger:
.galleriRubrikHolder {
position:relative;
float:left;
width:228px;
height:27px;
background-color:#000;
vertical-align:top;
margin-top:0;
border-top:0px;
}
.galleriRubrikText {
position:relative;
vertical-align:top;
float:left;
width:218px;
height:auto;
padding-right:0px;
padding-top:4px;
padding-bottom:0px;
padding-left:10px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
border-top:0px;
top:0px;
left: 0;
right:0;
bottom:0;
}
.text_15_white {
font-family:Calibri, Arial;
color:#fff;
font-size:15px;
}
/*------RESET CSS---------------------------------------------------------------------------------------------------------------------------*/
body, html {padding:0; margin:0}
* {padding:0; margin:0;}
.clear {
clear:both;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
border-spacing:0px;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/*------RESET CSS---------------------------------------------------------------------------------------------------------------------------*/
