FW5 - Big problems

In fact I think I’ve found it, the 20px gave it away, the first div that surrounds the body text and logo further up the page has: margin:30px auto 20px;

Changing the code to : margin:30px auto 0px;

Closes the gap.


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

Yep that’s right, top-margin on the footer pushes the footer down, and bottom-margin on an upper item does not push the footer down.

yeachk - can someone please press the big red button on Redmond, and make my life easier!


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

I have been having a problem with CSS positioning not only in IE6 but across the board since upgrading to FW 5.01.
Using a centred page alignment I wanted my html text boxes to be a fixed distance from the footer at the bottom of the page.
However I tried to do it, it just would not work as it did in FW4.

Having read through this thread I thought I’d try WaltD’s suggestion of adding the following code:

body { height: 100%; } #PageDiv { height: 100%; }

This worked a treat and once I applied it to my master page it has sorted the whole site.
One thing that is bugging me though is that Freeway sells itself on the ability to be able to create great sites without the need to hand code. So what’s up with FW5 and how soon will this issue be addressed?


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

Ok guys, try the Action on this page out. All it does is add the fix
that Walter pointed out previously. It has had limited testing so
there is a possibility it may adversely affect your pages, if so it
can easily be removed from the page.

http://www.softpress.com/kb/article.php?id=824

I hope this helps

Joe

On 12 Apr 2008, at 18:02, megscat wrote:

I have been having a problem with CSS positioning not only in IE6
but across the board since upgrading to FW 5.01.
Using a centred page alignment I wanted my html text boxes to be a
fixed distance from the footer at the bottom of the page.
However I tried to do it, it just would not work as it did in FW4.

Having read through this thread I thought I’d try WaltD’s suggestion
of adding the following code:

body { height: 100%; } #PageDiv { height: 100%; }

This worked a treat and once I applied it to my master page it has
sorted the whole site.
One thing that is bugging me though is that Freeway sells itself on
the ability to be able to create great sites without the need to
hand code. So what’s up with FW5 and how soon will this issue be
addressed?


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