/* page menu formatting elements ------------------------------------------------------- */
.tech_main_menu {
background-color: <actinic:variable name="Palette1" />
}
.tech_menu_bottom {
height: 4px;
background-color: <actinic:variable name="Palette1" />;
}
.tech_menu_button_border {
width: 121px;
border-right: 1px <actinic:variable name="PaletteBG" /> solid;
border-top: 1px <actinic:variable name="PaletteBG" /> solid;
}
div.tech_menu_button {
width: 119px;
top: 0px;
left: 0px;
border: 1px <actinic:variable name="Palette1" /> solid;
}
div.tech_menu_button_product {
width: 119px;
top: 0px;
left: 0px;
border: 1px <actinic:variable name="Palette1" /> solid;
}
.tech_menu_button_title {
width: 122px;
border-top: 1px <actinic:variable name="PaletteBG" /> solid;
background-color: <actinic:variable name="Palette1" />;
}
/* end page menu fomatting elements ---------------------------------------------------- */
.tech_main_menu {
background-color: <actinic:variable name="Palette1" />
}
.tech_menu_bottom {
height: 4px;
background-color: <actinic:variable name="Palette1" />;
}
.tech_menu_button_border {
width: 121px;
border-right: 1px <actinic:variable name="PaletteBG" /> solid;
border-top: 1px <actinic:variable name="PaletteBG" /> solid;
}
div.tech_menu_button {
width: 119px;
top: 0px;
left: 0px;
border: 1px <actinic:variable name="Palette1" /> solid;
}
div.tech_menu_button_product {
width: 119px;
top: 0px;
left: 0px;
border: 1px <actinic:variable name="Palette1" /> solid;
}
.tech_menu_button_title {
width: 122px;
border-top: 1px <actinic:variable name="PaletteBG" /> solid;
background-color: <actinic:variable name="Palette1" />;
}
/* end page menu fomatting elements ---------------------------------------------------- */
".tech" for a class is fine
but why do we have "div.tech"
Comment