Announcement

Collapse
No announcement yet.

drop down menus

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

    drop down menus

    I have been given a menu to use at the top of a theme, based on contemporary back bone.
    this menu works fine on ie7,6 & firefox outside actinic.
    as soon as i import it to actinic the code errors go mad..
    the code is
    HTML Code:
    <div class="menu">
    <ul>
    <li id="aboutusmenu"><a href="aboutus.htm">About Us<!--[if ie 7]><!--></a><!--<![endif]--><!--[if lte ie 6]> 
    <table>
    <tbody>
    <tr>
    <td><![endif]-->
    <ul>
    
    etc...
    i get the actinic error if i add his code.
    "opening and closing HTML comment signs are not matching on the page."

    if i take the comments & ifs out it doesnt work in ie6!

    HTML Code:
    <div class="menu">
    
    <ul>
    <li id="aboutusmenu"><a href="aboutus.htm">About Us
    </a>
    <ul>
    I can't see the wood for the trees any more! any thought would be cool.
    Jenny
    Hanson Web Design
    www.hansonwebdesign.co.uk
    jenny@hansonwebdesign.co.uk
    Actinic hosting, Actinic Software, template design and re-design

    #2
    Why the need for the hack?
    What's the half complete table doing?
    Is it live so we can see it?
    Your <li> is not closed either?

    Comment


      #3
      If I put all his code in, it wont load up. it displays all the list overlaying the page if left as it it, as a big table. If I take the if's out it doesnt work in ie 6 ie no drop downs. I was hoping someone would know why actinic rejects it.
      it's not live and for copyright I cant show the example site. caught between the devil....
      Jenny
      Hanson Web Design
      www.hansonwebdesign.co.uk
      jenny@hansonwebdesign.co.uk
      Actinic hosting, Actinic Software, template design and re-design

      Comment


        #4
        There is a post about the [ie] hacks already and how to resolve ... it is possibly this causing the issue in Actinic


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          first choice and drop down:

          HTML Code:
          <div class="menu">
          <ul>
          <li id="aboutusmenu"><a href="aboutus.htm">About Us<!--[if ie 7]><!--></a><!--<![endif]--><!--[if lte ie 6]> 
          <table>
          <tbody>
          <tr>
          <td><![endif]-->
          <ul>
          <li><a href="heritageandbeyond.htm">Heritage &amp; Beyond</a></li>
          <li><a href="whoswho.htm">Who's Who</a></li>
          <li><a href="fullcompanydetails.htm">Full Company Details</a></li>
          <li><a href="moreaboutus.htm">More...</a></li>
          </ul><!--[if lte ie 6]></td></tr></tbody></table></a><![endif]--></li>
          Hanson Web Design
          www.hansonwebdesign.co.uk
          jenny@hansonwebdesign.co.uk
          Actinic hosting, Actinic Software, template design and re-design

          Comment


            #6
            go on give me a clue..
            Hanson Web Design
            www.hansonwebdesign.co.uk
            jenny@hansonwebdesign.co.uk
            Actinic hosting, Actinic Software, template design and re-design

            Comment


              #7
              .. can't it is copyrighted


              Bikster
              SellerDeck Designs and Responsive Themes

              Comment


                #8
                .. go on then .. here is 1 for starters after doing a quick search on the [ie] condition
                http://community.actinic.com/showthread.php?t=32755


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment


                  #9
                  Originally posted by jont View Post
                  .. can't it is copyrighted
                  LOL, you tease.

                  Comment


                    #10
                    As Lee points out you should not really need the hack if constructing lists like that .. and nesting tables in a list is a truly bizarre way of doing things


                    Bikster
                    SellerDeck Designs and Responsive Themes

                    Comment


                      #11
                      The point is I have been told to use this code! I have not coded it myself.
                      trying to work out what actinic is objecting about.
                      Hanson Web Design
                      www.hansonwebdesign.co.uk
                      jenny@hansonwebdesign.co.uk
                      Actinic hosting, Actinic Software, template design and re-design

                      Comment


                        #12
                        this is simlar code
                        HTML Code:
                        http://www.cssplay.co.uk/menus/final_drop.html
                        i thought he had used this first of all but slightly differrent
                        Jenny
                        Hanson Web Design
                        www.hansonwebdesign.co.uk
                        jenny@hansonwebdesign.co.uk
                        Actinic hosting, Actinic Software, template design and re-design

                        Comment


                          #13
                          Must be some bizarre way of combatting the whitespace bug. I understand if you have been provided with it Jenny, but if you remove all of the pointless code from it, you will probably end up with your answer and the code will be cleaner - win, win for all.

                          Is the unclosed div doing it?

                          Comment


                            #14
                            If working outside Actinic is is likely to be the comment tags to hide from Internet Explorer as this is a known issue ... I recall Norman posting a solution on how to resolve.


                            Bikster
                            SellerDeck Designs and Responsive Themes

                            Comment


                              #15
                              if i remove all the if's etc it doesnt work in ie6
                              Hanson Web Design
                              www.hansonwebdesign.co.uk
                              jenny@hansonwebdesign.co.uk
                              Actinic hosting, Actinic Software, template design and re-design

                              Comment

                              Working...
                              X