473,385 Members | 1,707 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,385 software developers and data experts.

CSS issue with IE6, works with IE7/Firefox

hello,

i've just finished working on my site with a friend of mine who's been helping with the css coding, we've been testing it in IE7 & Firefox throughout development but after finally getting it online today i noticed that the page is butchered in IE6. The page length is enormously long (top to bottom) and depending on what images are being viewed they appear to open at random lengths down the page. I've noticed also that the page length in IE7/Firefox is equally as long but all of the content is aligned the way it should be.

I've tried combing through the code to see if anything popped out at me but i can't find anything, so i figured i'd let someone else give it a try before i go out of my mind.

rather than post the entire code its probably easier to link to the page and let people View the source code since its a lengthy index page. stopdeaddesign.com

any advice is huuugely appreciated, thanks!

-chris
Sep 2 '07 #1
2 1383
phvfl
173 Expert 100+
Hi Chris,

One of the first things to do is to validate your HTML, you have declared this as strict XHTML in the DOCTYPE but use capital letters in tag names and iframes, which are not valid in strict XHTML. The results for HTML validation can be seen
here.

There are also some CSS errors, although most of these are due to using non-standard rules such as -moz-opacity. The results for the CSS check are here

I would correct the errors first, but I suspect that the IE6 box model is causing an overlap of the rightcolumn div and one of the ones on the left hand side which is causing the div to drop below.

As a side point why is the body defined as being 2000px in height instead of auto?
Sep 3 '07 #2
hello!

thanks very much for your reply, i've gone through the validation and have cleaned up my code as best i can. as for the body being defined at 2000px i'm not sure, i corrected that .. though that didnt turn out to be the height problem.

most everything is corrected now though, i have little ways to go but i really appreciate your help. thanks!

-chris

Hi Chris,

One of the first things to do is to validate your HTML, you have declared this as strict XHTML in the DOCTYPE but use capital letters in tag names and iframes, which are not valid in strict XHTML. The results for HTML validation can be seen
here.

There are also some CSS errors, although most of these are due to using non-standard rules such as -moz-opacity. The results for the CSS check are here

I would correct the errors first, but I suspect that the IE6 box model is causing an overlap of the rightcolumn div and one of the ones on the left hand side which is causing the div to drop below.

As a side point why is the body defined as being 2000px in height instead of auto?
Sep 4 '07 #3

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

Similar topics

6
by: michaelzap | last post by:
I can't seem to remove some extra margin/padding from my design on this site: http://www.kyowa-usa.com/ IE displays it properly (no space between the menus and other elements and the outer...
3
by: Olivier Verdin | last post by:
Hi, I have a page with several Textboxes and several DropDownList. When I click on a 'save' button, it creates a record in a database. The page works fine under Internet Explorer. It does...
4
by: cjaserver | last post by:
This works fine in IE, but is breaking in Firefox, and reported in Netscape as well. I can't determine why. http://www.chartermainstreetgld.com click on the real estate section on the left nav...
1
by: RonY | last post by:
I have a dropdown which calls SetTimePeriod method on change the selection. In the JS function, I reset the field style.display based on what the selection is. This works fine with IE but not working...
14
by: earl.robb | last post by:
Please excuse me If I am posting to the wrong group. I was recommended here from one of the Database groups I regularly track. I have a small script that loads a table with some elements...
3
by: töff | last post by:
On my site http://www.sjcga.com I have a javascript-generated navigation menu in the top right corner. The menu works great in IE and Opera ... but in FireFox, on the 1st click, the menu jumps...
3
by: CAG | last post by:
Hello, I have following scenario in my web application. I want to load different web forms in single iframe. Iframe in contained in an ASP page. ASP page has “Submit” button, which submits iframe...
3
by: dmorand | last post by:
I have a page where I'm using ajax to retrieve some employee info when a user clicks a "Retrieve Employee Info" button. The issue I'm having is that when the user updates the employee info,...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.