CSS + Firefox help Created 17 years ago2007-03-05 23:40:39 UTC by monster_urby monster_urby

Created 17 years ago2007-03-05 23:40:39 UTC by monster_urby monster_urby

Posted 17 years ago2007-03-05 23:40:39 UTC Post #215132
For those of you who haven't already checked out my site do the clicky here.

I just have one question. If you use Firefox you may have noticed that it looks crap and everything is squashed up to the top but not in opera or IE. Is this a CSS issue or is FireFox just "t3h 5uckage?"
monster_urby monster_urbyGoldsourcerer
Posted 17 years ago2007-03-05 23:46:43 UTC Post #215133
I think its because
<h6 align=center><b>--Website designed and Maintained by Andy 'Urbanebula' Morris--<br>
--Webspace provided by KKore.net--</h6>

<p align=center><img src=urblogo.jpg></p>
isn't in the </div> tags.

You could also put them in their own DIV box.

I haven't done HTML in the longest time, so just try it. No promises.
Luke LukeLuke
Posted 17 years ago2007-03-05 23:50:51 UTC Post #215136
Try a color other than white for text. Your background is grayish so the white text doesn't work well.
Posted 17 years ago2007-03-06 00:23:54 UTC Post #215137
Yeah, your paragraph tags are outside of a div container. You should place them inside something for a footer container or a header container, wherever they need to go, as long as they're in a div.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 17 years ago2007-03-06 02:41:18 UTC Post #215139
FF is really anal about CSS. It has to be pretty much perfect or it wont display it right.
Posted 17 years ago2007-03-06 07:20:07 UTC Post #215154
Is this a CSS issue or is FireFox just "t3h 5uckage?"
If you do the CSS correctly, it'll work in Firefox. Because firefox is never the suckage.
FF is really anal about CSS. It has to be pretty much perfect or it wont display it right.
Not really, Opera is worse in that sense. What's annoying is that IE displays incorrect CSS as if it's proper.

Urbanebula: align="center" is pretty much deprecated, use CSS for aligning instead.
Posted 17 years ago2007-03-06 11:57:28 UTC Post #215166
looking good :P
You must be logged in to post a response.