Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE DREAMWEAVER: HomeDreamweaver ForumDreamweaver TutorialsFAQAdobe FlashWeb Design

Re: Entire Site Works In Safari. but NOT in Firefox!!

Cow Forums : Adobe Dreamweaver
FAQ   •   VIEW POSTS   •   ADD A NEW POST   •   SEARCH   •   CHANGE FORUM
Respond to this post   •   Return to posts index   •   Read entire thread


Re: Entire Site Works In Safari. but NOT in Firefox!!
by Abraham Chaffin on May 5, 2008 at 2:25:30 pm

Problem is probably the addressing to your css file...
For instance - the address from the main page to your css file is

@import url(_code/L2.css);

That tells the browser to look in whatever folder the current script is in for a folder called _code and then a file called L2.css

So the css document would be in

ati/site/_code/L2.css

which exists.

However when you go to another page such as

http://www.pro-creative.com/ati/site/classes/index.html

The addressing to the css file is the same.

@import url(_code/L1.css);

So you are telling the browser to look in

ati/site/classes/_code/L1.css

for the css file which does not exist.

You could either put the css file there or put a ../ in front of the addressing which would tell the browser to go up one folder in the hierarchy to then look in

ati/site/_code/L1.css

for the file.

Why this works in Safari is beyond me as it shouldn't work in any browser with this css addressing.

Abraham


Respond to this post   •   Return to posts index   •   Read entire thread


Current Message Thread:




Note: If you are a registered user please click here to login before posting.

Your post will not be accepted if your name and email address are not registered in our database. Click here if you do not have an account.

Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message   Entire Thread   None  

Message:



Note: The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key. Read more...



Add your message signature


 


Note: By clicking "Post Direct" button above, you are agreeing to the Creative Cow's Code of Conduct.



FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]