HighDots Forums  

CSS style sheets not attaching in netscape

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS style sheets not attaching in netscape in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rendike
 
Posts: n/a

Default CSS style sheets not attaching in netscape - 10-29-2005 , 10:58 AM






Please help!
Im trying to reload up my website on another domain and I noticed that with
explorer everything is fine , but with netscape my stylesheets arent attaching
and everything is white... What should I do ?

thanks in advance,
Rendike


Reply With Quote
  #2  
Old   
Flo Nelson
 
Posts: n/a

Default Re: CSS style sheets not attaching in netscape - 10-29-2005 , 11:24 AM






Post a link so we can see the code.

Flo

"Rendike" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Please help!
Im trying to reload up my website on another domain and I noticed that
with
explorer everything is fine , but with netscape my stylesheets arent
attaching
and everything is white... What should I do ?

thanks in advance,
Rendike




Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: CSS style sheets not attaching in netscape - 10-29-2005 , 11:26 AM



Post a link to the page.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Rendike" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Please help!
Im trying to reload up my website on another domain and I noticed that
with
explorer everything is fine , but with netscape my stylesheets arent
attaching
and everything is white... What should I do ?

thanks in advance,
Rendike




Reply With Quote
  #4  
Old   
Thierry | www.TJKDesign.com
 
Posts: n/a

Default Re: CSS style sheets not attaching in netscape - 10-29-2005 , 09:29 PM



Rendike wrote:
Quote:
Please help!
Im trying to reload up my website on another domain and I noticed
that with explorer everything is fine , but with netscape my
stylesheets arent attaching and everything is white... What should I
do ?
A shot in the dark, but since you mention another domain (host maybe) and
IE, I'd suggest to investigate MIME type.
I believe IE by default takes into consideration the file content and
doesn't care about MIME type, but better browsers do.

--
Thierry | http://www.TJKDesign.com | CSS-P Templates + Articles:
CSS Popups, CSS 3 Column Layout, CSS Tabs, CSS Dropdown Menu,
TIP Method, Sliced Images, Clean Popup Windows, Easy Maintenance.....




Reply With Quote
  #5  
Old   
Rendike
 
Posts: n/a

Default Re: CSS style sheets not attaching in netscape - 10-30-2005 , 04:15 AM



Here is the page...
www.meditourshungary.com

thanks,
Rendike

Reply With Quote
  #6  
Old   
Rendike
 
Posts: n/a

Default Re: CSS style sheets not attaching in netscape - 10-30-2005 , 04:18 AM



Hi Thierry,
I dont know what MIME type means
could you explain.
thnks,
Rendike

Reply With Quote
  #7  
Old   
firstrebel
 
Posts: n/a

Default Re: CSS style sheets not attaching in netscape - 10-30-2005 , 05:13 AM



Saw all this on your page, does not look correct:

</script>
<style type="text/css">
<!--
-->
</style>
<style type="text/css">
<!--
-->
</style>
<style type="text/css">
<!--
-->
</style>
<style type="text/css">
<!--
-->
</style>
<style type="text/css">
<!--
-->
</style>
<link href="file:///C|/Sites/mystylesheet.css" rel="stylesheet"
type="text/css">
</head>


Reply With Quote
  #8  
Old   
Rendike
 
Posts: n/a

Default Re: CSS style sheets not attaching in netscape - 10-30-2005 , 06:13 AM



Thanks Robert,
Im not sure what this all means... I dont find "link
href="file:///C|/Sites/mystylesheet.css" rel="stylesheet" type="text/css">" on
the code page at all. Shouldnt it be linking to the server location ? not my
c drive ...

Could you maybe explain a little bit in "real words" ? So I have created the
external CSS style sheet and uploaded it to my server. Why doesnt it connect
to that file ?


</script>
<style type="text/css">
<!--
Are these unnecessary ? Should I delete them ?

Thanks again.
Rendike


Reply With Quote
  #9  
Old   
.: Nadia :. *TMM*
 
Posts: n/a

Default Re: CSS style sheets not attaching in netscape - 10-30-2005 , 06:46 AM



All the links on that page are pointing to your own hard drive. You need to
correct this before you upload the files to your server.

Are you working in a defined DW site? It appears that you are not, that's
why the links are written the way they are.

If you are not sure of what I am talking about..., check the DW help files
F1 and search for 'defined site'.

And yes, you should remove all the empty style comments:

<style type="text/css">
<!--
-->
</style>


--
Nadia
Team MM Volunteer for Dreamweaver
--------------------------------------------
Templates | CSS Templates | Free Templates
http://www.csstemplates.com.au

Dropdown Menu Templates | SEO Articles |Tutorials
http://www.DreamweaverResources.com
---------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
---------------------------------------------



Quote:
Im not sure what this all means... I dont find "link
href="file:///C|/Sites/mystylesheet.css" rel="stylesheet"
type="text/css">" on
the code page at all. Shouldnt it be linking to the server location ?
not my
c drive ...

Could you maybe explain a little bit in "real words" ? So I have created
the
external CSS style sheet and uploaded it to my server. Why doesnt it
connect
to that file ?


/script
style type="text/css"
!--
Are these unnecessary ? Should I delete them ?

Thanks again.
Rendike




Reply With Quote
  #10  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: CSS style sheets not attaching in netscape - 10-30-2005 , 06:52 AM



Delete every instance of this -

<style type="text/css">
<!--
-->
</style>

It's an empty and unused embedded stylesheet.

Fix this -

<link href="file:///C|/Sites/mystylesheet.css" rel="stylesheet"
type="text/css">
</head>

That's a broken link to the stylesheet (which appears to be outside the root
folder of your site). It will obviously only work on your computer, as will
these links in the preloader -

<body
onLoad="MM_preloadImages('file:///E|/CARE/Website/CARE/design/assets/images/PlasticSurgery_over.png',
'file:///E|/CARE/Website/CARE/design/assets/images/Dentistry_over.png',
'file:///E|/CARE/Website/CARE/design/assets/images/LaserEye_over.png',
'file:///E|/CARE/Website/CARE/design/assets/images/Medicalexams_over.png')">

It appears that you have not defined your site properly in DW, which would
be why you are getting these broken links. Please tell me what is in the
Local Root Folder field of the ADVANCED local site's defintiion?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Rendike" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Thanks Robert,
Im not sure what this all means... I dont find "link
href="file:///C|/Sites/mystylesheet.css" rel="stylesheet"
type="text/css">" on
the code page at all. Shouldnt it be linking to the server location ?
not my
c drive ...

Could you maybe explain a little bit in "real words" ? So I have created
the
external CSS style sheet and uploaded it to my server. Why doesnt it
connect
to that file ?


/script
style type="text/css"
!--
Are these unnecessary ? Should I delete them ?

Thanks again.
Rendike




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.