|
| |
|
|
fade2black
Posts: 61 Joined: 5/11/2004 From: England, but now living in Southern Spain Status: offline
|
Advice on Firefox - 2/1/2005 6:19:40
Hi I was so proud of my web site until I was advised to check it using Firefox. I did and and Firefox shot it down to pieces! I fixed some of the problems by (1) not using layers and (2) not using cell padding. Now it looks better, but Firefox still seems to view a cell or a table a lot wider than Explorer. I don't know what to do. Can anyone help? and if there are any tips, it will be hugely appreciated. Thanks F2B
|
|
|
|
fade2black
Posts: 61 Joined: 5/11/2004 From: England, but now living in Southern Spain Status: offline
|
RE: Advice on Firefox - 2/1/2005 12:31:43
Hi Jaybee I removed any boders from the first row of images and set page margins to 0's. Apart from not seeing the borders, everything else looks the same. The url is http://www.euromixproperties.com/pages/new-developments.html Thanks
|
|
|
|
Nick
Posts: 160 From: Queen Creek, AZ Status: offline
|
RE: Advice on Firefox - 2/1/2005 12:56:37
I am having the same problem as the original poster. www.discerningthetimespublishing.com Please go to the radio broadcast page and notice table for 01/30/05. I have changed the cell padding and spacing to 0. On all other tables it is padding 1 and spacing 2. In IE (the original codes 1,2) it looks good, with Firefox, it looks like dung both ways. Thanks! Nick
|
|
|
|
d a v e
Posts: 4064 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: Advice on Firefox - 2/1/2005 13:38:21
strange both tables look pretty 'dung' to me :) there's a heck of lot of code around all that td info, all font tags, ms style info and the like. i'm sure if you built lean, clean table cells and used css then you would get a closer more acceptable match compared to IE and if you used a doctype too. iif i get time i'll play around with a bit of your content and see what i can come up with for the table cells...
_____________________________
David Prescott Gekko web design
|
|
|
|
Nick
Posts: 160 From: Queen Creek, AZ Status: offline
|
RE: Advice on Firefox - 2/1/2005 14:45:35
Dave? The tables look good to me in IE, what do you mean? Bobby, I do enter each daily broadcast as a single table due to adding them individually on most days. BTW, am I the last person on the planet that still uses 800x600? I just can't take the itty bitty icons and then trying to read? Whoa, how do you all do it? Goodness, I have come to really enjoy Firefox, but should one have to recode their sites for it? Lastly, just want to thank all of you pros, I wrote Thomas probably a year ago, stating that I never have to post because 99 times out of a 100 you have answered my question with another poster. Nick
|
|
|
|
Nick
Posts: 160 From: Queen Creek, AZ Status: offline
|
RE: Advice on Firefox - 2/1/2005 14:57:46
Bobby, using a 19" monitor... still can't stand it... haha I can easily fix the 1/30/05 table by going back to cell padding 1 from 0 and Cell spacing 2 from 0. I was trying a suggestion from a previous post. The problem that I have is that the table itself is it appears so much larger in FF than in IE. Just looks so much better in IE than FF. :( (OFF Topic: Does my 2005 norton internet security work with FF just as it does with IE? My very unprofessional opinion is that if and when FF gains acceptance it will be attacked just as IE is now.) Nick
|
|
|
|
fade2black
Posts: 61 Joined: 5/11/2004 From: England, but now living in Southern Spain Status: offline
|
RE: Advice on Firefox - 2/1/2005 15:52:20
So, regarding the property web site (original question!) Can anyone tell me why the cells are a lot wider than in IE6? Thanks
|
|
|
|
fade2black
Posts: 61 Joined: 5/11/2004 From: England, but now living in Southern Spain Status: offline
|
RE: Advice on Firefox - 2/2/2005 4:28:36
Have been doing some testing and have fixed the problem. I created another identical table, but instead of using CSS to resize the text within a table/cell, I changed the text size & font by going into the table/cell, "format" then "font" and changing it there. Firefox likes it! So, as soon as you change the text size within a cell, Firefox doubles the cell size. I hope this is useful for other Firefox sufferers! Now I can get on with the web site. Thanks for all the input. F2B
|
|
|
|
d a v e
Posts: 4064 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: Advice on Firefox - 2/2/2005 4:49:01
fade2black it's more likely using the p (paragraph) tag in for the table text that forces the extra space that goes with using a block level element. i assusme you wrapped the text with <span> to apply the font formatting? if so you could/should still use css. also missing a doctype/using an incomplete one will render greater differences between IE and firefox (or should i say greater degree of misinterpretation by IE ;) see comments below for links to doctypes info ****** Nick - i've been replicating your table but with stripped down code and i can get it pretty similar between firefox and IE http://members.tiscali.fi/dave_pirjo/test-area/broadcast_tables2.htm IMHO opinion i think the table you have looks ugly with the different coloured borders, the cellspacing and the lack of padding also you have lots and lots of errors on your page http://validator.w3.org/check?verbose=1&uri=http%3A//www.discerningthetimespublishing.com/Radio.htm some of which may be contributing to the differences in display and no doctype http://www.alistapart.com/articles/doctype/ http://css.maxdesign.com.au/listamatic/about-boxmodel.htm you might also want to refer to http://www.w3schools.com/ in the html section and possbily the css section hope this helps i've got a sticking cold at the moment so i'm not doing any further bits on your tables :( good luck and i'm sure if you have any more problems we'll be able to help you further
_____________________________
David Prescott Gekko web design
|
|
|
|
fade2black
Posts: 61 Joined: 5/11/2004 From: England, but now living in Southern Spain Status: offline
|
RE: Advice on Firefox - 2/2/2005 6:21:34
Thanks for that. I've noticed that "ALT's". Also, "#Top" - to go to the top of page don't work in Firefox.
|
|
|
|
d a v e
Posts: 4064 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: Advice on Firefox - 2/2/2005 7:26:50
it works but you have to do it properly ;) put this at the top of the page (in the code) <a name="Top"></a> remember, you need a target for anchors! (links)
_____________________________
David Prescott Gekko web design
|
|
|
|
Nick
Posts: 160 From: Queen Creek, AZ Status: offline
|
RE: Advice on Firefox - 2/2/2005 10:03:48
Good morning Dave, yes you sure did get those tables to look much better. I am curious what you mean by different colored borders as I have all of them set to black. I am no webmaster, I just created a table with fp2k... Looks good in IE and crappy in FF... I don't do anything with code just wysiwyg or at least that is what I thought until viewing with FF... If there is extra code then it's done by FP2K? Heck, I don't know... I am confused... Thanks anyway! :) Nick
|
|
|
|
fade2black
Posts: 61 Joined: 5/11/2004 From: England, but now living in Southern Spain Status: offline
|
RE: Advice on Firefox - 2/2/2005 10:33:17
Thanks Dave. It's done the trick. Any ideas re: the "Alt's"?
|
|
|
|
fade2black
Posts: 61 Joined: 5/11/2004 From: England, but now living in Southern Spain Status: offline
|
RE: Advice on Firefox - 2/5/2005 5:11:36
Thanks guys, the alt's are now working on FF.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|