Buttons

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
many90
New Member
Posts: 1
Joined: May 28th, 2015, 2:13 am

Buttons

Post by many90 »

Hi,

our website don't work to its full capacity in firefox.

http://student.mtstudent.se/~vt15_imd13 ... wordpress/

The buttons don't work as you can see.

We have been trying this: https://css-tricks.com/snippets/css/css ... g-firefox/

But it still does not work.

We want our users to be able to use firefox as well.

Do you have any suggestions what we can do?

Thank you!
User avatar
jscher2000
Posts: 11742
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: Buttons

Post by jscher2000 »

Which buttons don't work? I don't notice anything strange on Windows. Please be specific.

Also, in case you use any content filtering extensions that might cause this issue, could you test in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox.

You can restart Firefox in Safe Mode using either:

* "3-bar" menu button > "?" button > Restart with Add-ons Disabled
* Help menu > Restart with Add-ons Disabled

and OK the restart.

A small dialog should appear. Click "Start in Safe Mode" (''not'' Refresh).

Any difference?
User avatar
trolly
Moderator
Posts: 39851
Joined: August 22nd, 2005, 7:25 am

Re: Buttons

Post by trolly »

The blue boxes below "Kommande Pass" have some mouse events attached which do not work.

Code: Select all

<span class="tt_upcoming_events_event_container" style="background-color: rgb(76, 130, 210); border-color: rgb(239, 239, 239) rgb(239, 239, 239) rgb(239, 239, 239) rgb(76, 130, 210); color: rgb(255, 255, 255);" onmouseover="this.style.backgroundColor='#4c82d2';this.style.borderColor='#4c82d2';this.style.color='#ffffff';" onmouseout="this.style.backgroundColor='#4c82d2';this.style.borderColor='#EFEFEF';this.style.borderLeftColor='#4c82d2';this.style.color='#ffffff';" title="BJJ"><span class="tt_upcoming_events_arrow"></span>BJJ<span class="tt_upcoming_events_hours timetable_clearfix"><span class="tt_calendar_icon"></span>Fredag, 12:00 - 13:00</span><span class="tt_event_hours_description">Lärare: Marcus W</span></span>

I do not know if they should act as a link too.
Think for yourself. Otherwise you have to believe what other people tell you.
A society based on individualism is an oxymoron. || Freedom is at first the freedom to starve.
Constitution says: One man, one vote. Supreme court says: One dollar, one vote.
Post Reply