Mozilla Firefox vs Windows Internet Explorer v.7.0
Mozilla Firefox vs Windows Internet Explorer v.7.0
am 28.12.2007 00:28:05 von Paul
I have made this button as sample
http://www.tortebomboniere.com/button01.html
If I use Windows Internet Explorer, the whole area of button is clickable.
If I use Mozilla Firefox, only the link inside the area is clickable.
Why? Is it possible change the codes to make clickable the whole area using
Mozilla?
Thanks
Paul
Re: Mozilla Firefox vs Windows Internet Explorer v.7.0
am 28.12.2007 02:57:38 von zara
On Dec 27, 6:28 pm, "Paul" wrote:
> I have made this button as sample
>
> http://www.tortebomboniere.com/button01.html
>
> If I use Windows Internet Explorer, the whole area of button is clickable.
> If I use Mozilla Firefox, only the link inside the area is clickable.
>
> Why? Is it possible change the codes to make clickable the whole area using
> Mozilla?
> Thanks
> Paul
That's not a button, it's a table. You *could* anchor the entire
table, but that wouldn't be correct (works in my browser, but would
probably break many others). That means placing
outside the table.
You really should use CSS instead. Just Google out "css buttons" and
you'll have all the info you need.
Re: Mozilla Firefox vs Windows Internet Explorer v.7.0
am 28.12.2007 03:34:53 von lws4art
zara wrote:
> On Dec 27, 6:28 pm, "Paul" wrote:
>> I have made this button as sample
>>
>> http://www.tortebomboniere.com/button01.html
>>
>> If I use Windows Internet Explorer, the whole area of button is clickable.
>> If I use Mozilla Firefox, only the link inside the area is clickable.
>>
>> Why? Is it possible change the codes to make clickable the whole area using
>> Mozilla?
>> Thanks
>> Paul
>
> That's not a button, it's a table. You *could* anchor the entire
> table, but that wouldn't be correct (works in my browser, but would
> probably break many others). That means placing
> outside the table.
Don't even suggest such a thing that is *so* invalid.
>
> You really should use CSS instead. Just Google out "css buttons" and
> you'll have all the info you need.
Agree, very simple example
"http://www.w3.org/TR/html4/strict.dtd">
Better
href="http://www.tortebomboniere.com/bomboniere/en-regole.ht ml">Terms &
Conditions
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: Mozilla Firefox vs Windows Internet Explorer v.7.0
am 28.12.2007 07:44:59 von Paul
"Jonathan N. Little" ha scritto nel messaggio
news:6e37$47746144$40cba7cc$18367@NAXS.COM...
> zara wrote:
>> On Dec 27, 6:28 pm, "Paul" wrote:
>> You really should use CSS instead. Just Google out "css buttons" and
>> you'll have all the info you need.
>
> Agree, very simple example
>
>
> "http://www.w3.org/TR/html4/strict.dtd">
>
>
Thank you very much. That code is very useful and I am going to use it
Paul