473,386 Members | 1,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Cellspacing different between browsers

i am working on a layout for a site re-design..

please check the link http://www.vikingbjj.com/new/tempvbjj.php both in internet explorer, and mozilla foxfire

in IE the cellspacing works fine, showing the lighter blue background color and the little fade at the top..
but for some reason it is different in mozilla.. i could have sworn it was working before I added the yellow logo and the flash advertisement on the right that it was working.. but when i went back and erased them it still did not work...

I really need help ASAP with this! i was suposed to post it online for my client to see today and i am late because of this.. he only has mozilla!
Dec 26 '07 #1
5 2870
Stubert
20
i am working on a layout for a site re-design..

please check the link http://www.vikingbjj.com/new/tempvbjj.php both in internet explorer, and mozilla foxfire

in IE the cellspacing works fine, showing the lighter blue background color and the little fade at the top..
but for some reason it is different in mozilla.. i could have sworn it was working before I added the yellow logo and the flash advertisement on the right that it was working.. but when i went back and erased them it still did not work...

I really need help ASAP with this! i was suposed to post it online for my client to see today and i am late because of this.. he only has mozilla!
If I were you I'd get rid of the table layout all together and use CSS to structure your page. Also I'd get the web developer toolbar for Firefox then validate the site until it is green-lighted. It might help. As for what is creating the differences in the page... I dunno sorry.
Dec 26 '07 #2
drhowarddrfine
7,435 Expert 4TB
You are using IE as your reference to how things should work but it is IE that is butchering your markup while Firefox is showing what you wrote. IE is 10 years behind web standards, non-standard and buggy. Use a modern browser for your reference, such as Firefox or Opera.

You have no doctype. This puts IE into quirks mode and it uses Microsoft's broken box model. See the article about doctypes under Howtos above.

Validate your html and css for your list of errors on that page. Read about validation under Howtos also.
he only has mozilla!
Good for him! A modern client has modern tools. No one should use IE.
Dec 26 '07 #3
some people do use IE, and I was using both IE and Mozilla to verify... everything was working on both.. then right before I posted it for him to see something was changed and it is not working.. i cannot figure out what it is.

i used table layout because the last website I made I used css only and had layout problems and had to use the IE conditional comments and write the page twice to make it work on both..
Dec 26 '07 #4
does cellspacing not work in foxfire?
Dec 26 '07 #5
drhowarddrfine
7,435 Expert 4TB
Cellspacing works just fine in Firefox.

Again, until you use a proper doctype, you will never get IE to try and pretend it's a modern browser. And until you fix your 23 html errors and 12 css errors, you won't get reliable performance in any browser.
Dec 26 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Colin McKinnon | last post by:
Hi all, The title says it all - I'm doing sessions with cookies. I can divide the data within the session easily enough but I can't see when the user creates a new window or closes an old one. ...
2
by: Econ | last post by:
XML as part of HTML in different browsers In one folder are few files - XML - file with data - HTML - file with static text - XSL - file for transformation XML data into HTML - CSS -...
5
by: Aaron | last post by:
Hi, Is there a way to do table cellspacing with CSS? Thanks, Aaron
8
by: Lian | last post by:
Hi all, It is a newbie's question about html tag "img". The attributes "title" and "alt" for "img" seems having the same function. So what is the main difference between them? Can i use them at...
6
by: Doug Mazzacua | last post by:
I noticed that that <ul> lists display differently with <br> between <li>s in IE and Mozilla. Does anyone know of a reference that catalogs all of the known types of differences in display...
14
by: BrendanMcPherson | last post by:
Hello, Im try to do some tricks to help make a "Search Many Sites from One Location". http://www.act.org.au/b_nexus.htm What I have decided to do is this: 1. You can choose which site you...
13
by: anil.rita | last post by:
When the user chooses an AV file to play, based upon the type of file, I want to use the default installed media player to play it. I am wondering if this is a good way - any alternatives,...
16
by: LayneMitch | last post by:
Greetings everyone. I'm new to the webdevelopment game and I developed my first site that looks good in IE but crappy in Mozilla/Firefox. Any advice on making my site browser to browser...
3
by: Seth Watson | last post by:
I've seen so many answers on the net I am not sure which one is right or if there's one answer that will work in all browsers First off - Table - cellspacing and cellpadding What is the CSS...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.