Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop down height
Message
From
03/07/2014 13:19:01
 
 
General information
Forum:
CSS
Category:
Styling
Miscellaneous
Thread ID:
01603193
Message ID:
01603199
Views:
41
>>Hi everybody,
>>
>>I am not sure why any changes I made in the height seem to be ignored. Is it because the drop down is in the table?
>>
>>
>><TABLE ALIGN="center" BORDER=0 CELLSPACING=0 CELLPADDING=0 CLASS='tabletext' WIDTH=550>
>><TR><TD ALIGN=center>
>>    <INPUT TYPE="button" CLASS='button' 
>>     ONCLICK="NavigateLastNForms()"
>>     VALUE="Show last <<INT(This.nLastNForms)>> Forms" ID="F9-001">
>>    </TD>
>>	
>>	<TD ALIGN=center><SELECT NAME="cboShop" style='height:50px;' ID="cboShop">
>>                <LOOP Table=csrO_RentalShops><OPTION <<IIF(lnHomeRentalShop = csrO_RentalShops.shop_no, [SELECTED], [])>> VALUE="<<csrO_RentalShops.shop_no>>"><<alltrim(csrO_RentalShops.descrip)>></Option></LOOP>
>>				<OPTION VALUE="0">All Shops</OPTION>
>>                </SELECT></TD>
>>
>>I want the drop down to be the same height as button. I tried making changes in the height, but the drop down seems to remain the same and that style is ignored.
>>
>>Do you know how to scale it correctly?
>>
>>In my stand-alone test on ww3schools website the style works just fine. May be the reason is the tabletext class?
>>
>>Thanks in advance.
>
>Look at the page in the Browser developer tools. In Chrome, for example, you can select the 'Elements' tab and the styles that are applied can be checked - including information on anything that's over-riding your setting.....

You can also change the styles on the spot to work out what should be changed to give the effect you want.....
Previous
Reply
Map
View

Click here to load this message in the networking platform