Jump to content

a new site for me under construction


Jo Ann

Recommended Posts

I would open up style.css and look for this

.navcontainer a:hover

{

color: #fbfa71;

background-image: url(images/linkpanel_hover.jpg);

background-repeat: no-repeat;

background-color: #fbfa71;

}

And change to:

.navcontainer a:hover

{

color: #93cc57;

background-image: url(images/linkpanel_hover.jpg);

background-repeat: no-repeat;

background-color: #fbfa71;

}

This way when you hover over the menu on the right the text changes to green when the table changes to yellow. Sorry if you new that I am not sure how familar you are with the css. I like the design though.

Link to comment
Share on other sites

This way when you hover over the menu on the right the text changes to green when the table changes to yellow. Sorry if you new that I am not sure how familar you are with the css. I like the design though.

thanx appreciate it...i was messing with it in the middle of the night and i know i changed some colors i shouldn't....so i grately appreciate, i got into html quite a few years before css came about!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...