PDA

View Full Version : SkyDancer: problem with Firefox


Zooalex
09-04-2006, 12:40 PM
Hi to all,

I've a problem with the SkyDancer template.

It work with Internet Explorer, but it doesn't work with Mozilla Firefox browser, maybe a CSS problem (incompatibility).

There is a solution for that?

Thank to all!
Alex

redeye
09-04-2006, 01:02 PM
Replace the current part of your css with

div.categories div.col
{
float: left;
height: 80px;
text-align: left;
width: 260px;
padding-left: 10px;
position: relative;
}
div.categories div.last
{
float: left;
height: 80px;
text-align: left;
width: 250px;
padding-left: 10px;
}

You have height:2px which is what's causing the problem.

Zooalex
09-04-2006, 01:23 PM
It is working! Thanks a lot redeye