Drop down Issue

Reply

Join Date: Jun 2008
Posts: 7
Reputation: kiraniru is an unknown quantity at this point 
Solved Threads: 0
kiraniru kiraniru is offline Offline
Newbie Poster

Drop down Issue

 
0
  #1
Jun 27th, 2008
HI I am having Drop dwon box with different font size drop down items... My code is working fine with Firefox but not working properly with IE can some body help me

My Code :

<body>
<select name="">
<option selectd style="font-size:35px">option Black</option>
<option style="color: red; font-family : ariel; font-size : 10pt">option Red</option>
<option style="color: blue; font-family : ariel; font-size : 14pt">option Blue</option>
<option style="color: green; font-family : ariel; font-size : 16pt">option Green</option>
<option style="color: yellow; font-family : ariel; font-size : 20pt">option Yellow</option>
<option style="color: #cccccc; font-family : ariel; font-size : 24pt">option Grey</option>
</select>
</body>

Thanks
Irayya
Last edited by kiraniru; Jun 27th, 2008 at 7:20 am.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 166
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: Drop down Issue

 
0
  #2
Jun 27th, 2008
The property "selectd" is spelled wrong, and should be selected="selected" .
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 302
Reputation: sreein1986 is an unknown quantity at this point 
Solved Threads: 33
sreein1986's Avatar
sreein1986 sreein1986 is offline Offline
Posting Whiz

Re: Drop down Issue

 
0
  #3
Jun 28th, 2008
Originally Posted by MidiMagic View Post
The property "selectd" is spelled wrong, and should be selected="selected" .
if selected spelling writes correctly then it's not working in IExplore
I think font size not working in IExplore
Thanx,
Shiriyal

http://shiriyal.blogspot.com/
if you problem solved add me as a reputation and mark it mark as solved
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 59
Reputation: Dannyo329 is an unknown quantity at this point 
Solved Threads: 6
Dannyo329's Avatar
Dannyo329 Dannyo329 is offline Offline
Junior Poster in Training

Re: Drop down Issue

 
0
  #4
Jun 30th, 2008
Is ariel a font? I've only heard of arial.
C programmers will get smashed by C++ programmers.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 4
Reputation: sushilchandu is an unknown quantity at this point 
Solved Threads: 0
sushilchandu's Avatar
sushilchandu sushilchandu is offline Offline
Newbie Poster

Re: Drop down Issue

 
0
  #5
Jun 30th, 2008
if writes total are rightly its not working IExplore
Thanks & Regards
Sushil Kumar Chandu
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 67
Reputation: casper_wang is an unknown quantity at this point 
Solved Threads: 6
casper_wang's Avatar
casper_wang casper_wang is offline Offline
Junior Poster in Training

Re: Drop down Issue

 
0
  #6
Jul 1st, 2008
IE is full of bugs when it comes to css. There are many things that work well with FF and not at all (or at least requiring a hack) for IE.

Hover is one
<li> is another (the tribute used in drop down menu's)
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 48
Reputation: Ken Sharpe is an unknown quantity at this point 
Solved Threads: 2
Ken Sharpe's Avatar
Ken Sharpe Ken Sharpe is offline Offline
Light Poster

Re: Drop down Issue

 
0
  #7
Jul 2nd, 2008
More than just IE not implementing things, you should be aware that form elements in particular (like drop down lists), have very different support across many browsers. You will not be able to style them all exactly the same no matter how hard you try, so you should design with that limitation in mind.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum


Views: 1058 | Replies: 6
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC