I'm not sure when this changed, but (using the default theme) it seems like the CSS/font tags arround the "Download Code" links seem to be making it invisible
I'm using Mozilla/1.3, and what i'm noticing is that this...
...renders fine, but this...<a href="/index.pl?parent=303872&title=GD%20newbee%20question& +lastnode_id=303872&displaytype=display&type=superdoc&node +=Comment%20on"><font color="white">comment on GD newbee question</fon +t></a>
...doesn't.<font color="white"><br><a href="/index.pl?node_id=303872&displayt +ype=displaycode"><font size="-1">Download Code</font></a></font>
I believe it's because in the case of the "comment" link, the white font tag is binding more tightly then the CSS for the anchor tag. With the "DL" link, the anchor tag is binding more tightly. (And as you probably know: the CSS for the default theme says that anchor links should be the same color blue as the table border/headers
It seems like a simple fix to move the font tag inside the anchor tag (just like the comments link). Alternately, lose the font tags altogether, and make a new CSS class links in table headers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hidden DL Code link
by theorbtwo (Prior) on Nov 02, 2003 at 09:16 UTC | |
|
Re: Hidden DL Code link
by PodMaster (Abbot) on Nov 02, 2003 at 08:32 UTC |