Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Re: CSS formatted buttons and IE

Reply
Thread Tools

Re: CSS formatted buttons and IE

 
 
Michael Weber
Guest
Posts: n/a
 
      09-14-2003
[Sun, 14 Sep 2003 19:02:51 +0200/SeeSchloss]
> Hi,
>
> With Mozilla, :hover, :active etc have an effect on buttons
> but IE does not seem to understand it.
> Is there any mean to make button reacting to hover or
> active in IE ?


Use a.whatever:hover


regs
michael
 
Reply With Quote
 
 
 
 
picayunish
Guest
Posts: n/a
 
      09-14-2003
Without quill or qualm, Michael Weber quothed:
> [Sun, 14 Sep 2003 19:02:51 +0200/SeeSchloss]
>> Hi,
>>
>> With Mozilla, :hover, :active etc have an effect on buttons
>> but IE does not seem to understand it.
>> Is there any mean to make button reacting to hover or
>> active in IE ?

>
> Use a.whatever:hover


Tested on a submit button, it doesn't work.
http://members.chello.nl/e.vandervaart/test/hover.html
--
Edwin van der Vaart (Geen familie van....)
http://www.semi-conductors.nl/ PHP Redirect to semi-conductor.nl
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://members.chello.nl/e.vandervaart/ Experimental site
http://host.deluxnetwork.com/~evdvaart/ Experimental PHP site


 
Reply With Quote
 
 
 
 
Michael Weber
Guest
Posts: n/a
 
      09-14-2003
Hi picayunish,

[Sun, 14 Sep 2003 22:24:35 +0200/picayunish]
> Without quill or qualm, Michael Weber quothed:
> > [Sun, 14 Sep 2003 19:02:51 +0200/SeeSchloss]
> >> Hi,
> >>
> >> With Mozilla, :hover, :active etc have an effect on buttons
> >> but IE does not seem to understand it.
> >> Is there any mean to make button reacting to hover or
> >> active in IE ?

> >
> > Use a.whatever:hover

>
> Tested on a submit button, it doesn't work.
> http://members.chello.nl/e.vandervaart/test/hover.html


I said a.whatever:hover, not a:hover

use A.button:hover

<a href="x" class="button">

If you want to use background images, you also need to add
display:block to your a-tags (to let it work in NN/OP)

Demo with hover/active/visited on www.webbosom.online.de
(test/temp/off)


regs
michael
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Created Radio Buttons displaying as if they were conventional buttons Dr. Leff Javascript 3 10-15-2007 09:47 PM
The Z axis and simple menu buttons/image buttons Jonathan N. Little HTML 3 04-02-2007 09:57 AM
Datagrid Nav buttons and numeric buttons Jeremy Jones ASP .Net 1 03-22-2007 08:00 AM
Image Buttons/Buttons not responding =?Utf-8?B?QmVu?= ASP .Net 1 07-06-2005 07:34 AM
2 buttons but want enter key in textbox to execute one buttons' click event? Roger ASP .Net 1 05-20-2005 09:47 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57