[Pro] Responsive rules?

What’s the best way to setup horizontal rules on a responsive page? I was creating a class called “rules”, but for some reason my rule won’t stay confined to the bounding box.


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

You should be able to use regular HRs in a responsive layout - just make sure that your style doesn’t set the width to a fixed size and you should be OK. Freeway doesn’t make working with HRs easy as you can’t apply styles to them directly which means you’ll either need to create a tag style (hr) or one that can be applied to a parent container (#myDiv hr).

To get around this I’ve tended to use inline divs in the past. You can set them to flex in width and either set their background colour or image and/or border styles depending on the complexity of the design.
Regards,
Tim.

On 1 May 2014, at 09:31, RavenManiac wrote:

What’s the best way to setup horizontal rules on a responsive page? I was creating a class called “rules”, but for some reason my rule won’t stay confined to the bounding box.


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