I took the code below and put it into my editor to format it
so I could read more easily.  Check your div openings and closings
and make sure they match correctly.  You've got some problems there
that may be throwing off the functionality.  Notice where you've got
your CONTENT, CONTENT, etc... line in relation to the div above it.
Is it supposed to be inside that div?

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of Erik
Sent: Wednesday, December 30, 2009 8:19 AM
To: jQuery (English)
Subject: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

Already tried it and I get the same results.


This is really funny....  I don't understand.  Allow me to start all
over.  Here is my script:


<div id="ws_desc" class="box">
        
        <div id="content1">
                                                        
                <div id="ws_time">
                        Session One: 11:00 pm - 12:00 pm
                </div>
                
                <div id="ws_time2">
                        Session Two: 12:30:pm - 1:30 pm
                </div>

                <div style="width: 354px; height: 1px; background-color:
#808080; float: left; margin: 5px 0px 8px 0px">
                </div>
                CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT
CONTENT

        </div>
                                                

<div style="width: 354px; height: 1px; background-color: #808080; float:
left; margin: 9px 0px 0px 0px">

</div>
                                
<div style="width: 300px; float: right; display: block; overflow: hidden">

        <div style="float: right; margin-left: 20px; margin: 6px 1px 0px
20px; display: inline">
                <a id="slick-toggle" class="content8" href="#">More
Details</a>
        </div>

        <div style="float: right; margin-left: 20px; margin: 6px 4px 0px
0px; display: inline">
                <a class="content8" href="#">Sign Up</a>
        </div>

</div>

</div>



Reply via email to