CSS causing FP2K2 links to have the jitters

G

GLMoore

With some help, I recently added CSS to a page in my FP2002 site, to display
the "what's playing now" info on my Live365 station ... that display works
fine, but now the existing links on the page (both the Nav bar links and
regular hyperlinks elsewhere on the page) misbehave when the cursor hovers
over them ... the Nav bar elements jitter and move around, and the font of
the regular hyperlinks become a very small size when the cursor hovers
there.

The CSS in the head area is:
<link href="http://www.beatconscious.org/playliststylemadamefly.css"
rel="stylesheet" type="text/css" />
along with all the usual title and meta stuff that FP defaults there.

The actual "what's playing" display box is on the page below the nav bar and
above the other existing links.

As noted, I placed the new elements on the page w/ assistance from a friend
online; I'm not up-to-date on the workings of CSS in any useful way. Is
there anything obvious here that I could alter to fix this jittery behavior?

Thanks,
GLMoore
 
S

Stefan B Rusynko

Post a URL of your page w/ the problem

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| With some help, I recently added CSS to a page in my FP2002 site, to display
| the "what's playing now" info on my Live365 station ... that display works
| fine, but now the existing links on the page (both the Nav bar links and
| regular hyperlinks elsewhere on the page) misbehave when the cursor hovers
| over them ... the Nav bar elements jitter and move around, and the font of
| the regular hyperlinks become a very small size when the cursor hovers
| there.
|
| The CSS in the head area is:
| <link href="http://www.beatconscious.org/playliststylemadamefly.css"
| rel="stylesheet" type="text/css" />
| along with all the usual title and meta stuff that FP defaults there.
|
| The actual "what's playing" display box is on the page below the nav bar and
| above the other existing links.
|
| As noted, I placed the new elements on the page w/ assistance from a friend
| online; I'm not up-to-date on the workings of CSS in any useful way. Is
| there anything obvious here that I could alter to fix this jittery behavior?
|
| Thanks,
| GLMoore
|
|
 
G

Guest

I can't help you completely, but I think I can get you started...your css
file specifically calls for the font size to change on hover to 9px and it
calls for the text to align right, and that's exactly what happens on the
page. Change the text size to 12px and get rid of the alignment to see if
that helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top