IE alignment issues

Any CSS positioning gurus know why the second row of boxes drop after the first box of each row? Virtually every browser copes with this kind of layout apart from IE6/7!! :frowning:

Site Box Test

IE Image http://www.printlineadvertising.co.uk/fw/boxes/image.png


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

Add clear: left to the first box in rows 2 & 3.

Todd

On Jun 6, 2008, at 6:42 AM, David Owen wrote:

Any CSS positioning gurus know why the second row of boxes drop
after the first box of each row? Virtually every browser copes with
this kind of layout apart from IE6/7!! :frowning:

Site Box Test

IE Image http://www.printlineadvertising.co.uk/fw/boxes/image.png


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

Thanks Todd, but I can’t do that, as this is a WebYep loop item so its a one setting for each div.

If do the same with no WebYep loop:
http://www.printlineadvertising.co.uk/fw/boxes/boxtest2.html

Then its fine.

Digging deeper, each div has

between it, which when removed stops the issue. And its the WebYep action or the action in Freeway that is causing it.

Need to find a way of stopping

from being created? But this is needed, as the WebYep loop buttons are published here, when in edit mode.

Its something IE does not like.

A conundrum?

Max… any ideas?

On 6 Jun 2008, at 13:56, Todd wrote:

Add clear: left to the first box in rows 2 & 3.

David Owen
Freeway Friendly Web hosting and Domains ::
(Test Drive a web hosting account for Free)

http://www.ineedwebhosting.co.uk

http://www.printlineadvertising.co.uk/freeway

To get the P tags to stop being generated, try using Remove Paragraph from http://freewayactions.com or CrowBar from http://freewaypro.com/actions/downloads

Either one of these actions can suppress the P tag that Freeway wraps around inline markup items or Action items. Tim’s is perfect when you want to just delete all paragraph tags from an entire DIV. Mine is more surgical, and can do several different things depending on how you apply it.

If you apply CrowBar to a DIV, then you have the choice of wedging your code in before or after any P tags that are inside that DIV. If you use it as an inline action, as a replacement for the Markup Item, then it does much more. Documentation for that mode is here: http://freewaytalk.net/thread/view/28368

Walter


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

The trouble with this situation, WebYep needs P tags when in edit mode to display loop edit items in the correct place. It seems IE does not like these empty P tags. So I think the only way might be to hand code the WebYep bits so the P tag appear only in WebYep edit mode, I’ll try using crowbar in place of the WebYep loop Actions and see if that works.

On 6 Jun 2008, at 14:33, waltd wrote:

To get the P tags to stop being generated, try using Remove Paragraph from <http://freewayactions.com> or CrowBar from <http://freewaypro.com/actions/downloads>

Either one of these actions can suppress the P tag that Freeway wraps around inline markup items or Action items. Tim’s is perfect when you want to just delete all paragraph tags from an entire DIV. Mine is more surgical, and can do several different things depending on how you apply it.

If you apply CrowBar to a DIV, then you have the choice of wedging your code in before or after any P tags that are inside that DIV. If you use it as an inline action, as a replacement for the Markup Item, then it does much more. Documentation for that mode is here: <http://freewaytalk.net/thread/view/28368>

Walter

David Owen
Freeway Friendly Web hosting and Domains ::
(Test Drive a web hosting account for Free)

http://www.ineedwebhosting.co.uk

http://www.printlineadvertising.co.uk/freeway

Right. See if you can get the WY part to generate the wrapper P tags
for you. Then you can have a clean empty DIV when there are no results.

Walter

On Jun 6, 2008, at 10:01 AM, David Owen wrote:

The trouble with this situation, WebYep needs P tags when in edit
mode to display loop edit items in the correct place. It seems IE
does not like these empty P tags. So I think the only way might be
to hand code the WebYep bits so the P tag appear only in WebYep
edit mode, I’ll try using crowbar in place of the WebYep loop
Actions and see if that works.


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

Walt said:

try using Remove Paragraph from freewayactions.com

Hi Walter - you have mentioned this action before and I cannot find it here. Does it go by some other name?

David


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

Cheers Walter,

Cracked it, or rather CrowBarred it.

By using this code (If anyone else needs it)

<?php if (webyep_bIsEditMode()) { echo "<p>"; } ?>
<?php foreach (WYLoopElement::aLoopIDs("box") as $webyep_oCurrentLoop->iLoopID) { $webyep_oCurrentLoop->loopStart(true); // WebYepV1 ?>
<?php if (webyep_bIsEditMode()) { echo "</p>"; } ?>

This ensures the P Tags only appear around the WebYep loop edit icons when only in edit mode.

David


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

One other problem, which may only frustrate your righteous desire for
validation, is the lack of unique id’s for these divs.

On Fri, Jun 6, 2008 at 6:13 AM, David Owen wrote:

Digging deeper, each div has

between it, which when
removed stops the issue. And its the WebYep action or the action in Freeway
that is causing it.


Ernie Simpson – Freeway 5 Pro User – thebigerns.com


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

That’s why there’s the Anonymous Action, in my repository linked above…

Walter


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

Hi all… sorry for not jumping in with these webyep questions though it looks like other people have done a better job of it than I.
But at the moment I am desperately trying to sort out a huge pile of work stuff before I depart on my summer holidays to France on my trusty steel horse with my gal… and I just don’t have enough hours to fit it all in… :o(

Really sorry for the lack of support on the webyep front, but I will make it up when I get back.

I leave Tuesday so will try to help in the evenings up until Monday evening if I can.


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

Hi all… sorry for not jumping in with these webyep questions though it looks like other people have done a better job of it than I.
But at the moment I am desperately trying to sort out a huge pile of work stuff before I depart on my summer holidays to France on my trusty steel horse with my gal… and I just don’t have enough hours to fit it all in… :o(

Really sorry for the lack of support on the webyep front, but I will make it up when I get back.

I leave Tuesday so will try to help in the evenings up until Monday evening if I can.


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

Very cool, all fixed here:
http://www.printlineadvertising.co.uk/fw/boxes/test3.php

On 6 Jun 2008, at 16:51, waltd wrote:

That’s why there’s the Anonymous Action, in my repository linked above…

David Owen
Freeway Friendly Web hosting and Domains ::
(Test Drive a web hosting account for Free)

http://www.ineedwebhosting.co.uk

http://www.printlineadvertising.co.uk/freeway

Look in the Beta Box, I think it might be there.

Walter

On Jun 6, 2008, at 10:32 AM, DeltaDave wrote:

Walt said:

try using Remove Paragraph from freewayactions.com

Hi Walter - you have mentioned this action before and I cannot find
it here. Does it go by some other name?

David


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


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

Thanks Walter

Remove Paragraph Tags was in the Beta Box

http://www.freewayactions.com/product.php?id=beta

David


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

I’m just curieous how this is going :slight_smile:
i now also need to find a solution to get items in my (tim’s actions) webshop to be able to edited.
Hope it can be done, in a freeway-way.
Eus


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