Browser Compatability Tweaking

A

awm050501

Was reading some similar articles tomy issue here. My site
www.bohemianhouseproductions.net
looks pretty much as it should in IE6 (still need to do some clean up) but
nothing even close in FF, Opera, NS. Any suggestions of what I can do?
Thanx in advance.
 
R

Ronx

You are using VML graphics (WordArt, Textboxes, Shapes etc. produced
from the Office or FrontPage drawing toolbar). VML graphics use
absolute positioning and will only display in IE5.5 and later running
on Windows PCs.

Suggest you find some alternative to VML.
For WordArt copy the image to the clipboard, then paste in a graphics
editor. Crop, then save as .gif or .jpg for the web. Import the
image into FrontPage and use that image.
For text boxes, use table cells or layers and CSS to set borders. (Be
careful with Abs. positioning - used incorrectly can give layout
problems when resizing the browser.)
 
Top