LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 745 users online 225488 members 1357 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
RuffedUp
It's true. I never post.
Mood: Frustrated
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
5 online / 38 MPM
Fresh Topics
  LiveWire / Technical Forums / Web Design & Search Engine Optimization / Adding Reply

Adding Reply
Archived Topic: It will not be bumped to the top of the forum.
Topic Do CSS Filters not work in FireFox?
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
RossTheHoss69 Posted at 6:52 pm on Jan. 16, 2008
For anyone who works with/uses CSS on a regular basis,
did FireFox disable the usage of the filters that flip something vertically and horizontally?
Code:

<style>
img:hover
{
filter:flipH;
}
</style>

or  

Code:

<style>
img:hover
{
filter:flipV;
}
</style>

Replies
rand0mguy Posted at 12:34 pm on Jan. 23, 2008
depends if the hack was made for IE .. hacks are made to fix bugs so if i dosent work in FF maye theres a way of doing it without using a hack?
dinosaur egg Posted at 6:34 am on Jan. 17, 2008
A real pity I can't post the intranet home site of the company I work for.
Cascading menus, like four levels deep, and just for IE.
Even the Firefox IE tab extension has major problems
RossTheHoss69 Posted at 7:08 pm on Jan. 16, 2008
Quote: from pleaseremove at 9:05 pm on Jan. 16, 2008

If i remember correctly they are not part of the CSS spec, they are something MS added to IE back in the days of 5.

Ahh. Okay, that makes sense.
Similar to the scrollbar bullshit that IE added.
pleaseremove Posted at 7:05 pm on Jan. 16, 2008
If i remember correctly they are not part of the CSS spec, they are something MS added to IE back in the days of 5.
RossTheHoss69 Posted at 6:57 pm on Jan. 16, 2008
Quote: from The Dalai Lama at 8:54 pm on Jan. 16, 2008

don't you need like
Code:

<style>
<!---
img:hover  
{  
filter:flipV;  
}
--->
</style>

Maybe not.  I don't know CSS very well.



You don't need the <--'s.
The Dalai Lama Posted at 6:54 pm on Jan. 16, 2008
don't you need like
Code:

<style>
<!---
img:hover
{
filter:flipV;
}
--->
</style>

Maybe not.  I don't know CSS very well.

All 6 previous replies displayed.