wrong content position in IE6

Gábor Mayer - July 14, 2008 - 23:21
Project:aBeesParadise
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

wrong content position in IE6

AttachmentSize
msie6.png59.74 KB

#1

cfleek - October 8, 2008 - 03:35

A partial fix to this is to modify the style.css and add display:inline; at line 437 depending on your editor, you may hit enter and it becomes line 438. What I have learned thanks to the great people at the Seattle users group is that a lot of this is being caused by the content being too narrow for what is being placed in the object. With some work I have been able to get around a lot of the issues, but my forum is still jacked. Still working on it!
-Craig

#2

interface-web design - October 21, 2008 - 12:27

To resolve this problem, please do the following:
Replace this class :-
body.sidebar-left #squeeze {
margin-left: 210px;*/
width:65%;
float:left;
}

with this class

body.sidebar-left #squeeze {
margin-left: 210px;*/
display:inline;
width:65%;
float:left;
}

#3

nagygdev - October 22, 2008 - 07:47

The problem was not resolved. The elements got under each other only.

(But the theme is very beautiful though. ;-)

#4

interface-web design - October 22, 2008 - 09:34

It seems you have not replaced the class completely. Please make sure that you replace:

this class

body.sidebar-left #squeeze {
margin-left: 210px;*/
width:65%;
float:left;
}

with this class

body.sidebar-left #squeeze {
margin-left: 210px;*/
display:inline;
width:65%;
float:left;
}

However, if you still face problems, kindly send us a screenshot of the page.

#5

nagygdev - November 6, 2008 - 19:26

I would be glad better if it would turn out that I did something badly...

AttachmentSize
screenshots.zip 61.65 KB

#6

interface-web design - November 12, 2008 - 06:43

We suggest that you reinstall the theme on your system and use this updated one. We are sending you the theme as attachment. However, if you still face any problems, kindly send us the URL so that we can assist you further.

AttachmentSize
aBeesParadise.zip 187.8 KB

#7

bilocate - December 26, 2008 - 12:55

Hello!

I'm having the same problem though i downloaded the file above! still it hasn't been fixed, please advice!

you can check the problem by viewing the site! on IE
http://www.kids-articles-better-parenting.co.cc/

--------------------------------------------------------------------------------

My bad! seems Google Adsense! banners pushed all the content under the menu! however once I've used the half-bannereverything seems to be OK!

#8

interface-web design - December 29, 2008 - 12:46

We checked the site on IE at our end and have found that it's working fine. It seems your problem has been resolved.

#9

goodeit - May 11, 2009 - 06:17

Thanks, this fix worked OK for me.

Is there any chance you could put out a new -dev or official release of this module to account for the changes made in your .zip above, plus any others you may have? I would be happy to help clean up the issue queue once a new release was posted addressing some of the posts.

Thanks again!

 
 

Drupal is a registered trademark of Dries Buytaert.