Link rollovers..
i cant get the links to match .. i use frontpage2000 and ive tried to use CCS..also the stuff that frontpage has in page properties.. but one or two links dont match.. and when i change it, it doesnt rollover..
http://www.laeagle.com/joseph2links.htm
Commit to the Lord whatever you do and your plans will succeed.
-Proverbs 16:3-
Renegade posted this at 02:31 — 22nd February 2003.
He has: 3,022 posts
Joined: Oct 2002
CSS should work, how are you doing it on your site? JS?
well anyway... this is how you do it in CSS
a {
color:#fff;
text-decoration:none;
font-size:8pt;
}
a:hover {
color:#ffaa55;
text-decoration:underline;
}
...is that what you did?
Suzanne posted this at 03:24 — 22nd February 2003.
She has: 5,507 posts
Joined: Feb 2000
remove the font tags -- they are forcing a colour over the CSS as there are no font elements set in the CSS. Best to just remove them.
(Renegade, he LINKED to the site...)
epikal posted this at 18:08 — 22nd February 2003.
He has: 6 posts
Joined: Dec 2002
if i dont have the font color tags over it then it changes it to a different shade of oragne .. "FF8400" and the rollovers are "FF9900"
Busy posted this at 22:02 — 22nd February 2003.
He has: 6,151 posts
Joined: May 2001
remove the font tags and add a:link, a:active, a:visited and a:hover to your style sheet, at the moment you have only the font size set on a:hover, set this in the the 'body' part or it will become (as it is) very jumpy on mouseover
epikal posted this at 04:58 — 23rd February 2003.
He has: 6 posts
Joined: Dec 2002
ok.. that's fixed.. thanks .. but now my tables act like they have a padding or something ..and i cant change it ..
Busy posted this at 08:12 — 23rd February 2003.
He has: 6,151 posts
Joined: May 2001
take the "word-spacing" out, also things like margin-top and margin-bottom having negative margins can cause problems - take them out
you have so many empty td cells in there (FP's fault)
Is there any reason you have one link per td cell? youd be better off just having 3 td cells and listing them in each, would be so much easier to edit and control as well as keeping the page size down
I know your using Frontpage, but your style sheet should really be contained within one set of start and end tags instead of seperate sets for each thing.
epikal posted this at 01:51 — 24th February 2003.
He has: 6 posts
Joined: Dec 2002
it fixed a little bit
but its still got some padding
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.