Need a Quick CSS Fix...Pleaassseeee
|
01-30-2007, 02:32 AM,
(This post was last modified: 01-30-2007, 02:36 AM by RiverRat.)
Post: #1
|
|||
|
|||
Need a Quick CSS Fix...Pleaassseeee
Okay I'm redoing my Zen Cart.
I really did try going to the w3school thingy, but my tired ADD brain took one look and shut down. So I'm hoping someone here can just send me directly where I need to go to fix this: On my navigation bar and my sideboxes my 'hover' color is white. They're kinda dark colored and need this. BUT I don't want the 'hover' in my centerbox to be white. Is it possible to change this? If so, what do I need to add to my stylesheet? Here's a link 'cause I know it's easier to offer suggestions if you can see the site: My Website Any and all help will be gratefully accepted and appreciated!! Edited to add: If you click on any of the links in the centerbox, you will end up at my live/old site. I haven't changed the domain over yet for this 'new and improved' site.
Never argue with an idiot they drag you down to their level then beat you with experience.
|
|||
01-30-2007, 03:06 AM,
Post: #2
|
|||
|
|||
Re: Need a Quick CSS Fix...Pleaassseeee
I see what you're talking about.
I think you have to use a different tag to define the links in the center part of the page, and then define their effects. Let me mess around a bit.
Plastic Pumpkin Designs | Plastic Pumpkin on Etsy
"I believe I can see the future, 'cause I repeat the same routine..." --Trent Reznor |
|||
01-30-2007, 03:09 AM,
Post: #3
|
|||
|
|||
Re: Need a Quick CSS Fix...Pleaassseeee
Can you post your CSS file?
Plastic Pumpkin Designs | Plastic Pumpkin on Etsy
"I believe I can see the future, 'cause I repeat the same routine..." --Trent Reznor |
|||
01-30-2007, 03:09 AM,
Post: #4
|
|||
|
|||
Re: Need a Quick CSS Fix...Pleaassseeee
(example from 1.37 classic template)
Code: a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover { change to: Code: #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover { EDIT: you're under no obligation to keep the purple hover color :twistedevil:
"Well, Jay was so giddy that someone named Jay was involved with this site we posted our first non-eBay listing in 3 years here at Lunarbid (we tried two items at Yahoo once upon a time, they bombed)" -Marie posting in a LunarBid thread at OTWA in 2005 wins the award for 'most moronic reason ever given for choosing a venue"
"thanks twat u must have nothing better 2 do. do u talk to all your members like that. will not be recomending your site. best way to put it is TULIPTOOLS.COM IS REALLY SHIT. DONT JOIN." -pubescent owner of rinky dink off2auction.com in 2011 |
|||
01-30-2007, 03:14 AM,
Post: #5
|
|||
|
|||
Re: Need a Quick CSS Fix...Pleaassseeee
[quote author=thentavius link=topic=6888.msg41623#msg41623 date=1170126562]
Can you post your CSS file? [/quote] Don't laugh...too hard. It may be a mess. I'm still learning this CSS stuff. Code: /**
Never argue with an idiot they drag you down to their level then beat you with experience.
|
|||
01-30-2007, 03:15 AM,
Post: #6
|
|||
|
|||
Re: Need a Quick CSS Fix...Pleaassseeee
Wow you're quick BBH!
You must have posted while I was trying to figure out how to put my code in. LOL I'll try that and see if that works. Who knows, the purple may look good!
Never argue with an idiot they drag you down to their level then beat you with experience.
|
|||
01-30-2007, 03:27 AM,
Post: #7
|
|||
|
|||
Re: Need a Quick CSS Fix...Pleaassseeee
LOL! BBH is quick.
Plastic Pumpkin Designs | Plastic Pumpkin on Etsy
"I believe I can see the future, 'cause I repeat the same routine..." --Trent Reznor |
|||
01-30-2007, 04:03 PM,
Post: #8
|
|||
|
|||
Re: Need a Quick CSS Fix...Pleaassseeee
I now have a white hover on the navigation bar and a beautiful purple hover in the centerbox. Yeah!
Unfortunately, I also have purple hover in my sideboxes now. Can I pick your brain again? I really apologize for being so dense on this. Normally, I can experiment and eventually get it right, but I've apparently got 'brain lock' or something on this one. I only had to go over my stylesheet three times last night to find the other line of code. As my Grandma always used to say, "If it'd been a snake it woulda bit me!" and I'm sure this is another one of those plain as day changes I'm just not seeing. LOL I think I need to get a copy of "CSS for Dummies".
Never argue with an idiot they drag you down to their level then beat you with experience.
|
|||
01-30-2007, 07:20 PM,
Post: #9
|
|||
|
|||
Re: Need a Quick CSS Fix...Pleaassseeee
WooHoo!!! I found it!
After three cups of coffee and more cigarettes than I'd care to count, I found the fix! I found this in the BetterCategoriesEZInfo.css file: Code: .betterCategories a:hover, .betterCategories a:active, And changed it to this: Code: .betterCategories a:hover, .betterCategories a:active, Works great now. Now lets go see what else I can mess up.
Never argue with an idiot they drag you down to their level then beat you with experience.
|
|||
01-30-2007, 09:17 PM,
Post: #10
|
|||
|
|||
Re: Need a Quick CSS Fix...Pleaassseeee
Quote:I think I need to get a copy of "CSS for Dummies". I know I need to get a copy of "The 12 Step Program to Forcing Yourself to Use CSS: How to Break Your Addiction to 1998 Coding Methods". View source on this page and you'll see why. :-[
"Well, Jay was so giddy that someone named Jay was involved with this site we posted our first non-eBay listing in 3 years here at Lunarbid (we tried two items at Yahoo once upon a time, they bombed)" -Marie posting in a LunarBid thread at OTWA in 2005 wins the award for 'most moronic reason ever given for choosing a venue"
"thanks twat u must have nothing better 2 do. do u talk to all your members like that. will not be recomending your site. best way to put it is TULIPTOOLS.COM IS REALLY SHIT. DONT JOIN." -pubescent owner of rinky dink off2auction.com in 2011 |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
CSS image slider | Howits | 0 | 1,388 |
04-12-2014, 12:18 PM Last Post: Howits |
|
CSS Transition Vibration | Howits | 0 | 1,511 |
04-12-2014, 12:05 PM Last Post: Howits |
|
50 Useful CSS Tools | Kristijntje | 1 | 2,671 |
01-29-2009, 04:49 AM Last Post: Monalisa |
|
CSS Layouts: Tutorials, Tips, Demos and Best Practices | mandy | 0 | 2,266 |
07-29-2008, 10:13 AM Last Post: mandy |
|
Review of CSS Editors: Xyle, Stylizer, Rapid CSS Editor, TopStyle, and more | mandy | 0 | 5,384 |
06-22-2008, 11:04 AM Last Post: mandy |
|
9 Timeless, CSS 3-Column Layout Techniques | BellisimaJ. | 0 | 2,341 |
12-30-2007, 04:45 PM Last Post: BellisimaJ. |
|
CSS Book - have you read? | milko | 0 | 2,246 |
07-04-2007, 06:14 PM Last Post: milko |
|
AJAX, CSS and Javascript based Tabs | mandy | 0 | 2,348 |
06-11-2007, 10:24 AM Last Post: mandy |
|
CSS tips & tricks to increase your productivity | mandy | 0 | 2,312 |
05-11-2007, 10:20 AM Last Post: mandy |
|
Best CSS tools of the month | BellisimaJ. | 0 | 2,497 |
04-29-2007, 03:31 PM Last Post: BellisimaJ. |
Users browsing this thread: 2 Guest(s)