[Pro] Borders

Everytime i try to add borders to the left and right of where it says " our partners" the whole wrapper disappears, any ideas on why this happens and how can I add borders around that section?

http://hgrantdesigns.com/zieglar/index.html


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

Do you mean something like this?

It would be much easier if they shared a common container. At the moment OUR PARTNERS is in the onewrapper1 div and the logos are in fourwrapper.

So get all the elements in 1 div and it will be straightforward.

David


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

Yeah, exactly like that is what I want. I was going to do it all in one, but when i was doing it, it was not breaking right, which is why i split it up


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

I just tried it with a random wrapper and it actually crashed freeway. Maybe it’s a backdraft thing


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

Borders add width to your element, unless you also apply the box-sizing: border-box hack to your page. When you have a tightly nested page like Backdraft, even adding two pixels (one left and right) to the total width of an element can break the whole page apart, as you’ve seen.

Walter

On Dec 4, 2014, at 5:32 PM, Howard Spaeth email@hidden wrote:

I just tried it with a random wrapper and it actually crashed freeway. Maybe it’s a backdraft thing


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