Jump to content

Styling individual drop down selectors


JackRabbit

Recommended Posts

I'm trying to style individual selectors for the domain registration TLD dropdown selector and also for the price selector on the following page with seperate widths. I'd like to use inline styles.

 

When I use the inspector, I can add the width style to the selectors just fine - eg:

 

<div class="selector" id="uniform-undefined" style="width:210px">

 

However, when I try to modify the template, the only selector code I find is:

 

<select name="domainsregperiod[{$result.domain}]">
         {foreach key=period item=regoption from=$result.regoptions}
         <option value="{$period}">{$period} {$LANG.orderyears} @ {$regoption.register}</option>
         {/foreach}
       </select>

 

Which I can not add a style too. How can I modify the width of the selectors individually? :?:

 

Thank you! :!:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated