Announcement

Collapse
No announcement yet.

tech menu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    tech menu

    /* 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 ---------------------------------------------------- */
    I'm abit confused by this code....

    ".tech" for a class is fine

    but why do we have "div.tech"

    #2
    Without trawling through that theme code could it be used as a child of the class eg:

    <div class="tech_menu_button"><div>... code ... </div></div>

    a tricky way to get additional styling in there!

    Or .... it could be due to Actinic farming the code out to different people and it is just the way it has been set (see inconsistent use of font sizing for example)


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Ah Ok.

      That sort of tells me what i need to know, ie i can hack it away with out to much of an issue

      I'd never seen div. before

      Comment


        #4
        hack with impunity - what's the worst that can happen with CSS in v8


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment

        Working...
        X