PUBLISHING MY SITE...I NEED HELP!!!

  • Thread starter Thread starter bradleybardwell18
  • Start date Start date
B

bradleybardwell18

website: www.djbradlive.com

Ok I am trying some new things out with this Frontpage. How do I get it not
to move objects when I publish the site. It looks fine when im designing the
site but when i publish and look at it on the web. Objects appear to move.
Please help me
 
The problem is absolute positioning and VML graphics.
Rectangles produced from the drawing tool bar use VML graphics. These
are absolutely positioned with respect to the top left corner of the
browser portal.
If the browser width is changed, or the text size is changed, the VML
will stay exactly where it was placed, but - a very big but - the REST
of the page will move around, giving the impression the VML (and the
images inside the VML rectangles) are moving.

Even Worse, browsers other than IE will see a .gif representation of the
VML rectangle and the image content. This will definitely lower the
quality of the images. And, just to make matters worse, the other
browsers will see these downlevel images absolutely positioned with
respect to the positioned container they are in - which may not be the
<body> tag. In other words they may jump a long way from where they are
supposed to be.

See http://www.rxs-enterprises.org/tests/vml-graphics.htm for more
reasons why VML should be avoided in web pages.
 
Back
Top