HPFanatic8
01-12-2003, 07:47 PM
I have my whole site done in CSS. However on some pages some of the links don't work. Like this one:
http://www.geocities.com/rrg3us/ihogwarts.html
Thank you for your time.
starlet
01-13-2003, 01:00 AM
Everything on that page works for me....
hover will not work in Netscape if that is your concern.
Your link to the css page should appear in the HEAD section of coding instead of within the BODY area.
Your css page should have this taken off the end...
-->
</style>
Using IE6, the hover effect seems to work for me.
HPFanatic8
01-13-2003, 09:26 PM
Hmmm...you're right. But when It appears in my inline frames half the links don't work. Here's the URL:
http://www.geocities.com/rrg3us/gh_background.html
When you click on any of the links at the top of the page and it loads, half the links don't work. I can't figure out what I did wrong.
The lack of measurements and semicolons might be causing a problem. Here are two examples...
<div style="position:absolute;left:20;top:342;width:240;height :22;">
<span style="font-size:14">
They should look like this...
<div style="position:absolute;left:20px;top:342px;width:240px; height:22px;">
<span style="font-size:14px;">
You can specify them in PX, PT, EM and so forth. Go through your page coding and make sure all of those things are in place, then perhaps it may help your current problem.