Hello folks!
Why doesn't this work in firefox? (it does in IE)
The inputbox is meant to be placed at 130 px.
Another small question:
Is it possible to give an absolute placement of a span within a div?
So for example exactly at 130 px from the left of a div?
When you say:
It places the span at 130px from the left of the page.
Thanks.
Jasper
Why doesn't this work in firefox? (it does in IE)
| Code: |
| <div><span style="width: 130px;" class="text">Naam: </span><span><input name="naam" style="width:200px"></span></div> |
The inputbox is meant to be placed at 130 px.
Another small question:
Is it possible to give an absolute placement of a span within a div?
So for example exactly at 130 px from the left of a div?
When you say:
| Code: |
| <div><span style="position: 130px;">text</span></div> |
It places the span at 130px from the left of the page.
Thanks.
Jasper
