Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
regicide webforumsuser@macromedia.com #1
CSS and Mozilla
I'm having some trouble with Mozilla not displaying CSS correctly. I have a very simple stylesheet controlling the hyperlink font(a:link, etc..). I can test it locally or from a network drive and it works just fine, however, once I post it to the webserver and view it from the outside it doesn't show up right. I get the default blue hyperlinks. It shows up just fine in Internet Explorer. Any suggestions?
regicide webforumsuser@macromedia.com Guest
-
Mozilla
Hi folks, Thanks for the suggestion on customisation. I'll try it out. Meanwhile I need to solve this. Mozilla open out to a Local Debian Start... -
Mozilla 1.3.1
On Monday 28 July 2003 18:39, Jan Willem Stumpel wrote: I have this version in my /var/cache/apt/archives: mozilla_2%3a1.3.1-3_i386.deb... -
php xml mozilla confusion
I created two different files with almost the exact same content. file.xml contains pure xml data file.php contains the exact same data except the... -
mozilla filters
Hey all.. I was wondering if anyone knew where mozilla stored it's user-defined filters.. Every time I re-install linux I manage to keep my... -
mozilla 1.2.1Ab
I am having more and more trouble lately using Netscape 4.7 on SCO 5.0.6. I used to be able to visit http://www.sco.com/ however now it crashes the... -
rob :: digitalburn #2
Re: CSS and Mozilla
It's probably a problem with the link to your style sheet, rather than the
style sheet itself. Test if it works if you put the style info directly into
your HTML file.
regicide wrote:> I'm having some trouble with Mozilla not displaying CSS correctly. I
> have a very simple stylesheet controlling the hyperlink font(a:link,
> etc..). I can test it locally or from a network drive and it works
> just fine, however, once I post it to the webserver and view it from
> the outside it doesn't show up right. I get the default blue
> hyperlinks. It shows up just fine in Internet Explorer. Any
> suggestions?
rob :: digitalburn Guest
-
danilocelic #3
Re: CSS and Mozilla
"regicide" [email]webforumsuser@macromedia.com[/email] wrote:
As Rob said it could be in how you link to the CSS file. Can you post a> I'm having some trouble with Mozilla not displaying CSS correctly. I have a very simple stylesheet controlling the hyperlink font(a:link, etc..). I can test it locally or from a network drive and it works just fine, however, once I post it to the webserver and view it from the outside it doesn't show up right. I get the default blue hyperlinks. It shows up just fine in Internet Explorer. Any suggestions?
link to your page?
It could also be the web server's fault, that is, Mozilla expects
(requires?) that CSS files be sent with a mime type from the server
indicating that it is a css file and may not recognize css files if they
aren't sent with that mime type. If this is the case, then you'll need
to contact your web host to have them add the proper mime type for CSS
files.
--
Enjoy,
Danilo Celic
| Extending Knowledge, Daily
| [url]http://www.CommunityMX.com/[/url]
Those who aren't looking often have their eyes open widest.
danilocelic Guest
-
regicide webforumsuser@macromedia.com #4
Re: CSS and Mozilla
<link href="../base.css" rel="stylesheet" type="text/css">
I have the stylesheet in my root and everything is linking to it. Since the stylesheet is so simple(just text), I just made a little template for page layout and css is only controlling text. I just wanted to be able to change the font, and a couple of other things, by editing one file. Internet explorer works fine. Mozilla works fine locally. I may setup a different server with Apache to see if there is any difference.
regicide webforumsuser@macromedia.com Guest
-
regicide webforumsuser@macromedia.com #5
Re: CSS and Mozilla
Agh... I found it. It was the doctype.
regicide webforumsuser@macromedia.com Guest
-
regicide webforumsuser@macromedia.com #6
Re: CSS and Mozilla
Well, I thought that's what it was. Isn't this right?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html401--19991224/loose.dtd">
Besides the text effect, I have a navbar that I have set some table attributes to. I get the same effect if I use
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Am I right in believing that either one of these should work? If I use
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
then I get the correct links, but I.E. loses some formatting. Ideas? I know I'm a little green at this but shouldn't these work?
regicide webforumsuser@macromedia.com Guest
-
rob :: digitalburn #7
Re: CSS and Mozilla
I'm no expert on this I'm afraid. I usually just use this and hope for the
best:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
regicide wrote:> Well, I thought that's what it was. Isn't this right?
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html401--19991224/loose.dtd">
>
> Besides the text effect, I have a navbar that I have set some table
> attributes to. I get the same effect if I use
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
>
> Am I right in believing that either one of these should work? If I use
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
> then I get the correct links, but I.E. loses some formatting. Ideas?
> I know I'm a little green at this but shouldn't these work?
rob :: digitalburn Guest



Reply With Quote

