This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > September 2004 > browser?s check error (the code as example)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
browser?s check error (the code as example)
|
|
|
| Hello:
I have doubts concerning the following codes:
---------------------------------------------
related to a linked SCC style where I would like the links to appear as follow:
---------------------------------------------
.whitetext a:visited, .whitetext a:active, .whitetext a:link {
color: #FFFFFF;
text-decoration: none;
}
(THIS IS THE PART WITH PROBLEMS IT Says: Error parsing styles . Microsoft IE
for Macintosh 5.2))
.whitetext a:hover, {
font-weight: 400;
color: #FF0000;
text-decoration: none;
}
-----------------------------------------
SPAN, STYLE.....
------------------------------------------
<title></title><span class="bodytext"></span></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
(It says: the SPAN and STYLE tags are not supported by Opera 2.1, 3,0) It
occur the same with IMG, LINK, HEIGHT(table), TAG
----------------------------------
bordercolor="#FFFFFF" of a TABLE tag (Not supported by Mozilla 1.0, Nestcape
4,0; 7,0 and Safari 1)
-----------------------------------------
Thank you a lot!! :)
A.
| |
| Joe Makowiec 2004-09-19, 7:15 pm |
| On 19 Sep 2004 in macromedia.dreamweaver, avaa wrote:
> SPAN, STYLE.....
> ------------------------------------------
> <title></title><span class="bodytext"></span></title>
> <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1"> <style type="text/css">
> (It says: the SPAN and STYLE tags are not supported by Opera 2.1,
> 3,0) It
> occur the same with IMG, LINK, HEIGHT(table), TAG
> ----------------------------------
> bordercolor="#FFFFFF" of a TABLE tag (Not supported by Mozilla 1.0,
> Nestcape
> 4,0; 7,0 and Safari 1)
Missed this the first time around. The upper code is a dog's breakfast -
empty tags, unclosed tags, head and body tags in the same code snippet;
the lower, I can't comment on without more context. However, you're
better off styling borders in CSS than HTML.
Run your whole site through W3C's HTML and CSS validators:
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|