Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

issues

I have a drop-down selection box in my weapon block for weapon type. However, the boxes are misaligned with the rest of the sheet-boxes. Is this something do to the browser or size of the box? They should all be aligned with the armor side of the table. The shield area down there is it's own table not associated with the armor and weapon table.
1401441302
Casey
Sheet Author
Without seeing your CSS and HTML it's really hard to give you any advice. I can't even tell if you're using a table or inline divs.
1401442807

Edited 1401442868
It's a table.Lines 209-249. <a href="https://gist.github.com/mpiersant/48c00e1f5228ee12da6f" rel="nofollow">https://gist.github.com/mpiersant/48c00e1f5228ee12da6f</a>
1401443823
Casey
Sheet Author
The base.css class supplied by Roll20 adds a 9px margin to the bottom of select elements. This is causing your problem. The solution is to set margin-bottom: 0 on your select element: Example
odd that it doesn't happen at the top on the sheet in the character info block. Anyway, thanks for the help.
For some reason this has stopped working... is there some formatting in CSS I need to use?
1401609940
Lithl
Pro
Sheet Author
API Scripter
IIRC, I've also used vertical-align: top on the select element to solve this issue.
I will try this. Thanks, I don't know where my codes would be at with out you Brian. HAHA.