Hi,
Thanks, where I got confused is with the "static" attribute which
does not take "top, right, bottom and left values(http://
www.w3schools.com/css/pr_class_position.asp). So if an item is not
positioned when using "fixed", it is "fixed" relative to its
containing element?
On Jul 27, 2005, at 10:40 AM, Choan C. Gálvez wrote:
div#a {
position: fixed;
top: 100px; /* or 0 */
left: 100px; /* or 0 */
}
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************