Fixing buttons in place

andykputtmann

New Member
I am fairly new to web design and I am very new to Expression Web. I am trying to create a website for my girlfriend's catering business. I'm still in the beginning stages and trying to create button links to her sub-domains. I've got the buttons created (4 buttons lined horizontally, centered underneath the page title). When I preview the page maximized, it looks fine, but if I shrink the page down at all, the buttons on the right side wrap around and display themselves on the next line down. What do I need to do to fix these buttons in place so that if the page is smaller than maximized, the buttons just disappear off the right side of the page (and create a horizontal scroll bar) instead of wrapping around?
 

AusQB

New Member
You could try setting the max-height of the element that contains the buttons to the height of the buttons themselves. This should constrain that element and prevent it from changing size.
 
Top