RE: [WSG] strange css behavior

2007-12-19 Thread Kepler Gelotte
It will be a universal issue of a link appearing as visited when it is also
referenced in a link tag in the head section in IE 7. This is not really an
RSS issue (as far as I know).

Regards,
Kepler

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Horowitz
Sent: Wednesday, December 19, 2007 12:06 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] strange css behavior

So this will be a universal issue RSS in IE 7?

Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Kepler Gelotte wrote:
> Hi Michael,
>
> The problem appears to be that Internet Explorer gets confused by the link
> being also referenced in the  section with the  tag. I think
it
> is assuming it has read the contents of the link (which it doesn't because
I
> traced HTTP requests). A simple test shows that this is the case. Copy the
> HTML below into a file and clear your history in IE. When you first open
the
> page all links are blue. Refreshing the page turns the RSS links red.
>
>
>  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> http://www.w3.org/1999/xhtml"; dir="ltr">
>
> 
> 
>
> test page
>
>href="http://theatomicconservative.typepad.com/my_weblog/atom.xml"; />
>href="http://theatomicconservative.typepad.com/my_weblog/index.rdf"; />
>href="http://theatomicconservative.typepad.com/my_weblog/rss.xml"; />
>
>   
> 
>   a:link
>   {
>   color: #00F;
>   }
>
>   a:visited
>   {
>   color: #F00;
>   }
>
>   a:hover
>   {
>   color: #FF0;
>   }
>
>   a:active
>   {
>   color: #0FF;
>   }
> 
> 
>
> 
>   
>   Regular Link:  href="http://www.google.com";>Google
>   RSS Link:  href="http://theatomicconservative.typepad.com/my_weblog/index.rdf";>Atomic
> Feed
>   XML RSS Link:  href="http://theatomicconservative.typepad.com/my_weblog/atom.xml";>Atomic
> XML Feed
>   
> 
> 
>
>
>
> If you comment out the  for the feeds, they no longer show as
visited
> when you refresh the page. I suggest using an icon for the RSS feed
instead
> of the test link.
>
> Regards,
> Kepler
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Michael Horowitz
> Sent: Tuesday, December 18, 2007 6:32 PM
> To: wsg@webstandardsgroup.org
> Subject: [WSG] strange css behavior
>
> People may remember I'm working on an issue where when I click on one 
> link on my site http://theatomicconservative.typepad.com/ other links 
> such as Subscribe to this blogs feed turn red as if they were visited.
>
> Doing more testing I started changing the page without clicking on the 
> link (ie putting the address directly in the browser) and the problem 
> still occurs.   I'm wondering if this gives anyone an idea what I should 
> look at.
>
>   


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] strange css behavior

2007-12-19 Thread Michael Horowitz

So this will be a universal issue RSS in IE 7?

Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Kepler Gelotte wrote:

Hi Michael,

The problem appears to be that Internet Explorer gets confused by the link
being also referenced in the  section with the  tag. I think it
is assuming it has read the contents of the link (which it doesn't because I
traced HTTP requests). A simple test shows that this is the case. Copy the
HTML below into a file and clear your history in IE. When you first open the
page all links are blue. Refreshing the page turns the RSS links red.


http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml"; dir="ltr">




test page

http://theatomicconservative.typepad.com/my_weblog/atom.xml"; />
http://theatomicconservative.typepad.com/my_weblog/index.rdf"; />
http://theatomicconservative.typepad.com/my_weblog/rss.xml"; />



a:link
{
color: #00F;
}

a:visited
{
color: #F00;
}

a:hover
{
color: #FF0;
}

a:active
{
color: #0FF;
}





Regular Link: http://www.google.com";>Google
RSS Link: http://theatomicconservative.typepad.com/my_weblog/index.rdf";>Atomic
Feed
XML RSS Link: http://theatomicconservative.typepad.com/my_weblog/atom.xml";>Atomic
XML Feed






If you comment out the  for the feeds, they no longer show as visited
when you refresh the page. I suggest using an icon for the RSS feed instead
of the test link.

Regards,
Kepler

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Horowitz
Sent: Tuesday, December 18, 2007 6:32 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] strange css behavior

People may remember I'm working on an issue where when I click on one 
link on my site http://theatomicconservative.typepad.com/ other links 
such as Subscribe to this blogs feed turn red as if they were visited.


Doing more testing I started changing the page without clicking on the 
link (ie putting the address directly in the browser) and the problem 
still occurs.   I'm wondering if this gives anyone an idea what I should 
look at.


  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] strange css behavior

2007-12-19 Thread Kepler Gelotte
Hi Michael,

The problem appears to be that Internet Explorer gets confused by the link
being also referenced in the  section with the  tag. I think it
is assuming it has read the contents of the link (which it doesn't because I
traced HTTP requests). A simple test shows that this is the case. Copy the
HTML below into a file and clear your history in IE. When you first open the
page all links are blue. Refreshing the page turns the RSS links red.


http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml"; dir="ltr">




test page

http://theatomicconservative.typepad.com/my_weblog/atom.xml"; />
http://theatomicconservative.typepad.com/my_weblog/index.rdf"; />
http://theatomicconservative.typepad.com/my_weblog/rss.xml"; />



a:link
{
color: #00F;
}

a:visited
{
color: #F00;
}

a:hover
{
color: #FF0;
}

a:active
{
color: #0FF;
}





Regular Link: http://www.google.com";>Google
RSS Link: http://theatomicconservative.typepad.com/my_weblog/index.rdf";>Atomic
Feed
XML RSS Link: http://theatomicconservative.typepad.com/my_weblog/atom.xml";>Atomic
XML Feed






If you comment out the  for the feeds, they no longer show as visited
when you refresh the page. I suggest using an icon for the RSS feed instead
of the test link.

Regards,
Kepler

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Horowitz
Sent: Tuesday, December 18, 2007 6:32 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] strange css behavior

People may remember I'm working on an issue where when I click on one 
link on my site http://theatomicconservative.typepad.com/ other links 
such as Subscribe to this blogs feed turn red as if they were visited.

Doing more testing I started changing the page without clicking on the 
link (ie putting the address directly in the browser) and the problem 
still occurs.   I'm wondering if this gives anyone an idea what I should 
look at.

-- 
Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] strange css behavior

2007-12-19 Thread Michael Horowitz
Parse error is corrected.  Can't change the html however in typepad so 
if that is the cause of the problem I'm stuck with it.   I can only add 
new css at the bottom of the css page.


Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



David Laakso wrote:

Michael Horowitz wrote:
People may remember I'm working on an issue where when I click on one 
link on my site http://theatomicconservative.typepad.com/ other links 
such as Subscribe to this blogs feed turn red as if they were visited.


Doing more testing I started changing the page without clicking on 
the link (ie putting the address directly in the browser) and the 
problem still occurs.   I'm wondering if this gives anyone an idea 
what I should look at.








Correct the parse error on li a:hover to validate the CSS.
And comment out or delete this

to validate the markup.

Then see if it does whatever it is that it is supposed to do.

Best,
~dL






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] strange css behavior

2007-12-19 Thread Michael Horowitz

Everything works fine in Safari for Windows (don't own a Mac)

The issue only occurs in IE 7 where changing pages will change the 
subscribe to this blog red as if it were visited when it hasn't 


Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Tony Crockford wrote:


On 18 Dec 2007, at 23:32, Michael Horowitz wrote:

People may remember I'm working on an issue where when I click on one 
link on my site http://theatomicconservative.typepad.com/ other links 
such as Subscribe to this blogs feed turn red as if they were visited.


Doing more testing I started changing the page without clicking on 
the link (ie putting the address directly in the browser) and the 
problem still occurs.   I'm wondering if this gives anyone an idea 
what I should look at.


what browser are you using for testing?

all the links i've visited are red in Safari

?

you know you need to clear your cache for the links to revert to 
*unvisited* before you can test this behaviour, and you know that the 
order for decalring the link states is crucial too?


perhaps the issue is related to your multiple declaration of link 
state  I assumeyou upgraded to Pro Level so you can properly customise 
the CSS?


why not look at an open source blog solution and some cheap web 
hosting, you're making life difficult for yourself trying to bend 
something to a shape it's not designed for!


;o)





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] strange css behavior

2007-12-18 Thread Tony Crockford


On 18 Dec 2007, at 23:32, Michael Horowitz wrote:

People may remember I'm working on an issue where when I click on  
one link on my site http://theatomicconservative.typepad.com/ other  
links such as Subscribe to this blogs feed turn red as if they were  
visited.


Doing more testing I started changing the page without clicking on  
the link (ie putting the address directly in the browser) and the  
problem still occurs.   I'm wondering if this gives anyone an idea  
what I should look at.


what browser are you using for testing?

all the links i've visited are red in Safari

?

you know you need to clear your cache for the links to revert to  
*unvisited* before you can test this behaviour, and you know that the  
order for decalring the link states is crucial too?


perhaps the issue is related to your multiple declaration of link  
state  I assumeyou upgraded to Pro Level so you can properly customise  
the CSS?


why not look at an open source blog solution and some cheap web  
hosting, you're making life difficult for yourself trying to bend  
something to a shape it's not designed for!


;o)





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] strange css behavior

2007-12-18 Thread David Laakso

Michael Horowitz wrote:
People may remember I'm working on an issue where when I click on one 
link on my site http://theatomicconservative.typepad.com/ other links 
such as Subscribe to this blogs feed turn red as if they were visited.


Doing more testing I started changing the page without clicking on the 
link (ie putting the address directly in the browser) and the problem 
still occurs.   I'm wondering if this gives anyone an idea what I 
should look at.








Correct the parse error on li a:hover to validate the CSS.
And comment out or delete this

to validate the markup.

Then see if it does whatever it is that it is supposed to do.

Best,
~dL



--
http://chelseacreekstudio.com/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***