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.
|
Mtwo
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">
|
| |
| |
Shawn
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 |
| |
|
|
|
|