WebYep, box model and IE6

This is how the site looks in IE6:
http://homepage.mac.com/ianhalstead/Sites/Freeway/IE6.png

This is the actual site, and it works fine in IE7, Safari, Firefox:
http://www.carnegiehull.co.uk/test/index.php

Something in IE6 is preventing the main copy box expanding downwards to reveal the content. Any ideas anyone? I’ve tried various combinations of float and expanding options to no avail.

I assume it’s something to do with how WebYep injects the contents into the placeholders to construct the page, as other similar sites I’ve done with a box model but without WebYep, render fine in IE6:
http://www.peterwardhomes.co.uk/demo/index.html

Of course it could equally be something stupid I’ve done!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Something’s goofy in your code. I sometimes find that if I have my width’s set to auto then IE6 doesn’t understand them. For instance your CSSMenu has a width set to auto and height set to auto. Give it the full width and give it an undefined height. You may also run into it that you have to float your menu left, but clear both. Strange things work out that way.

Also you might want to set your code to be “More Readable” because it’s harder to figure out what the deal is sorting through a giant clump in the middle.

If that doesn’t work, let me know.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks for that Dan. The preference for code readability was, and still is set for ‘More Readable’ - strange… it appears OK on the non-test site, but on the ‘box-model’ one it is just one clump. Very odd.

I’ve had a go at changing the CSS menu attributes, and trying different float and clear values, but again to no avail. It looks like I’m going to have to go back to a layout that is more tightly defined in terms of box widths and depths - which rather defeats the object of content editing by the user!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I think the problem lies in your initial design structure. For instance everything below the CSSMenu is in an odd paragraph. It’s like a giant run-on sentence. I’m unfamiliar with WebYep so I don’t know how it works but I think the problem lies in your original design.

I could whip up a preview of the home page using the box-model and you can then work with it. Interested?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Try changing the div id=‘contentbox’ to have an overflow of
‘visible’ and not ‘auto’.

David

On 1 Nov 2008, at 09:38, Ian Halstead wrote:

Something in IE6 is preventing the main copy box expanding downwards
to reveal the content. Any ideas anyone? I’ve tried various
combinations of float and expanding options to no avail.

David Owen
Freeway Friendly Web hosting and Domains ::


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks for the offer Dan - it was through your excellent box model tutorials that I was inspired to try working that way, the benefits are obvious. I’m slowly getting there!

I’ll take another look at the structure, and if I can’t sort it I’ll think about your kind offer. Thanks again Dan.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 3 Nov 2008, 7:53 am, David Owen wrote:

Try changing the div id=‘contentbox’ to have an overflow of
‘visible’ and not ‘auto’.

David

I’ve tried that David, but it makes no difference. Baffled…


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I can now get the CSS menu to appear by floating and clearing left. When I remove the WebYep actions, I can insert content to boxes and it appears. Looks like a WebYep action problem.

Next stop is the WebYep action forum…


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Good luck Ian, hopefully your situation is resolved.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

A huge thanks must go to Max Fancourt, developer of the WebYep action for Freeway, who took the problem I’d been having and solved it in short order.

Part of the problem was trying to keep everything nicely compartmentalised - or boxed in page construction terms - when less complexity in the design of the pages was really needed. The WebYep Image action items on the pages that broke in IE6 didn’t require placing in their own box, they worked without that extra level of ‘tidyness’.

Thanks again Max, great support!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options