Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

any one here with good css skills ..!

i m stuck in positioning..

Could you please attach your code using

```css
Then we can help you better :-)

hey shaun i need some help related to positioning check out my code here http://codepen.io/mehra_as/pen/jWKRzW

here in this code i have two <p> first on line 3 and second on line 6 i want to set <p> of line 6 absolute of the line3<p>/input[type= textbox]

4 Answers

try this: on

tip{

top:20%; };

actually when i set tip like left:0 it should be in starting of textbox but it is taking body as a relative position

Hmm try instead of left:57%

top:20%; margin:0px 350px; }

did u see code

Image

try to resize the window the tooltip position is changing according to size

Image1

image2

I don't get it

problem solved i just give position relative to parent div now everything working fine

thanx for helping