Announcement

Collapse
No announcement yet.

Components - too many attributes and choices!

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

    #16
    Sorry Jont - I'm afraid I don't know that any of that means - I just logically cut and paste the html from another bullet list - like here:

    !!<
    <ul type="square">
    <li> xxxxxx </li>
    <li> xxxxxx </li>
    </ul>
    >!!

    or

    !!<
    <ul>
    <li> xxxxxx </li>
    <li> xxxxxx </li>
    </ul>
    >!!

    Where should I be adding a 'float left' ? I'll add an html book to my chritmas stocking.
    Dorian
    ------
    www.itmustbegreen.co.uk
    Fair-Trade & Eco-Friendly

    Comment


      #17
      The styling goes into the stylesheet with the class in your list eg:

      In the HTML <ul class="ulTabber">

      In the actinic.css

      .ulTabber {
      float: left;
      }

      that was done on the fly in Firefox so it may have untoward issues when adding to the source and viewing in other browser.


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #18
        Thanks. However, I was unaware I had changed any of the code from Normans' tabber - I certainly didn't mean to. I'll take a look and see if I can put that float left in.
        Dorian
        ------
        www.itmustbegreen.co.uk
        Fair-Trade & Eco-Friendly

        Comment


          #19
          Probably not Normans code but the nesting of the ul in the panel ... looking at his example page he has not used a list in there. I have coded a version also and will check if that experiences problems with the embedded list.


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #20
            Thanks - I'm sure it's my lack of knowledge somewhere along the way! Perhaps then because I have put bullet points within the tabs - but I do want to do that.
            Dorian
            ------
            www.itmustbegreen.co.uk
            Fair-Trade & Eco-Friendly

            Comment

            Working...
            X