I've looked at the statics of my site...
and these are the results:
pos. browsers visiters percentage
1 MS Explorer 7.x 22.305 43.09%
2 MS Explorer 6.x 21.092 40.75%
3 Firefox 2.x 7.026 13.57%
4 Firefox 1.x 876 1.69%
5 Safari 523.x 183 0.35%
6 Onbekend 70 0.14%
7 Opera 9.x 45 0.09%
8 MS Explorer 5.x 34 0.07%
so IE5.5 isn't that much used..
I used tables, because that was the only solution, before the table I used:
Code:
<div id="menu">
<a href="index.html" target="_parent" onmouseover="MM_swapImage('Image4','','images/menu_afbeeldingen/rollover/menu_rollover_03.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="images/menu_afbeeldingen/normaal/menu_normaal_03.jpg" name="Image4" width="237" height="34" border="0" id="Image4" /></a>
<a href=...> .. more buttons ...</a>
<a href=...> .. more buttons ...</a>
<a href=...> .. more buttons ...</a>
</div>
but IE7, 6 and 5.5 wouldn't work with that ... they putted some space between the buttons, therefor I used the tables. If I should adjust it now...it's quite a large and boring job because i've to do 20+ pages..
Bookmarks