code beginner
05-14-2010, 01:49 AM
hello,
i was hoping Gnome On the Run or some of the other experienced coders around here could chime in on this one:
i used absolute positioning to place a few elements in the upper-left hand corner of the screen, some of which have javascript behaviors in them. i used ems as the locating specifications.
it's working really well, i tested it in firefox, ie, opera, and safari.
but i've heard vague warnings to "avoid absolute positioning", due to unpredictable user experiences.
what's the experienced coders' take on absolute positioning? it seems like "a few things in the upper-left hand corner" should be ok (for example, to lock a site logo in stone into the upper left hand corner). it's working so well that i'm almost concerned.
i was hoping Gnome On the Run or some of the other experienced coders around here could chime in on this one:
i used absolute positioning to place a few elements in the upper-left hand corner of the screen, some of which have javascript behaviors in them. i used ems as the locating specifications.
it's working really well, i tested it in firefox, ie, opera, and safari.
but i've heard vague warnings to "avoid absolute positioning", due to unpredictable user experiences.
what's the experienced coders' take on absolute positioning? it seems like "a few things in the upper-left hand corner" should be ok (for example, to lock a site logo in stone into the upper left hand corner). it's working so well that i'm almost concerned.