|
Posted by Andy Dingley on 04/19/07 10:03
On 19 Apr, 10:40, TommyD <tommydonbav...@googlemail.com> wrote:
> I've recently added a free css template to my Dreamweaver designed
> site at http://www.tommydonbavand.co.uk
Hard to say without spending billable time on it -- the CSS is a bit
skanky to be honest, although the visuals look nice enough.
As a wild guess, the problem is with the float on the .leftmenu not
being cleared afterwards adequately to keep IE happy. Adding
#prefooter { clear: left; } might help, or you might stick a <br
style="clear:all;" > in there.
Overall I'd probably refactor the CSS and clean it up before I tried
to debug it. It uses too many id attributes on big page sections and
not enough classes (and inconsistently). Also it requires "style5"
sticking on each and every child, rather than just once on one
parent. Setting line-height and setting line-height in ems (rather
than as a dimensionless number) are other bad ideas.
Oh, and of course it uses pixel-sized fonts. Clear sign of
cluelessness.
Navigation:
[Reply to this message]
|