|
-
Sep 28th, 2004, 04:28 AM
#1
Thread Starter
Don't Panic!
FF: Anchors width ** Resolved **
Hi,
In ie when you set the anchor (<a href='...'>summat</a>) style width to 90% you can hover over that area and it works as though you are clicking on the link.
In Firefox, it doesn't seems to be working...
Any ideas? Is it a bug with ie that it works?
CSS:
Code:
/* subsections */
table.subs {
width: 100px;
}
table.subs tr {
vertical-align: middle;
}
table.subs td {
font-size: 75%;
text-align: center;
}
table.subs td a { width: 90%; }
Vince
Last edited by Ecniv; Oct 4th, 2004 at 04:15 AM.
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|