472,965 Members | 2,069 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,965 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 1376
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: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

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.