I recently redid ZicklePop.com (ZicklePop Productions), to add cross-browser compatibility. Here are my errors:
OPERA:
Theres about a 8 pixel gap at the top and bottom of the website. To fix this in other browsers I use the code:
KONQUEROR:
Some images are not being displayed by it like:
http://www.zicklepop.com/gfx/spacer.gif
http://www.zicklepop.com/gfx/bg-top.png
http://www.zicklepop.com/gfx/bg-leftside.png
To see what I mean visit www.zicklepop.com in those browsers. Please help me to fix them.
Do you see any other bugs? Please tell me, thank you!
OPERA:
Theres about a 8 pixel gap at the top and bottom of the website. To fix this in other browsers I use the code:
Code:
<style type="text/css">Body{margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}</style>
KONQUEROR:
Some images are not being displayed by it like:
http://www.zicklepop.com/gfx/spacer.gif
http://www.zicklepop.com/gfx/bg-top.png
http://www.zicklepop.com/gfx/bg-leftside.png
To see what I mean visit www.zicklepop.com in those browsers. Please help me to fix them.
Do you see any other bugs? Please tell me, thank you!