up vote 0 down vote favorite
share [g+] share [fb]

i have a box :

#box1 { 
            height:100px;
            width:208px;  
            } 

and a list

<li id="first"><strong>FIRST</strong>
</li>

<li id="second"><strong>SECOND</strong>
</li>

<li id="third"><strong>THIRD</strong>
</li>

<li id="fourth"><strong>FOURTH</strong>
</li>

with jquery i can make the box appear when i click on an li element...but i want the box to appear next to the element and not right down of the li... i just want to appear right next to it...

link|improve this question

1  
I'm sorry, I'm having a hard time grasping what you're asking. Could you clarify your intent and the problem you're having please? – Bryan Ross Sep 4 '10 at 10:59
i figure it out,,thx – t0s Sep 4 '10 at 11:41
thnx Vinay helped me with his answer below..im not good in english so i cant make the question as clear as i want... – t0s Sep 4 '10 at 11:46
feedback

1 Answer

up vote 0 down vote accepted

Can you try display:inline-block; on the ul element. just a wild guess. would need more details.

link|improve this answer
yeap works great many many thnx Vinay :) – t0s Sep 4 '10 at 11:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.