My service links are formatting very strangely with this theme in I.E 7.x

It looks alright on Firefox though. Is this something that needs to fixed in the main stylesheet or the service link is broken...

Images attached....

Comments

paulhenrich’s picture

If you look carefully on the firefox screen capture you will see that it has an alignment problem, too. I am experiencing this problem as well. I also have Garland enabled and haven't noticed this problem with Garland. The firefox issue looks like it might be a problem with the class ".first".

Everything looks great in Safari.

Lioz’s picture

have you tried clearing the float:left property ?

you can try adding


.service-links img{
float:none;
}

in your style.css file, let me know!

guru81’s picture

Status: Active » Closed (fixed)

Please remove my reply, i make a mistake.