Forums >
SuperNote >
Links within the notes doesn't follow css styling for anchor
Author
Message
1) rockTheSkyGroup: Members Posts: 1Joined: 5 May 2008Location: EnglandIP: 86.138.--.--
Posted:
All of my links within the notes do not follow the css styling that I have applied (globally) to any anchor tag on the page. I set all links to appear a certain colour, and the any text inside the anchor tags (only in these notes) seems to ignore that and stay the original text colour. It seems I actually had to colour the text to what I set the body colour for the text to be also, becuse it ignores that. Why would you design something that ignores global styles like that?
Also, the footnotes create white space at the bottom of my page. A lot of white space. I've spent a while trying to fix it, but nothing seems to work. I am pretty mad right now, because something that seemed like a really nice script is actually pretty useless.
I have no sig, I have no sig.
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
Ease off there :).
1) Get something like http://www.getfirebug.com for Firefox. It'll tell you what rules are applying to the <a> elements. It's just CSS formatting, the script itself doesn't do anything fancy to links.
2) Make sure the notes are absolutely positioned in your document; they shouldn't cause extra whitespace! If in doubt you can give them "top: 0" CSS rules to pull them up the page a little.