Go ahead and post a link - we're mostly adults ourselves here.
Go ahead and post a link - we're mostly adults ourselves here.
Not me, (according to my ex-wife).
Ok I will put a little warning again first this is an adult oriented site.
http://eroticmotives.com/store/index...oducts_id=1633
That is the product I currently have the Read-Only Attribute on.
One way would be to change the 0px here:
.optionName {color:#C2E0FF;margin-top:0px;}
to -.5em (note the minus sign). Check to make sure that doesn't mess up the alignment of any other attribute names, though. If it does, post back.
Ok I tried the -5em and it moved the Battery Type up into the image.
I also have .optionValue {color:#C2E0FF;margin-top:0px;} defined for the color of the Option Value. That is the one I'm trying to fix however if I put .optionValue {color:#C2E0FF;margin-top:5em;} it does nothing and if I put .optionValue {color:#C2E0FF;margin-top:20px;} it does nothing as well.
Any ideas?
It's point 5em, not 5em (one-half em). Try that and see if it messes up the other optionNames.
Thank you!
I apologize I didn't see the decimal point before. It does move some of the option names up a bit but not so far that it looks out of place like the Battery Type did.
I was hoping there was a way to only move the Read-Only Option Value but this works just as well for now.
Thank you again.