Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
My site looks rubbish in FireFox - Help!
Old 01-30-2009, 03:49 PM My site looks rubbish in FireFox - Help!
Junior Talker

Posts: 1
Name: Rebecca
Trades: 0
Ok, so im not that great at coding sites or anything but i need some help. On IE my site looks perfectly fine. But on FireFox it looks awful! The text is all bold and the <h3> dont show up!
I put it through a validator and it came up with 40+ mistakes. Do you think some of these mistakes may be the reason? (I havnt validated it though!!)

The site is http://bexski.com

Last edited by Bexi; 01-30-2009 at 03:56 PM..
Bexi is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-30-2009, 04:25 PM Re: My site looks rubbish in FireFox - Help!
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
On IE my site looks perfectly fine. But on FireFox it looks awful!
That's what happens when you build only for IE! Better to learn to make it right in Firefox first, then kick IE into submission as needed - you'll save yourself a lot of hair-pulling. As usual, IE typically gets things wrong - the bane of web designers.

I can't get to your site from here (blocked) but here's some general things to check:

1 - make sure you have a proper DOCTYPE on every page
2 - VALIDATE your code - YES it makes a difference
3 - VALIDATE your CSS - provided you did it right and used CSS, then the validator can point out errors.

How is the <h3> specified do you have it stuck inside some other tag, like a <a> ??
If all your text is bold, then that means you have failed to close the tag that created the bold in the first place.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-30-2009, 05:06 PM Re: My site looks rubbish in FireFox - Help!
Truly's Avatar
Ultra Talker

Posts: 322
Trades: 0
Thats one lesson you have taught me well .

Although I have no problems with IE 7 and thats the browser I use for my own daily use. All the IE browsers before that suck though.
__________________
DVD Movie Release Database:
Please login or register to view this content. Registration is FREE
Truly is offline
Reply With Quote
View Public Profile
 
Old 02-01-2009, 11:57 AM Re: My site looks rubbish in FireFox - Help!
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
No wonder it doesn't work right - No doctype, style information is in the WRONG PLACE (belongs in the <head>). You have layout code OUTSIDE the <body> (it must be INSIDE the <body> tags !). Then you have all that ugly deprecated stuff, like <center> tags.
Time to learn HTML and how to put a page together properly.


Quote:
<HTML><HEAD>
<LINK REL=stylesheet HREF="/css.css" TYPE="text/css">
<TITLE>Bexski.com - New site of Bexi</TITLE></HEAD>
<BODY>



<style type="text/css">
body, html, div, font, p, td {
font-family: Tahoma;
font-size: 7pt;
line-height: 7pt;
color: #606060;
margin: 0;
padding: 0;
}
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to My site looks rubbish in FireFox - Help!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.58862 seconds with 12 queries