Hi,
I am having some problems getting my head around div positioning - a lot of the tutorials online seem to deal with more complicated stuff. What I am trying to do is have a text box and a div right next to it saying "Hello World"
So far I have:
<input type="text">
<div style="border:1px solid black;width:100px;position:>Hello world</div>
I have tried float:right but this sticks it on the very edge of the screen...
Thanks very much
Ed
I am having some problems getting my head around div positioning - a lot of the tutorials online seem to deal with more complicated stuff. What I am trying to do is have a text box and a div right next to it saying "Hello World"
So far I have:
<input type="text">
<div style="border:1px solid black;width:100px;position:>Hello world</div>
I have tried float:right but this sticks it on the very edge of the screen...
Thanks very much
Ed