[Pro] Growing Height Breaking Background

I need a little help here. When the text area grows in height on my contact page, there becomes a gap between the box background and the box border. Here are my settings: http://cl.ly/image/400f1C3E0K2R

And here is the link:

http://www.onrampwebdesign.com/contact.html


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

You need to set the background color of the div element ContentBox to match
the color used elsewhere.


Ernie Simpson

On Tue, Dec 4, 2012 at 8:56 PM, Caleb G email@hidden wrote:

I need a little help here. When the text area grows in height on my
contact page, there becomes a gap between the box background and the box
border. Here are my settings: http://cl.ly/image/400f1C3E0K2R

And here is the link:

http://www.onrampwebdesign.com/contact.html


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

Ernie,
For some reason, I’m not quite “getting” what you’re saying. Maybe you could re-phrase it?


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

You must be using an action to generate the “rounded corner” look on your
page with images. So ignore what I said, state the action you are using,
and hopefully the author or another user experienced with that action can
help work out how to resolve your problem.

Best of luck.

Ernie Simpson

On Wed, Dec 5, 2012 at 12:56 AM, Caleb G email@hidden wrote:

Ernie,
For some reason, I’m not quite “getting” what you’re saying. Maybe you
could re-phrase it?


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

Ernie,
No action at all, just Freeway’s inspector palette.

http://cl.ly/image/400f1C3E0K2R

See the “corner” under graphic effects?


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

Hi Caleb,
What is the overflow setting in the Inspector palette for the main text area?

You can fix the issue by setting the overflow on the div ContentBox_m to auto with some CSS (see below) but you should be able to do this in the Inspector. The graphic effects on the box have chopped the page up quite a bit and I’m wondering if the overflow has been lost in the process.

Here’s the manual fix with the CSS;
http://www.freewayactions.com/test/onramp/

Add the following code to Page > HTML Markup > Before ;

<style type="text/css">
<!-- 
#ContentBox_m { overflow:auto; }
-->
</style>

Regards,
Tim.

On 5 Dec 2012, at 01:56, Caleb G wrote:

I need a little help here. When the text area grows in height on my contact page, there becomes a gap between the box background and the box border.


Experienced Freeway designer for hire - http://www.freewayactions.com


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

Facepalm

All I had to do was de-select the height field in the inspector.

Thanks a bunch for your help guys!


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