Page 1 of 1
Not looking right in FF
Posted: 14 Oct 2008, 00:35
by Gandolf
Check this link.
http://www.skogaslkk.se/joomla/index.ph ... &Itemid=27
In IE 7 all looks good but in FF 3.03 the text in the article is right beside the picture even though Vertical and Horizontal space is set to 10 for the picture. Where to fix that in the template?
Re: Not looking right in FF
Posted: 14 Oct 2008, 16:56
by Jan
Hi, this should be changed in editor, if the hspace or vspace does't work, then e.g. some padding should be added into a class of the image (in editor )
Jan
Re: Not looking right in FF
Posted: 14 Oct 2008, 18:46
by Gandolf
If you're adamant about letting hspace and vspace do its thing, you're going to have to remove the universal selector reset. This is what I did in the template.css. Now it works.
I replaced
{
margin: 0;
padding: 0;
}
with this
html, body, div, span, applet, object, iframe,
p, pre, a, abbr, acronym, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, legend,
table, caption, tbody, tfoot, thead, tr, th, {
margin:0px;
padding:0px;
}
Re: Not looking right in FF
Posted: 16 Oct 2008, 00:05
by Jan
Ok, thank you for this info I will take a look at it and will change it for the next versions...
Jan