What the **** are border frames? embedded frames (work in nearly every browser)? Do you simply mean the question how to change the position of an element? That works via css like this:
Style (css):
Code:
#container { position:absolute;top:23px;left:23px; }
html:
Code:
<div id="container">asdf</div>
or...
Code:
<iframe id="container" src="page.html" name="Bildframe" width="300" height="200" align="left" scrolling="yes" marginheight="0" marginwidth="0">
<p>Your Browser cannot display embedded frames :(</p>
</iframe>
For the future: Try to post the concerning part of your code if you want an answer or give the link.
Check out this link for simple information about css & html if you can speak german or french: http://www.selfhtml.de/tutorial/html-css.php
(click the first link for german version)
Bookmarks