Forum Moderators: not2easy
I recently implemented something like this. I asked a quesiton or two about it here: [webmasterworld.com...]
HTH
<a href><span></span></a> works well, but it won't work in IE browsers. ;) even when i've put span { display: block } or span { display: inline } it still didn't work out for IE.
i am not sure why though, the current default i have for it is { display: block } it displays perfect in all browsers except IE. IE just distorts the entire table around it.
so far, there isn't a hack for it afaik. if you can find a solution to it, please let me know, thanks. ;)
<edit>
i went to crack it, found out that my page didn't display properly at all. found a fix though ;)
for your span tag
span { display: block; overflow: hidden; } i threw in
a { border: none; } HTH :D
</edit>