Click to See Complete Forum and Search --> : Can Anyone Tell Me Why These Links Don't Work?
Ntrimgs
06-26-2009, 12:06 AM
I validated the page with the validation service and there were errors but most had to do with the flash player. So why don't the links in the "Bands Listing" work or the MySpace link in the showcase box?
http://www.tangerine-asylum.com/bands.php
I know my CSS is overly redundant and sloppy - I'm working on improving that - but I can't figure out why these links don't work.
Any help would be greatly appreciated.
webmaster54880
06-26-2009, 10:10 PM
first of all I can see your php code in your source code. This should not! happen. Fix that and see where it takes you first.
Ntrimgs
06-26-2009, 10:18 PM
Are you referencing the RSS feed code? I disabled it but the links still don't work. I'm not sure why that was showing..??
tracknut
06-26-2009, 10:33 PM
I don't use z-index much, but could it be that the z-index=-1 attributes on the containing divs are pushing them behind your wrapper div, causing this issue?
Dave
Ntrimgs
06-26-2009, 10:42 PM
I thought of that but I'm doing the same thing on the other pages and they all work. I did bring the Z index up and it didn't change anything. I've gone over the code numerous times and just can't see it. It's driving me nuts.
tracknut
06-26-2009, 10:55 PM
So you removed the z-index on the recentband and recentinner divs, and it did nothing? I'd try that again, it solves the problem for me.
Dave
Ntrimgs
06-26-2009, 11:05 PM
I was just going to write - yes it did work, thanks for pointing me back in the right direction.