PDA

View Full Version : Multiple css with different iframes



FlashPlaya
May 5th, 2005, 02:24 PM
Kay, I suck at css!! I am trying to build a site with a flash nav and iframes. It is kinda coming along.. The prob is that I am building to sets of css styles. I think that this might be the wrong way of going about it.. Here is the setup

I have my main style working ok with some text colors and a rollover. That is working ok. Then I have my iframe.css with some different text and different rollover. I the iframe.css is not working. Is it even possable to have multiple css rollovers?

here is what I am working on http://www.dyaddesigns.com/co_opSite/

don't look at the aboutus page.. that is where I am trying to work out the css prob. But all the other page you can see, when you hit the subNav on the left..

Thanks!!! :thumb:

simplistik
May 5th, 2005, 02:33 PM
http://www.kirupa.com/forum/showthread.php?t=92665&highlight=hover

FlashPlaya
May 5th, 2005, 03:24 PM
Thanks so much for that Simp!!!

I don't think that explained myself correctly.. I need to completely different link style's. I saw that thread before, but that is great for the rollover, but does not change the different button.. I think i got it working, take a look and tell me what you think. Thanks bro:thumb:
a.subNav:link {
color: #F6FFA2;
font-size: 18pt;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
}
a.subNav:visited {color: #CCCCCC; font-weight: bold; }
a.subNav:hover {color: #FFFFFF; text-decoration: underline; }
a.subNav:active {color: #F6FFA2; }

a.bottomNav:link {
color: #333333;
font-size: 12pt;
text-decoration: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
a.bottomNav:visited {color: #333333; text-decoration: none; }
a.bottomNav:hover {color: #999999; text-decoration: none; }
a.bottomNav:active {color: #333333; }

simplistik
May 5th, 2005, 03:44 PM
Hmmm... I dunno. I really don't see any issues w/ things on the left side. I guess I'm just not completely understand what you're tryin to accomoplish. The code you have is just assigning different states depending on it's wrapper... that's what it looks like anyway.

DDD
May 5th, 2005, 05:05 PM
yea that should work looks like psuedo-classes were just what the doctor ordered.

FlashPlaya
May 5th, 2005, 05:28 PM
thanks guys!!;) :thumb: