![]() |
Problems with CSS classes
ok im having a hard time with CSS...
Take for example the CategoriesList class being used in the categories.tpl and menu.tpl templates. I know im working with the right class but no matter what color i change the CSS to it always comes up black. I can change the size but not the color. anybody experienced this before? |
The items are one color but there is also a set of links that are also affected. Look for code similar to this:
Code:
.VertMenuItems:link { Does that help? |
yeah whats weird is ive changed all those but it doesnt seem to affect the link in question. still shows up as black :/
Quote:
i know they are the right classes though, ive checked and the td is using the VertMenuItems class so......? i dont know, im at a loss |
Can you post a link to the site and tell which link it is?
|
http://upgrade.motionzoo.com/store
the links in the "Your Cart" and "Products" blocks http://upgrade.motionzoo.com/VertMenuItems.gif |
Alrighty, I haven't figured out exactly what is causing it, but these lines are affecting it:
Code:
.tcat A:link { When I deleted those from the CSS the links showed up properly in blue. Then I did a search in your code and found that the {TD} before the cart had the following: Code:
<TD class=tcat> So, the TD is overridding your VertMenuItems CSS. I hope that helps :) |
hmmm...... that does make some sense. ill try to get rid of the css conflicts and see if that works.
thank you lyncca! |
welcome :)
|
Yes, you are the woman lyncca! that was exactly it. its still pretty confusing trying to keep track of all the css classes and their conflicting properties since theyre nested across various templates but ive now got it looking the way i want.
thanks again! |
Oh good, I'm glad that worked!
Really nice looking store by the way :wink: |
All times are GMT -8. The time now is 12:41 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.