This is a discussion on "Link problem in Firefox" within the Web Page Design section. This forum, and the thread "Link problem in Firefox are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Link problem in Firefox
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi,i have this css code
<LINK REL=stylesheet HREF="style.css" TYPE="text/css"> which links to my css document ok - works just fine in ie but firefox dosent seam to like it and is displaying standerd links - if i put the css code on every page it works but that would take ages in my case - there must be an answer? |
|
|
|
|||
|
Re: Link problem in Firefox
Thats a very dodgy coding style, try
<link rel="stylesheet" type="text/css" href="style.css"> is the css file in the same directory as the page? |
|
|||
|
Yeah tried everything caps the lot Firefox just dont seam to like it
|
|
|||
|
Re: Link problem in Firefox
have u tried putting quotes around stylesheet as i did in my suggestion?
|
|
|||
|
Re: Link problem in Firefox
yes my css file is called style.css and i currently have this
<link rel="stylesheet" type="text/css" href="style.css"> and it works great in ie but its as if firefox can't understand it and is goin default |
|
||||
|
Re: Link problem in Firefox
Assuming you have a .css file in the right location with the name "style.css", this is almost certainly just a coding error. The easiest way to locate it is go to The W3C CSS Validation Service and check it. This will immediately locate where you have a ":" instead of a ";" or whatever. Another big favorite is a ")" instead of a "}".
Blast W3c to Hades. Why couldn't they use something legible for their punctuation, like $ and @. I'm bringing suit on behalf of the nearsighted. |
|
|||
|
Re: Link problem in Firefox
If its not a coding error in the CSS file, post a link to your site so we can see your code to check.
|
|
|||
|
Re: Link problem in Firefox
This is my css code
Thanks in advance |
|
|||
|
Re: Link problem in Firefox
I think there are a few small things wrong with that code so you should run it through the validatior to catch all the errors.
|
|
|||
|
Re: Link problem in Firefox
DO NOT USE HTML IN A CSS FILE!!!
remove
|
![]() |
| Tags |
| link, problem, firefox |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| firefox problem | ahwell | Flash & Multimedia Forum | 11 | Apr 17th, 2008 11:44 |
| Link Checker for Firefox -- fails | MikeHopley | Scripts and Online Services | 9 | Jan 14th, 2008 18:58 |
| Weird Problem in FireFox | Powderhound | Web Page Design | 11 | Sep 20th, 2006 07:10 |
| Firefox problem | Powderhound | Web Page Design | 6 | Sep 6th, 2006 21:46 |
| I'm having a problem with Firefox! | majorjc | Web Page Design | 2 | Jan 17th, 2006 15:48 |