CSS Help
OK CSS gurus, I have set up a layer thingie that needs to be 24 px high and 26 px wide.
The height is important because it contains two small images that I want stacked on top of each other.
The problem is that no matter what I do, it ends up being too high so there's an ugly gap between the images, this is the code...
Mind you, it works fine in Safari and IE 7 but not in Firefox or Chrome.
If you want to see it in real life its the little calendar at the top-left of most pages at at debono.com.au/forum.
The height is important because it contains two small images that I want stacked on top of each other.
The problem is that no matter what I do, it ends up being too high so there's an ugly gap between the images, this is the code...
#ddate { background-color: transparent;
position: absolute; z-index: 4;
top: 83px; left: 173px;
max-width: 26px; max-height: 24px; float: left; }
Mind you, it works fine in Safari and IE 7 but not in Firefox or Chrome.
If you want to see it in real life its the little calendar at the top-left of most pages at at debono.com.au/forum.
0
This discussion has been closed.
Comments
Thanks to all.