jovialjonny
07-11-2003, 12:01 PM
Hi,
I have some buttons on my webpage that I developed myself using span tags and CSS classes. The problem is if a user shrinks the window in a resize the buttons start to overlap each other and generally look rubbish!
I think that nowrap might be the solution but I haven't found a way to make it work yet, does anyone know if that is the solution to my problem and, if so, what is the syntax for doing it?
I have each button as an individual span and all the buttons are contained in one overall span (so I can move the group as one) like so:
<span class="functionToolbar">
<span id="splitV" class="functionButton">Split Vertically</span>
<span id="splitH" class="functionButton">Split Horizontally</span>
</span>
Anyone know how I can stop them wrapping n overlapping on a window resize??
I have some buttons on my webpage that I developed myself using span tags and CSS classes. The problem is if a user shrinks the window in a resize the buttons start to overlap each other and generally look rubbish!
I think that nowrap might be the solution but I haven't found a way to make it work yet, does anyone know if that is the solution to my problem and, if so, what is the syntax for doing it?
I have each button as an individual span and all the buttons are contained in one overall span (so I can move the group as one) like so:
<span class="functionToolbar">
<span id="splitV" class="functionButton">Split Vertically</span>
<span id="splitH" class="functionButton">Split Horizontally</span>
</span>
Anyone know how I can stop them wrapping n overlapping on a window resize??