Re: This just torques me off



John Hosking wrote:
Your doctype invokes quirks mode. I recommend
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd";>

I prefer XHTML strict, but most of the content will
be output by someone else's PHP. I'm not sure he
really needs Transitional, though, as I have already
seen some [br /] tags.

ISTM that for a minimal test case, you could turn off the JS and omit the Google ads and their iFrames. Simplfying is usually a good step in debugging.

Well, I started simple, and added on. It was _not_ broken after
adding the JS, but I do have to go back in time now.

Your markup doesn't validate, even with transitional, although I'm not convinced that's the cause of the problem(s) you're trying to report.

I'm not either. Last time I tried to validate a page that
was working well on all browsers, attempting to fix some
of the alleged errors trashed the page on some browsers.

You've got an error in your CSS, too. Try your site at http://jigsaw.w3.org/css-validator/ .

Finds no errors in _my_ CSS, but does complain about "opacity"
in nicetitle.css

What is: <a nicetitle="Find persons by surname" ...? Oh, well, I've

You must have a tool that shows the HTML _after_ JS alters it.
What tool is that? All my browsers show the source as received
from the server.

This scares me:
#header_inner { width: 2000px; }

Yeah, I'll drop that. It was needed on another site.
They decorated the top with several pictures selected
at random from a larger collection. The inner allowed
the row to extend to the last picture without making
a line wrap. Then the outer sliced off the excess.

You have some IE hacks:
/* Hack to prevent Internet Explorer from ruining your display
* html #container
* html #content
etc. These probably won't do for IE7 what you think they will. Read http://msdn2.microsoft.com/en-us/library/bb250496.aspx .

Ah, but notice I've commented them out.

Maybe you already know that .sidebar li:hover won't work in IE6.

It worked the last time I looked at an IE6

I suggest you avoid the sizing in px that you're trying to do everywhere, especially for the text sizes. IE doesn't allow resizing of px texts, so em or % are better. Using em for block items can help them

Yes, I'd like to figure out a way to make the text more flexible
while still complying with the layout plan for the geometry.

--
Wes Groleau

Words of the Wild Wes(t) = http://Ideas.Lang-Learn.us/WWW
.



Relevant Pages

  • Re: Converting HTML to CSS
    ... LOL We're striking out today Murray. ... I just sent your version to 5 browsers. ... > tags in the header. ...
    (microsoft.public.frontpage.programming)
  • Re: General question about javascript V HTML form
    ... If you have such a limited client base then I find it ironic that you would list IE/Firefox/Opera/Safari as the target browsers. ... I am equally green at HTML as php as javascript. ... The PHP manual is definitely easier to navigate than a JS manual. ... On the server or on the client? ...
    (comp.lang.javascript)
  • Re: Custom Template-Style Tags
    ... through further oop abstraction such that you contain your business logic in ... your html output has very little concern about your ... | tags. ... I would like to do this in PHP, ...
    (alt.php)
  • Re: Web Pages
    ... The same code just won't work in all browsers. ... a database of all quirks and then somehow analyze the HTML, ... |> are a couple of cases of unclosed, superfluous P tags. ... Usually only empty tags like BR (which has no content to ...
    (microsoft.public.vb.general.discussion)
  • Re: IE5/6, but not IE4, doing unexpected
    ... >Since I have several browsers installed I checked your mentioned page ... >in the full year calendar display output for my perpetual calendar. ... A php include at the top ... >of the php page converts the code to html 4.01 strict for outmoded ...
    (comp.lang.javascript)