insideorkut.com

Is there any free web based iContact email marketing software similar to interspire?

Try iContact email marketing for free for 30 days. Click here to use coupon...

Get a free trial of iContact here. Click here for this special deal...
Got a question... Is there any free web based iContact email marketing software similar to interspire? Hoping for any comment. Second question.. If you look at my site:.

Www.unsigned-online.com.

Notice the tables have mouseover colors, I would like the links in the nav's to turn from 000000 to e1e1e1 when the text is moused over. I have done this via my external CSS, but that does it to all of my links on the pages that use that page. Is there some tag I can add so it will only do it to the links in the nav tables? Or add a font tag with the mouseover properties in it?.

Thanks for any help..

Comments (16)

Yup, although you might want to make sure and wait for someone else to confirm this as I am unsure. Better yet, why don't you call the iContact guys because they can help better...

Comment #1

No need for JavaScript. Assign the table/td an ID, and then use descendant selectors to apply your styles to those links..

Say you gave the table/td an ID of "nav", you would do something like:..

Comment #2

Cool, got it..

Currently for my td mouseovers, I do it like this:.

In the css:.

Td { font-family: Tahoma;.

Color: #000000;.

Font-weight: normal;.

Font-size: 8pt;.

.btnav { background-color: #84C1DF; border: none;}.

And on the pages:.

<td class="btnav" onmouseover="style.backgroundColor='#626262';".

Onmouseout="style.backgroundColor='#cccccc'" style="border-left:1px solid; border-right:1px solid; border-top:;none; border-bottom:1px solid" bgcolor="cccccc" bordercolor="000000" width="140" height="17">.

Is there a way to do it with the classes like I just did?.

Edit:.

Also, I was wondering if there was a way to make it so you can click anywhere in the td to go to the link, not just the text. Also, how would I make it so as soon as you mouseover the td, the text changes color, erven before you mouse over it..

Comment #3

You could change everything from:.

To the last menu item to:.

Using this CSS:..

Comment #4

There's my CSS, and how I'm doing it on the page:.

My result:.

Http://www.unsigned-online.com/index2.php.

What have I done wrong lol..

Comment #5

Hi, sorry for not answering earlier. What exactly is wrong? I went to the page you gave a link to and I can't find the code there at all. (you need to insert it before you can use it.

Lol)..

Comment #6

And I'm sorry for the triple post.

<h2>.

Now Playing: Normal rotation and listener requests</h2>.

Theres where it is in the code :-/..

Comment #7

Why have you changed the "Now Playing" area? Wasn't your problem with the menus??..

Comment #8

Sorry man, it's been so long since I did this I am out of the swing of things. After adding that code to the css, what do I change in my headeR?.

Sorry, I've been awfully busy the last few days, had to find a sponsor for nearly 200 dollars a month.

I'm outta the groove now..

Comment #9

Hmm...Like this?.

I noticed I left out a </h2> Thats why it was like half with a black background..

Which gives me this:..

Comment #10

But you've only got a small part of it - the #nav h2 part. You need the entire CSS code that I posted...

Comment #11

Yay! One last prob:.

Www.unsigned-online.com/OLD.php.

Just the spacing of the cells...

Comment #12

Remove the &amp;nbsp;&amp;nbsp;'s from the list items, as well as the <b> and </b> tags from the <h2> headings. You don't need any of that, the CSS takes care of everything..

Ah, the wonderful world of CSS.....

Comment #13

You guys all rock, thanks for helping me out..

Http://www.unsigned-online.com/OLD.php.

Would you think it would look better for me to leave the black background on the "playlist" under the main nav or should I just make it bold as I did before switching to using css for the nav?..

Comment #14

I was trying to do this with my right nav, but I'm not sure exactly what to do. Do I make the table be "id=nav" just as I did the left nav?..

Comment #15

Okay, i've got the right setup, except for where it says "cable/dsl" and "dialup", I want the background there to be cccccc I just want the text to be bold on the regular background..

Sorry to keep bothering ya..

Comment #16

Come on!.

I PROMISE thats the last question I have.

I'm having my network make a more professional layout, they made quite a good offer and I couldnt refuse, but that layout still wont be ready for 3 weeks!..

Comment #17


This question was taken from a support group/message board and re-posted here so others can learn from it.