Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
P@tty *TWB* #1
Re: CSS and Various Browsers
No, Netscape 4.7 doesn't support CSS very well. It usually requires lots of
extra effort to keep things looking decent in that browser, unfortunately.
This site has lots of good info on CSS and NN4: [url]http://www.mako4css.com[/url]
Hope that helps.
--
P@tty Ayers
[url]http://www.WebDevBiz.com[/url]
Professional Web Business Tools:
Web Design Contract, Estimate Worksheet, and more
--
"mdream" <webforumsuser@macromedia.com> wrote in message
news:bfrmgo$kkp$1@forums.macromedia.com...Netscape 4.7 it causes the table to fly out of the specs, the nav at the> I have linked a style sheet to the text portion of my page. When I view in
bottom is not even and the style is not applied. When I view in Netscape 6.1
or IE 5 the page is fine. Can anyone tell me what is causing this? Does
Netscape 4.7 not suport CSS? Hellllllllllp!!!!! I really need to know what
to do here.>
> Platform: Mac OS9.2 Dreamweaver 4
>
> Please go to: [url]www.marleypaddock.com/test_pages/html/print1a.html[/url]
> If possible, please test in other browsers and let me know what you see.
>
> Thanks!
>
>
P@tty *TWB* Guest
-
browsers
Hi there, I was just wondering, if someone knew where you could get older versions of browsers, for Internet explorer ( like 5.5), firefox,... -
Problems with AOL/CS browsers
Hi All, I have run up against a strange error that seems affect only older version of AOL and CS browsers (AOL earlier than vs 8.0, and not sure... -
Mac OS X FSCommand ??? none of the browsers
Okay I have tried finding some solutions. I know of the problem currently exhisting with macs and this. I have tried mozilla 1.6 Netscape 7.1, IE... -
Web Browsers
Hey Ho I need to create a (on the Client Side) System independent Web Application. This should work with any Browser available. Which... -
ASP.NET with other Browsers.
The results are hit and miss. You should always test with the browsers you've decided to support. If you run into glitches there are pretty much... -
David Powers #2
Re: CSS and Various Browsers
mdream wrote:
N4.7 does support CSS, but has a lot of funny quirks. One of them is that it> I have linked a style sheet to the text portion of my page. When I
> view in Netscape 4.7 it causes the table to fly out of the specs, the
> nav at the bottom is not even and the style is not applied. When I
> view in Netscape 6.1 or IE 5 the page is fine. Can anyone tell me
> what is causing this? Does Netscape 4.7 not suport CSS?
> Hellllllllllp!!!!! I really need to know what to do here.
doesn't like class names that include the underscore. Also, you've got
clip: rect( )
in your stylesheet. Like that it's completely meaningless to any browser,
but it may also be giving N4 a particularly hard time.
Since you're using tables to create your page, you need to understand the
particular difficulties N4 has with font inheritance:
[url]http://www.mako4css.com/cssfont.htm[/url]
--
David Powers
*******************************************
No-nonsense reviews of computer books
[url]http://japan-interface.co.uk/webdesign/books.html[/url]
Save 10% on TopStyle CSS Editor
*******************************************
David Powers Guest
-
darrel #3
Re: CSS and Various Browsers
> Does Netscape 4.7 not suport CSS?
No. It doesn't. It support JSS (Javascript Style Sheets) natively. Netscape
had to create a CSS to JSS translator for NN4 which only allows certain
aspects of CSS to work in it.
The easiest solution is to just give NN4 users a basic, simply CSS file. The
page won't look as pretty, but it will be readable:
[url]http://www.thebackcountry.co.uk/pulsating_brain/archives/000050.html[/url]
-Darrel
darrel Guest
-
mdream webforumsuser@macromedia.com #4
Re: CSS and Various Browsers
The easiest solution is to just give NN4 users a basic, simply CSS file. The
page won't look as pretty, but it will be readable:
How do I do this and how would the page look different?
mdream webforumsuser@macromedia.com Guest
-
darrel #5
Re: CSS and Various Browsers
Did you click on the link in my above message?> How do I do this and how would the page look different?
-Darrel
darrel Guest
-
mdream webforumsuser@macromedia.com #6
Re: CSS and Various Browsers
Ooop. now I have. I am assuming I am to replace "hideme.css" with the name of my stylesheet, correct?
mdream webforumsuser@macromedia.com Guest
-
darrel #7
Re: CSS and Various Browsers
> Ooop. now I have. I am assuming I am to replace "hideme.css" with the name
of my stylesheet, correct?
yes. name and path.
-Darrel
darrel Guest
-
mdream webforumsuser@macromedia.com #8
Re: CSS and Various Browsers
I went to the site and found the info. They instructed me to link two style sheets since
NN4.7 does not regognize the @import. I must be doing something wrong because it's
not working. I'm new to CSS can you take a look at the attached code? Thanks.
<html>
<head>
<title>MP Graphics, Inc.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../styles/description.css" type="text/css">
<link rel="stylesheet" href="../styles/descriptionNN.css"
type="text/css">
<style type="text/css">
@import url (description.css) ; /*IE and NN6x styles*/
</style>
</head>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0">
<table width="760" border="0" cellpadding="0" cellspacing="0"
align="center">
<tr>
<td colspan="10" height="31" valign="top" bgcolor="#000000"><img
src="../images/shared_images/spacer.gif" width="760" height="31"></td>
</tr>
<tr>
<td valign="top" height="23" colspan="10" bgcolor="C7B98A"><img
src="../images/shared_images/spacer.gif" width="760" height="23"></td>
</tr>
<tr>
<td height="161" colspan="6" valign="top" bgcolor="C7B98A"><img
src="../images/shared_images/mp_logo.gif" width="248" height="161"></td>
<td rowspan="4" colspan="3" valign="top"><img
src="../images/print_images/print1.jpg" width="488" height="283"></td>
<td width="24" rowspan="4" valign="top" bgcolor="C7B98A"><img
src="../images/shared_images/spacer.gif" width="24" height="283"></td>
</tr>
<tr>
<td height="36" valign="top" colspan="6" bgcolor="C7B98A"><img
src="../images/print_images/geo_head.gif" width="248" height="36"></td>
</tr>
<tr>
<td height="65" width="23" valign="top" bgcolor="C7B98A"><img
src="../images/shared_images/spacer.gif" width="23" height="65"></td>
<td valign="top" colspan="5" bgcolor="C7B98A"
class="descriptionNN">Art direction
and graphic design for Geo-Strata magazine. A four color monthly
publication
for the American Society of Civil Engineers.</td>
</tr>
<tr>
<td valign="top" colspan="3" height="21" bgcolor="C7B98A"><img
src="../images/shared_images/spacer.gif" width="174" height="20"></td>
<td width="14" valign="top" bgcolor="C7B98A"><img
src="../images/shared_images/previous.gif" width="14" height="20"></td>
<td width="26" valign="top" bgcolor="C7B98A"><img
src="../images/shared_images/mouse.gif" width="26" height="20"></td>
<td width="34" valign="top" bgcolor="C7B98A"><img
src="../images/shared_images/next-over.gif" width="34" height="20"></td>
</tr>
<tr>
<td height="23" colspan="10" valign="top" bgcolor="C7B98A"><img
src="../images/shared_images/spacer.gif" width="760" height="23"></td>
</tr>
<tr>
<td height="60" colspan="2" valign="top" bgcolor="#000000"><img
src="../images/nav_images/print.gif" width="149" height="60"></td>
<td valign="top" colspan="5" bgcolor="#000000"><img
src="../images/nav_images/web.gif" width="112" height="60"></td>
<td width="316" valign="top" bgcolor="#000000"><img
src="../images/nav_images/identity.gif" width="316" height="60"></td>
<td valign="top" colspan="2" bgcolor="#000000"><img
src="../images/nav_images/contact.gif" width="183" height="60"></td>
</tr>
<tr>
<td height="0"></td>
<td width="126"></td>
<td width="25"></td>
<td></td>
<td></td>
<td></td>
<td width="13"></td>
<td></td>
<td width="159"></td>
<td></td>
</tr>
</table>
</body>
</html>
mdream webforumsuser@macromedia.com Guest
-
P@tty *TWB* #9
Re: CSS and Various Browsers
Mdream -- You have the style sheet "description.css" linked two different
times - once with the <link> tag, and then again with the @import directive.
Delete this one:
<link rel="stylesheet" href="../styles/description.css" type="text/css">
Now how is it working?
--
P@tty Ayers
[url]http://www.WebDevBiz.com[/url]
Professional Web Business Tools:
Web Design Contract, Estimate Worksheet, and more
--
"mdream" <webforumsuser@macromedia.com> wrote in message
news:bfsajt$njd$1@forums.macromedia.com...style sheets since> I went to the site and found the info. They instructed me to link twobecause it's> NN4.7 does not regognize the @import. I must be doing something wrongThanks.> not working. I'm new to CSS can you take a look at the attached code?
P@tty *TWB* Guest
-
David Powers #10
Re: CSS and Various Browsers
darrel wrote:
Not true, unfortunately. Errata to the CSS specification in 2001 made>>> One of them is that it
>> doesn't like class names that include the underscore.
> Per spec, you shouldn't have underscores in any of your class names
> for any of the browsers.
underscores legal, as Eric Meyer explains here:
[url]http://devedge.netscape.com/viewsource/2001/css-underscores/[/url]
Still, the best advice is: no underscores and no hyphens in class and id
names.
--
David Powers
*******************************************
No-nonsense reviews of computer books
[url]http://japan-interface.co.uk/webdesign/books.html[/url]
Save 10% on TopStyle CSS Editor
*******************************************
David Powers Guest



Reply With Quote

