QUICK, need help with code for firefox users

This is a discussion on "QUICK, need help with code for firefox users" within the Starting Out section. This forum, and the thread "QUICK, need help with code for firefox users are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 24th, 2007, 20:41
New Member
Join Date: Aug 2007
Location: canada
Age: 22
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy QUICK, need help with code for firefox users

my website is www.myspace.com/willisharrower it looks great on internet explorer but the picture links don't work on firefox. i've tried the tables themselves on firefox using a .htm document and they work fine. i've also tried inserting the html for the table into the about me section without the CSS code and it works in firefox too. but while looking through my CSS code and using the trial and error method while deleting pieces of code to see if it changes anything nothing happens. can someone please look at my website code and tell me what i need to change to make the links work on firefox?
Reply With Quote

  #2 (permalink)  
Old Sep 2nd, 2007, 11:58
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: QUICK, need help with code for firefox users

It seems that you are using the CSS filter element which only works for IE. Firefox will drop this declaration and try move onto the other CSS properties but looking at an error report from firefox there are a few.

Have a look at the error console in firefox to see the errors.

I do not believe there is an equivalet way of using filters in FF -- unless there's an addon
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Reply With Quote
  #3 (permalink)  
Old Sep 2nd, 2007, 12:20
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: QUICK, need help with code for firefox users

A picture link should look like this
Code: Select all
 <a href="http://www.blahblahblah.com"><img src="myphoto.jpg" alt="cool pic" /></a>
Reply With Quote
Reply

Tags
css, firefox, help, html

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help on code in firefox Giggs JavaScript Forum 4 Apr 9th, 2008 05:21
Alt + S fix for Firefox (Shortcut for quick-reply) alexgeek Scripts and Online Services 0 Jan 4th, 2008 09:51
This code has problem in Firefox abalfazl Web Page Design 8 Feb 23rd, 2007 15:00
Quick Firefox CSS question boscomilo Web Page Design 10 Oct 3rd, 2006 07:59
Code not working on firefox acidblue0 Web Page Design 3 Jan 2nd, 2006 20:14


All times are GMT. The time now is 21:22.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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