Re: [WSG] Strange CSS problem

2007-12-16 Thread Michael Horowitz
It isn't the overwritten style.  I verified that by changing the visited 
link to green


.module a:link { color: #1e77f5; }
/*.module a:visited { color: #d22539; }*/
.module a:visited { color: green; }
.module a:hover { color: #1e77f5; }
.module a:active { color: #1e77f5; }

and now it changes to green when I click another link.  Why would it 
think its link was visited when it wasn't?


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



Simon Moss wrote:

Michael Horowitz wrote:
Interesting as Andrew pointed out the issue does not occur is IE 6.  
I have it only occur in IE 7 which would make it a new IE bug.   The 
frustrating part of typepad is I cannot delete the original css 
declaration only overwrite it with the new one.


I'm also new to learning firebug, how does it show you this is 
occurring.  I've mainly found it useful for javascript debugging.
I didn't realise that typepad gave those constraints. That is 
frustrating!


If you open Firebug in a new window and select the html in the left 
hand window, and css in the right hand window, then any html element 
that you click on in the left hand window will have all relevant (and 
over-ridden) css style rules for that element displayed in the right 
hand window. It's indispensable!


I think somehow IE7 is recognising an over-ridden style as still being 
relevant once another link in the page has been clicked - I assumed it 
was the rule on line 228 - but that is just a guess. I hope that's of 
some help.


Simon



***
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 problem

2007-12-16 Thread Simon Moss

Michael Horowitz wrote:
Interesting as Andrew pointed out the issue does not occur is IE 6.  I 
have it only occur in IE 7 which would make it a new IE bug.   The 
frustrating part of typepad is I cannot delete the original css 
declaration only overwrite it with the new one.


I'm also new to learning firebug, how does it show you this is 
occurring.  I've mainly found it useful for javascript debugging.

I didn't realise that typepad gave those constraints. That is frustrating!

If you open Firebug in a new window and select the html in the left hand 
window, and css in the right hand window, then any html element that you 
click on in the left hand window will have all relevant (and 
over-ridden) css style rules for that element displayed in the right 
hand window. It's indispensable!


I think somehow IE7 is recognising an over-ridden style as still being 
relevant once another link in the page has been clicked - I assumed it 
was the rule on line 228 - but that is just a guess. I hope that's of 
some help.


Simon



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



Re: [WSG] Strange CSS problem

2007-12-16 Thread Michael Horowitz
Interesting as Andrew pointed out the issue does not occur is IE 6.  I 
have it only occur in IE 7 which would make it a new IE bug.   The 
frustrating part of typepad is I cannot delete the original css 
declaration only overwrite it with the new one.



I'm also new to learning firebug, how does it show you this is 
occurring.  I've mainly found it useful for javascript debugging.


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



Simon Moss wrote:

Michael Horowitz wrote:
At http://theatomicconservative.typepad.com/ when I click on any of 
my links the text at Subscribe to this blog's feed turns red (which 
is the color is should change to when clicked.

.module a:link {styles.css (line 228)
color:#FF;
}
.module a:link {styles.css (line 730)
color:#1E77F5;
}

I don't know why IE7 should hark back to line 228 of the css after another link 
has been clicked, but I think that might help to offer some explanation - 
Firefox doesn't behave like this, I'm pleased to note.

(Incidentally the Firebug add-on for Firefox made spotting this 
straightforward).

Simon

www.simonmoss.co.uk
  


***
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 problem

2007-12-16 Thread Simon Moss

Michael Horowitz wrote:
At http://theatomicconservative.typepad.com/ when I click on any of my 
links the text at Subscribe to this blog's feed turns red (which is 
the color is should change to when clicked.

.module a:link {styles.css (line 228)
color:#FF;
}
.module a:link {styles.css (line 730)
color:#1E77F5;
}

I don't know why IE7 should hark back to line 228 of the css after another link 
has been clicked, but I think that might help to offer some explanation - 
Firefox doesn't behave like this, I'm pleased to note.

(Incidentally the Firebug add-on for Firefox made spotting this 
straightforward).

Simon

www.simonmoss.co.uk



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

Re: [WSG] Strange CSS problem

2007-12-16 Thread Andrew Freedman


Michael Horowitz wrote:
At http://theatomicconservative.typepad.com/ when I click on any of my 
links the text at Subscribe to this blog's feed turns red (which is 
the color is should change to when clicked.




Hi Michael,

It's not doing it here - FF 2.0.0.11 or IE 6.0.

Andrew


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



RE: [WSG] Strange CSS Problem

2004-10-27 Thread Jamie Lewis
Thats the one, cheers Mark!

Jamie.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Mark Voss
Sent: 27 October 2004 12:07
To: [EMAIL PROTECTED]
Subject: RE: [WSG] Strange CSS Problem


Hi,

Try this:

#leftmenu - replace "position:absolute; left:0px;"
with: "float: left;"


#pagebody - remove "clear:both;"

Regards,
Mark Voss

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



RE: [WSG] Strange CSS Problem

2004-10-27 Thread Mark Voss
Hi,

Try this:

#leftmenu - replace "position:absolute; left:0px;"
with: "float: left;"


#pagebody - remove "clear:both;"

Regards,
Mark Voss

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



RE: [WSG] Strange CSS Problem

2004-10-27 Thread Jamie Lewis
nah you'r right, ive used ab's. its solved loads of other problems i had
before i discovered this one. But my CSS isnt amazing so it sort of leaves
me stuck :-(

Jamie.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Chris Stratford
Sent: 27 October 2004 11:11
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Strange CSS Problem


Hey
Sorry i cant help
No time to check - too many uni assessments.

Just wanted to say...
that is a damn nice bug you got yourself there!

I would guess you used absolute positioning somewhere and thats having a
party and your page is the dance floor...
I never liked abs positioning...

But I am prob. wrong!

Cheers!

Jamie Lewis wrote:

>Hi,
>
>Dont suppose anyone can give me some help with some strange CSS behaviour
in
>Firefox and Opera (Not Opera6 though, works fine).
>
>http://www.eyota.net
>
>The left hand menu initially loads so it sits half way up the header (it
>stops in the middle of the image and skip's the two divs that are in
>between, if that makes sense).
>Hitting refresh in firebird 'fixes' this, and mousing over a link in Opera
>'fixes' this.
>
>Any help is much apprecieated,
>
>Kind Regards,
>Jamie.
>
>
>**
>The discussion list for  http://webstandardsgroup.org/
>
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
>**
>
>
>
>
>
>


--

Chris Stratford
[EMAIL PROTECTED]
http://www.neester.com


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



Re: [WSG] Strange CSS Problem

2004-10-27 Thread Chris Stratford
Hey
Sorry i cant help
No time to check - too many uni assessments.
Just wanted to say...
that is a damn nice bug you got yourself there!
I would guess you used absolute positioning somewhere and thats having a 
party and your page is the dance floor...
I never liked abs positioning...

But I am prob. wrong!
Cheers!
Jamie Lewis wrote:
Hi,
Dont suppose anyone can give me some help with some strange CSS behaviour in
Firefox and Opera (Not Opera6 though, works fine).
http://www.eyota.net
The left hand menu initially loads so it sits half way up the header (it
stops in the middle of the image and skip's the two divs that are in
between, if that makes sense).
Hitting refresh in firebird 'fixes' this, and mousing over a link in Opera
'fixes' this.
Any help is much apprecieated,
Kind Regards,
Jamie.
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**

 


--

Chris Stratford
[EMAIL PROTECTED]
http://www.neester.com

**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**