Old 16-08-2004, 09:52   #1 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,524
a: active

Code:
a:active

Why wouldn't it work in Mozilla/FF on PC and IE and Safari for a Mac?

(It's some rubbish framed site that we're helping with - don't ask, too depressing.)
  Reply With Quote
Old 16-08-2004, 10:09   #2 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
have you got them in the right order?

Code:
a:link a:visited a:hover a:active
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 16-08-2004, 10:13   #3 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,524
Yes, incidentally does it matter whether you use
Code:
a
instead of
Code:
a:link
?
I've tried using the
Code:
!important
hack, but it hasn't changed anything.
  Reply With Quote
Old 16-08-2004, 10:14   #4 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,211
hmm, try the SFWM hack:

Code:
!stopFuckingWithMe
  Reply With Quote
Old 16-08-2004, 10:21   #5 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,524
No that didn't work either, I even tried
Code:
!thanksAFuckingLotBrownThatsReallyHelpful
but not even that works.
  Reply With Quote
Old 16-08-2004, 10:26   #6 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
Quote:
Originally Posted by sleepingfish
No that didn't work either, I even tried
Code:
!thanksAFuckingLotBrownThatsReallyHelpful
but not even that works.
You might need to use the double * hack on that. kids about an' all that.

Code:
!thanksAF**kingLotBrownThatsReallyHelpful
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 16-08-2004, 10:29   #7 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
post up the styles you're using.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 16-08-2004, 10:30   #8 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,524
The double * hack only works in IE unless you add
Code:
;_youCunt

Anyway having just played my part in taking this thread wildly off course, does anyone know why
Code:
a:active
only seems to work in IE for PC?
  Reply With Quote
Old 16-08-2004, 10:32   #9 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,524
Code:
a:link { text-decoration: none; color: #666666; } a:visited { color: #666666; } a:hover{ text-decoration: underline; } a:active{ text-decoration: underline!important; color: #FF3333!important; }
  Reply With Quote
Old 16-08-2004, 10:32   #10 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,211
active might not be supported. i don't think i've ever noticed it's effect on any site with mozilla.

beuller?
  Reply With Quote
Old 16-08-2004, 10:33   #11 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,211
oh, just re-read. frames.
  Reply With Quote
Old 16-08-2004, 10:34   #12 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,211
mozilla might take the focus off it b'cos the action is calling the other frame into focus making the other frame 'active'?

dunnow.,
  Reply With Quote
Old 16-08-2004, 10:38   #13 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,524
Quote:
Originally Posted by Brown
oh, just re-read. frames.
Afraid so
Quote:
Originally Posted by Brown
mozilla might take the focus off it b'cos the action is calling the other frame into focus making the other frame 'active'?
Maybe, but IE on a Mac and Safari are doing the same thing.

Bloody Mondays.,
  Reply With Quote
Old 16-08-2004, 10:52   #14 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
must be the frames. it works without

http://www.lifeofsmallbeer.co.uk/tests/fishsmells.html
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 16-08-2004, 10:54   #15 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,524
Bugger. Thank you.

I think.
  Reply With Quote
Old 16-08-2004, 11:05   #16 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,625
Quote:
Originally Posted by smallbeer
must be the frames. it works without

http://www.lifeofsmallbeer.co.uk/tests/fishsmells.html
That works in frames too.
  Reply With Quote
Old 16-08-2004, 11:06   #17 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,625
You might need:
Code:
:link:active, :visited:active { blah }
and so on.


Explained here: http://dbaron.org/css/1999/09/links
  Reply With Quote
Old 17-08-2004, 11:27   #18 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,524
Forgot to say, cheers people, we were only supposed to be having a quick look and cleaning up their HTML so in the end we just told them it wouldn't work due to frames.

A strange one to be sure, tried out those techniques you linked to Sticky and the links still weren't playing ball.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8