Jump to content

Stopping text overlapping


c_shelswell

Recommended Posts

Hi i was wondering if someone might be able to help me with some CSS fomatting basically on a test site i'm making [url=http://www.oliperphonic.com]www.oliperphonic.com[/url] in the top menu bar i've got some link buttons on the right hand side and an item/price bit on the left. However when i start to reduced the size of the window the too start to clash. Can't quite figure out how to stop it.

my css is [url]http://www.oliperphonic.com/require/sm_styles.css[/ulr]

i'm sure lots of it's not great i'm just getting in to css.

thanks for any help
Link to comment
https://forums.phpfreaks.com/topic/28980-stopping-text-overlapping/
Share on other sites

Probably want to use min-width on the two. So when you resize the browser it should stop resizing the width of the element you applied the min-width to. However min-width is not supported by some browsers (especially IE6 or below))
you can't absolutly position an element and float it! give these tow divs a margin on teh left and right (opposite to the side they are on).

Min-width is an option but remember older versions of IE don't have a clue what it means.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.