![]() |
CSS help and confusion
Hi all,
I'm sing dreamweaver to modify xcart. So far so good. I never use design mode.. :) regarding menu.tpl I've created my own to display the catagories. All is well, I had border="1" and it displays fine. However, firefox does not respect the border color and defaults it to grey. I've read up on it and I need to set that in CSS. So, I have a custome set of styles for what I have in menu.tpl when I add in the border and border color. It dosn't show up. I suspect some earlier table stuff is over-riding it? I have no clue. Does anyone have an idea to what I can do as to get it to display a table border 1 and color through the CSS? Or why it may not be working when I do add it in? I'm quite confused.. -hroth |
Re: CSS help and confusion
Would need to see your code for the menu to understand what you are talking about :)
|
Re: CSS help and confusion
I think I know what you're talking about.
You have <table border="1">? You can either do an inline style <table style="border: 1px solid #990000" border="0"> or you do a class <table class="colorBorder" border="0"> and in your main CSS document put in .colorBorder { border: 1px solid #990000; } |
Re: CSS help and confusion
What about product description, i am trying to use a html layedout template, it projects fine on the web and ebay, but when placed into xcart it is presented how xcart wishes, no font size, etc. How is this section over ridden in css, i have tried everything, the only way which is daunting would be to define an inline style for every line of text! it should work with a class stlye, have even used the !important in the rule to overide any css settings xcart place but NO avail!
going mad searching the web for a solution on this one. any advise appreciated |
All times are GMT -8. The time now is 02:46 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.