chuckdesign
Technical User
I'm struggling to get a page template so that the items line up in all browsers. The pages are supposed to look like this:
If I use absolute positoning on the right-hand photo and quotation paragraph, it looks OK in IE/Windows, but the graphic overlaps the navigation in Netscape/Win and in all Mac browsers.
My absolute positioning example:
If I use a float: left style, I have success lining up the photo in Firefox, Safari, and Netscape, but IE makes mincemeat of it.
My float example:
There's gotta be a way to do this that will work in all browsers, yes?
And if I use the float example, how in heck do I tuck the body text under the word "Services"? I can't use absolute positioning for that, because doing so will throw off the location of my footer paragraph. I tried using "float: left" for that paragraph, but then it puts it at the far right in some browsers.
Any advice you can offer would be appreciated.
-- Chuckdesign
If I use absolute positoning on the right-hand photo and quotation paragraph, it looks OK in IE/Windows, but the graphic overlaps the navigation in Netscape/Win and in all Mac browsers.
My absolute positioning example:
If I use a float: left style, I have success lining up the photo in Firefox, Safari, and Netscape, but IE makes mincemeat of it.
My float example:
There's gotta be a way to do this that will work in all browsers, yes?
And if I use the float example, how in heck do I tuck the body text under the word "Services"? I can't use absolute positioning for that, because doing so will throw off the location of my footer paragraph. I tried using "float: left" for that paragraph, but then it puts it at the far right in some browsers.
Any advice you can offer would be appreciated.
-- Chuckdesign