Firefox and IE corssbrowser issues


 
Thread Tools Search this Thread
Top Forums Web Development Firefox and IE corssbrowser issues
# 1  
Old 11-23-2008
Question Firefox and IE corssbrowser issues

Hello, first off let me introduce my self as I believe this is my first post Smilie My name Daniel, im 20 years old and I've been self teaching myself since i was 12 or 13. Cross browser issues have just recently started being a problem now that im trying to make a way living by it, but I have fixed most of them with satisfaction except this one Smilie The site is Resolution redirection The footer is where I am running into problems. In firefox it displays fine, but when I view it IE its all over the place. I dont understand how they interpret the code specifically to their browser. I have attached a txt of the footer code. Any ideas, suggestion or redirection is greatly appreciated.


- DiKay
# 2  
Old 11-23-2008
According to statistics, this is not your first post here. But anyway, welcome.

At the bottom I noticed you have a row with very large "colspan" - 29 in total but I fail to count that many at other rows. Are you sure that is correctly computed? If columns are not counted accurately your table-based layout may mess-up, and that is sort of expected

Oh by the way, you should specify 'px' explicitly in CSS style properties. Otherwise that is incorrect by standard and may be rejected by some browsers as invalid (that may cause the entire style declaration to be skipped if done the strict way).

I recommend you also enclose the attribute values in quotes in HTML. While for plain HTML it is not necessary, you should try to do this to move closer to XHTML, that by XML specification requires all attribute values enclosed.

I'm not on a Windows computer so I cannot confirm what your page looks like on IE. My recommendation is, first fix your HTML and CSS so that they are all valid first, then cater for cross-browser rendering issues. That way it would be easier to fix specific issues. IE in particular does not have great debugging support builtin, so it is particularly difficult to spot coding issues.
# 3  
Old 11-24-2008
Hahah *short memory* Must've been a while ago. Hmmm, I have fixed the CSS (px) issues, and the quoting HTML attributes for future us of XHTML. Also, I have ajusted the colspan attribute, sometimes i get a little messy :P, so now there should be 11 coloumns on every row. These have not fixed my problem, but good to know for prevention measures and I'll continue immplementing it to the rest of the site, also keeps everything uniform instead of some quoted and some not :P Thanks

- Di Kay
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Firefox version

Hello, I'm trying to find the version of Firefox that is on my server. Normally I do this. > firefox -version Mozilla Firefox 10.0.7 The issue is that this version of Firefox, is Firefox ESR 10.0.7. I need to be able to see, from the command line, the version of Firefox and if it is a ESR... (8 Replies)
Discussion started by: bitlord
8 Replies

2. Ubuntu

How do i update my firefox.

Hi I have installed ubuntu 10.4 using virtual box(a tool similar to vmware). The problem is i m very familiar to firefox's window counterpart as the update is very simple. I have also observed that the preference part of firefox is under edit tab which is not in case of window's (Its under... (6 Replies)
Discussion started by: pinga123
6 Replies

3. Shell Programming and Scripting

Help with cron and Firefox

I am trying to "reload" firefox at 5am everyday. was looking at the crontab and the way it works, however i'm not sure how to kill firefox first and then reopen it. Any suggestions? (7 Replies)
Discussion started by: moshe88
7 Replies

4. Red Hat

Cannot bring up Firefox

I have installed firefox and it previously worked before I installed the oracle software on my machine. Now when I click on the icon to bring up the browser it fails. I tried to do it from the command line and this is what I get: $ firefox Cannot find mozilla runtime directory. Exiting ... (1 Reply)
Discussion started by: jxh461
1 Replies

5. Shell Programming and Scripting

startx and then firefox

I have edited /etc/inittab to auto login as root in level 3 and edited .bash_profile to auto start x window I would like to auto start a firefox browser after go into x window. I tried to add "firefox" in /etc/rc.d/rc.local but no effects. Anyone have suggestion? Thanks in advance. (1 Reply)
Discussion started by: uativan
1 Replies

6. News, Links, Events and Announcements

Firefox 1.0 Released

http://www.mozilla.org/products/firefox The first stable release of the next generation browser has been released, with packages for Linux, OS X and Windows. Go grab it! Cheers ZB (1 Reply)
Discussion started by: zazzybob
1 Replies
Login or Register to Ask a Question