Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
I saw this in the /ProductTemplates/BVC5/product.aspx and other similar tags
Code: [color=#ff0000][2] CssClass[/color][color=#0000ff]="productpropertylabel listprice" [/color]
[/2] How is this used in a stylesheet? I can't seem to find examples of it in the existing sheets. |
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
Hey Chris. These are just two different classes on one element. So styles for both .productpropertylabel and listprice will apply, and you can get super-specific for elements that use those both classes with .productpropertylabel.listprice. |
|
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
As I'm searching through the code to find CSS classes, etc., I came across this and was wondering if it was a bug:
BVAdmin/Orders/ShipOrder.aspx, line 87 mentions CssClass="controlarea2a", but it isn't found in the stylesheets but "controlarea2" is in the stylesheet.
There are also what look like 2 ways of spelling some CSS Classes mentioned in the code and sometimes the stylesheet has both tags defined, but not always. Sometimes the tags are not in any stylesheet or they not in all stylesheets.
<UL dir=ltr style="MARGIN-RIGHT: 0px"> * "formlabel" and "FormLabel"
* "forminput" and "FormInput"
* "header" and "Header"
* "listprice" and "ListPrice"
* "productpropertylabel" and "ProductPropertyLabel"
* "productreviewdescription" and "ProductReviewDescription" (not in any stylesheet)
* "qtycolumn" and "quantitycolumn"
* "successmessage" and "SuccessMessage"
* "yousave" and "YouSave" </UL> |
|
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
Thanks, Cliff. I didn't realize that would work that way. |
|
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
I'm wondering why there is a file CategoryTemplates\Sub Category Menu\SubCategoryMenu.css? Shouldn't the CSS stuff all be in the themes? |
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
Originally Posted by: "Chris Dittmeier" I'm wondering why there is a file CategoryTemplates\Sub Category Menu\SubCategoryMenu.css? Shouldn't the CSS stuff all be in the themes? I imagine it is either meant for use in the admin view, or meant as an example to copy into the your theme if you want to use it. |
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
I believe we included that file as an example of the classes available to include in your own theme when using that category template.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.