Topic: negation pseudo-class work around for IE? (Read 440 times)
Tim Nash
Global Moderator Community Supporter?
Internet Junkie
Posts: 2172
5030 credits Members referred : 2
Venture Skills - New Media & IT group
« on: Oct 27, 2007, 06:41:20 PM »
Ok quick question I've been playing with :not in particular I wanted to use it to detect an external link but of course IE doesn't seem to support it anybody got a hack?
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6280
38506 credits Members referred : 374
It's time to use PHP5!
« Reply #3 on: Oct 28, 2007, 09:48:01 AM »
I know that this is not the way to do that, but post this question to webdeveloper.com there is a dutch member (Fang) who can help you with this (thats what I do if I need help with CSS)
(I hope he is still a member since my last visits was a long time ago
Tim Nash
Global Moderator Community Supporter?
Internet Junkie
Posts: 2172
5030 credits Members referred : 2
Venture Skills - New Media & IT group
« Reply #4 on: Oct 28, 2007, 10:18:49 AM »
I have posted it in a few places apart from webdigity including to a CSS development list, so far lots of hmms but nothing useful, the closest to a decent solution was a combined method but by the time you done that you might has well used the max design method anyway.
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 7975
40807 credits Members referred : 3
« Reply #8 on: Oct 29, 2007, 06:11:04 PM »
As it is not working with IE the only thing you can do to work there is use classes and then parse your links with php in order to assign css classes to them.
Tim Nash
Global Moderator Community Supporter?
Internet Junkie
Posts: 2172
5030 credits Members referred : 2
Venture Skills - New Media & IT group
« Reply #9 on: Oct 29, 2007, 06:19:59 PM »
I think the original method based on max design is the simplest solution and how I already had external links working, I just wanted a pure CSS solution using PHP just adds a layer of unneeded processing and complication,