I'm using BlankTheme and a two column (13) layout which works fine in Firefox on Mac and Windows, Safari on Mac and Windows, Chrome on Mac (don't have on windows to test) and in IE8 on Windows. However, in IE7 the main content in column1 is dropped and starts below the bottom of column3 (the right column).
I assume this is related to CSS (not clearing a float? ? not having layout in IE7?) and have looked with Firebug but not changed much (and nothing successfully) as I am overwhelmed by the number of places to look and I don't have regular easy access to IE7 to check.
The site is here.
Any hints or suggestions?
Peter
--
Peace
______________________________________
The commonest cause of problems is solutions.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
BlankTheme, two column layout IE7 drops center block below right block
-
- Rank: Expert
- Registered: Feb 27, 2005
- Last visit: Apr 18, 2010
- Posts: 1577
-
- Rank: Developer
- Registered: Jan 14, 2009
- Last visit: May 20, 2010
- Posts: 46
In the fileonly loading with the IECode
yaml/core/slim_iehacks.css
there is this code:
Code
.floatbox {
WIDTH: 100%
}
I guess, don't know, that this is responsible for your problems...
--
MU(t) Beratung Internet
Modul MUTransport -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Woops
please remove the use of floatbox in your body templates for the colX_content, and replace it by clearfix
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Expert
- Registered: Feb 27, 2005
- Last visit: Apr 18, 2010
- Posts: 1577
@portugua and nestormateo->
That seemed to help. Some. That is, it bumped the 'News" header up to where it belongs.
But the horizontal javascript bar still dropped below the right column. That turns out to be related to z-menu (and perhaps z-menuitem) in javascript/style.css which are listed as 100% and 99% respectively. When I changed them to 'auto' the problem was resolved.
I am certain there is a better solution, but this seems to be working for now. In the meantime, I mucked with LOTS of things and have some straightening out and setting right to do.
Thanks for the help - got me started in the right direction.
--
Peace
______________________________________
The commonest cause of problems is solutions. -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
I will see how to deal with this.
We can solve the clear stuff with overflow:hidden, but the problem for us is that dropdowns for Content or some Blocks may get hidden by it...
In the next days I will sync BlankTheme to 1.3
Prepare your upgrade and try Clip plz!
--
- Mateo T. -
Mis principios... son mis fines
- Moderated by:
- Support
