Display problem in Firefox (but ok in IE)

Associate
Joined
2 Aug 2005
Posts
680
I can't get my head around this one

(link removed)

I've recently changed the buttons so that they are in a list, and it all works fine in IE, just not in Firefox. Any help appreciated :)
 
Last edited:
Firefox 1.5.0.2

screenshot.gif


Works fine in Internet Explorer. I'll have a look at the code for you and see if I can spot the problem. But I always get randoms things like this happening whenever I test a website I've done in Firefox and Internet Explorer. :)
 
Thanks mate. The only thing I can think of is it's something to do with the list, as it was fine before when I just has a list of <a> tags with the ids attached. Whyyyyyy on a Friday :p
 
I've sorted it, don't ask how :p NOBODY MOVE! One of the paddings was padding-top instead of padding and that caused it , how v odd! Thanks for looking everyone :)
 
Glad you got it sorted, I really like the site, it's fresh, the style is really good and the colours are perfect, they all compliment each other. :)
 
Thanks mate :) Really appreciate the feedback!

On another subject, do you think I should leave the header as an image or leave the pictures and actually make the text (company name and strapline) proper text which I position under the pictures? Just thinking to think about standards.
 
theMAD2 said:
Thanks mate :) Really appreciate the feedback!

On another subject, do you think I should leave the header as an image or leave the pictures and actually make the text (company name and strapline) proper text which I position under the pictures? Just thinking to think about standards.

Personally I would base that decision on the font. If the font used for the header image is a font that most people have on their computers then I would consider changing it to text. It would also load quicker, but very marginally though, I'm sure that image isn't that big. If it's a font that you've paid for and not really widespread, keep the image. :)
 
theMAD2 said:
[...] actually make the text (company name and strapline) proper text which I position under the pictures? Just thinking to think about standards.
Yes, that's the most accessible and modern method for implementing headers and other such instances where you want to use some heavily styled text, but still retain it as actual content in the document.

Use an image-replacement technique as outlined in these threads:
http://forums.overclockers.co.uk/showthread.php?t=17548783
http://forums.overclockers.co.uk/showthread.php?t=17558050

Or alternatively look into using sIFR if you simply want to use a specific non-'web safe' font for page elements like headings. I'm currently using Linux and I don't have Century Gothic available.

:)
 
Last edited:
lol, the second link is one I started, small world :)
I've managed to get around that original problem by adding a span to the text in the div and setting the span display:none; The text indent option did work, but got some weird problems in older firefox versions. Thanks for the advice everyone, I'm getting there slowly! Have a good weekend all! :D
 
Back
Top Bottom