Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-21-2006, 05:10 PM   PM User | #1
spyke01
New Coder

 
Join Date: May 2006
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
spyke01 is an unknown quantity at this point
Select box arrow covering options

I have several select boxes on my site, but the arrow covers part of the selected options. I can't do a width because it may be too large or too small, i can't really do min-widht because its not supported in all browsers(AFAIK). I thought that the width was automatic, but i might have been wrong

heres the css for my inputs:
Code:
input, select, textarea {
  	background: url("images/input_bg.gif");
	border: 1px #ccc solid;
	padding: 4px;
}

input button {
  	margin: 23px;
}

input select {
  	margin: 0px;
  	padding: 0px;
}
any ideas from this? if you need to see the page, i can do up a basic page with a select box in it with all my css sheets attached
spyke01 is offline   Reply With Quote
Old 09-21-2006, 05:56 PM   PM User | #2
BonRouge
Regular Coder

 
BonRouge's Avatar
 
Join Date: Mar 2006
Location: Sendai, Japan
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
BonRouge is on a distinguished road
Are the options in the select boxes dynamic (do they change)? If not, give the select boxes ids and individual widths.
__________________
bonrouge
BonRouge is offline   Reply With Quote
Old 09-21-2006, 07:17 PM   PM User | #3
spyke01
New Coder

 
Join Date: May 2006
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
spyke01 is an unknown quantity at this point
yes, they are pulled from a database table
spyke01 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:20 AM.


Advertisement
Log in to turn off these ads.