On Thu, 29 Nov 2007 02:54:52 +0000 (UTC), "joe dora"
<webforumsuser (AT) macromedia (DOT) com> wrote:
Quote:
Gary: Here is where I am right now.
!. I am looking for a sensible answer. |
I'll try.
Quote:
2. I did every thing correctly. Site works just the way I want it to with the
Adobe Dreamweaver primary browser internet explorer. Client is delighted with
its appearance and performance. (I am not.) |
Okay.
Quote:
3. The site does not perform the way it should in Firefox and Netscape 8. The
editable content container shifts to the left and also the image alternate text
messages do not appear. |
I started looking at your CSS to see what was going on with the left
aligned content vs the centered content and I quickly got a headache.
Try this in IE6. Narrow your browser window to 800 pixels wide. Your
lovely centered content drops down below your left aligned menu.
It looks like you have way over-engineered the page. You've got three
separate style sheets, two of which are linked in twice. In some cases,
rules in one style sheet contradict rules in one of the other style
sheets. You have a rather basic, simple design. It shouldn't take 10k of
CSS to produce it.
As far as alternate text not being displayed, the fact that IE *does*
display it is yet another IE bug. The alternate text should only be
displayed when the image is *not* displayed. If you want a tool-tip to
pop up on mouse hover, use the title attribute.
Quote:
4. I do not know how to compensate for other browser deficiencies. I don?t
have any idea where to look. I assumed Adobe dreamweaver expert technicians
would. |
The "other browser deficiencies" are that they tend to render pages
correctly, while IE is pretty badly broken. The first thing to
compensate for browser differences is to code to standards and test in a
standards compliant browser. Then fix what needs to be fixed to
compensate for the IE bugs.
Gary