Support Spidean

Do you like our FREE downloads? How about the FREE support for the FREE downloads? Please help us out and donate any amount! It's fast and easy through PayPal.

Spidean Forums

Board Index > Questions? > Firefox CSS Style Sheet


 < Last Thread   Next Thread >New Topic  Post Reply
Author: Subject: Firefox CSS Style Sheet

Junior Member





Posts: 36
Registered: 8/28/2004
Status: Offline

  posted on 6/7/2006 at 03:09 PM
When viewing our site with Firefox, the styles do not show up. It is like the css is missing, but it is listed within the head tag. Also the styles in styleNN.css are all identical to style.css. So why doesn't the css apprear? Also, what controls the use of styleNN.css and import url? Why is styleNN.css needed?<br><br><br>
quote:

<link rel="stylesheet" href="themes/2006/style/styleNN.css" type="text/css">
<style type="text/css">@import url("themes/2006/style/style.css");</style>

<!-- Custom Page stylesheet -->
<link rel="stylesheet" href="themes/2006/style/style.css" type="text/css">


 
Reply With Quote Visit User's Homepage

Administrator




Posts: 4570
Registered: 10/7/2002
Status: Online

  posted on 6/9/2006 at 07:58 PM
All styles are used in the style sheets. If you aren't seeing what you expect then maybe firefox is interpreting the styles differently than IE or other browsers. This is a common issue and there is an art to getting cross-browser designs to work.

The styleNN.css is included first, and then the style.css so any styles in style.css will override styleNN.css. The styleNN.css is only useful to support old nestscape browsers, I think 4 and lower. They don't support the import tag so they only use the styleNN.css.

-Shawn

 
Reply With Quote
New Topic    Post Reply


Main Menu

Get AutoTheme

Featured Item

Poll

How do you like the new look?

[ Results | Polls ]

Votes: 84
Comments: 0

Powered by the AutoTheme HTML Theme System
Page created in 0.113162 Seconds