Jump to content

slicing not displaying correctly in Firefox


87dave87

Recommended Posts

It is because you're using a paragraph tag around the [b]8 emulators in this category[/b] text

By default paragraph tags have a bit of margin/padding on them. So the margin/padding was making your row hight lager and thus you get the distorted image type effect. You should use a span tag instead.

Also you are using far too much html for the type of layout you're doing.
Using tables for layouts isnt recommended. As tables are designed for showing tabular data on a web page. You should start to learn CSS layouts. With CSS layouts you have to code far less html at least 75% less.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.