This is a discussion on "FF problem" within the Web Page Design section. This forum, and the thread "FF problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
FF problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
FF problem
I have a post in the critique and my site looks fine in IE but when you look at it in fire fox, it doesn't give the same results. Could someone explain this and maybe help me out to fix it.
|
|
|
|
#2
|
|||
|
|||
|
Re: FF problem
got a link?
|
|
#3
|
|||
|
|||
|
Re: FF problem
|
|
#4
|
|||
|
|||
|
Re: FF problem
Can I suggest you run your page through a validator.
You have a number of problems including invalid values and the use of propriatory attributes, eg, an attribute that only IE understands. |
|
#5
|
|||
|
|||
|
Re: FF problem
Right off the bat just looks like you need a clearing div placed at the bottom of your code right before the closing of the containing div.
Edit: I looked at your source and why are you using tables and divs? Just do the layout entirely with CSS and no tables man! "<font color="000000" size="2">" is depreciated and image maps will just make your life that much more difficult. I will be happy to help you build a standards compliant version. Not to be mean but using DW's WYSIWYG editor will cause you problems like this. "<script language="JavaScript">" should be "<script type="text/javascript">" etc.. "<DIV id=nav>" should be "<div id="nav">" 1. Separate the design from the content by using a external CSS style sheet 2. Lose the tables in exchange for divs (Which will ultimately reduce the amount of code you need and make your site faster and easier to update/edit) 3. You need to lose the outdated tags i.e. <font> etc and add alt tags to your images. 4. Your main nav should be styled lists. Not sure if you have viewed the page with styles disabled or in a print preview but its not working out so hot. We will be happy to help you with all of this. This may seem harsh but at your pages current state I don't think a "fix" is the answer. In this case a complete overhaul is required. The source is really too jacked up to correct and a complete rewrite would probably be easier and faster.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Jan 30th, 2007 at 17:01. |
|
#6
|
|||
|
|||
|
Re: FF problem
Basicly like i said... it has to be noob friendly for the people who put in the info. I'm not the one that puts in the info, its the students that put that it and i had restrictions by my teacher. My grade depended on it. The tables stay. The java script is from fw because thats where i made the menu. Again another restriction from my teacher. I havent went back to fix thos problems yet and i didnt figure thats why ff wasnt working properly. I shall go and fix those problems. But will that solve the browser issues?
|
|
#7
|
|||
|
|||
|
Re: FF problem
Well you should then correct your teacher and tell him you have a better way. Tell him to talk to me. I will give you my cell phone number. =) of course he may not be happy at the end of the convo and I wouldn't want to get you in trouble.
The menus should be done with CSS and unordered lists, the content should be structured using heading tags, paragraph tags etc not breaks, font tags and such. The layout is breaking in FF because Firefox unlike IE actually renders pages correctly. IE leaves room for error because of its sloppy engine. As for being "noob" friendly, a well structured and semantically coded page is far easier to use, view and edit. Just aggravates me that people are teaching students to use "Frontpage" ethics and code practice. Not your fault but I feel very strongly about this. I am an Intarweb hippy heh.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Jan 30th, 2007 at 18:18. |
|
#8
|
|||
|
|||
|
Re: FF problem
Very well said moojoo ... he (teacher) can call me too, I'll give him a peace of it
|
|
#9
|
|||
|
|||
|
Re: FF problem
Thats the way i wanted to do the menus but he's like "no no no i dont want there to be any problems" becaue we had alot of problems with the menu last year. Trust me. I think he's talking to my math teacher to fail me to keep me here another year because he cant build a site worth crap. But im going to try to fix what i can to be able to view the site in all browsers. It just has to be w3 compliant no? If i fix those errors it should work right?
|
|
#10
|
|||
|
|||
|
Re: FF problem
The validator is a tool not a fix all. Your code can validate and still be broken.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#11
|
|||
|
|||
|
Re: FF problem
I've argued and argued with him but like i said my grade depends on it. And i really wanna pass being that this is my senior year and all. Wanna leave on a good record.
|
|
#12
|
|||
|
|||
|
Re: FF problem
I have to do all that just to make it work on all browsers? Because thats alot of work. (in a sense)
|
|
#13
|
|||
|
|||
|
Re: FF problem
Give me a few minutes I'll whip something up for ya
|
|
#14
|
|||
|
|||
|
Re: FF problem
Well ... I'm not completely done but the menu work and it's CSS only.
Here's the html
That was fun ... never done one of those menus before |
![]() |
| Tags |
| css, firefox, xhtml |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| First image problem and inline list problem | konnor5092 | Web Page Design | 8 | Dec 1st, 2007 09:08 |