Jun 8, 2006 #1 shawkz Programmer Joined Oct 25, 2005 Messages 84 Location GB Hi, is it possible to set the border colour on a select item to white so it appears invisible? Regards, SHawkz
Hi, is it possible to set the border colour on a select item to white so it appears invisible? Regards, SHawkz
Jun 8, 2006 #2 kaht Programmer Joined Aug 18, 2003 Messages 4,156 Location US I'm sure the results might change depending on what browser you're using, but I'm going to guess No. This makes no difference on the appearance of the dropdown in IE: Code: <style type="text/css"> select { border:1px solid white; } </style> <select> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> -kaht [small]How spicy would you like your chang sauce? Oh man... I have no idea what's goin' on right now...[/small] Upvote 0 Downvote
I'm sure the results might change depending on what browser you're using, but I'm going to guess No. This makes no difference on the appearance of the dropdown in IE: Code: <style type="text/css"> select { border:1px solid white; } </style> <select> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> -kaht [small]How spicy would you like your chang sauce? Oh man... I have no idea what's goin' on right now...[/small]