Black Belt,
I have these css rules in my stylesheet:
Code:
/*My Entries*/
#wAttrib-4 {clear: left;} /*Artwork Size Text Box. This starts on a new line*/
#wAttrib-1 {clear: left; float: left;}/*Select Width Drop-down*/
#wAttrib-2 {clear: left; float: left;}/*Select Height Drop-down*/
#wAttrib-3 label, #wAttrib-5 label {display: none;} /*hide fraction text*/
Which works but the two boxes are not exactly even. You can see what I am talking about here: http://www.framesforlife.com/copy-ex...example-1-p-11 For Some reason the fraction boxes are a little higher than the width and height boxes.
This might be asking a lot but is it possible to have the inch symbol (") just barely to the right of both fraction boxes? This would show that these measurements are in inches. As of now I call theses Width Fractions and Height Fractions. I don't want to change what they are called overall, just what they are called on this page (so as not to confuse my visitors). Width fractions and height fractions are a little wordy.
When I used your recommendation of:
Code:
#wAttrib-5 h4.optionName {float: right;} /*text to right of input*/
it put the text all the way to the right instead of right next to the attribute box which is where I was hoping to place it. If I could get the text barely to the right of the box I could call these: " Wide and " High which would work for the fractions.
Bookmarks