Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- To: EMAIL:PROTECTED, MLUG Off-Topic Discussion <EMAIL:PROTECTED>
- Subject: Re: [MLUG - DISCUSSION] firefox, web accessability, and the programto make it all better
- From: Scott Hussey <EMAIL:PROTECTED>
- Date: Thu, 2 Dec 2004 13:19:01 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws;s=beta; d=gmail.com;h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references;b=QXDFztIMDHPtqDw/gznbWcwfcvD2hLWA2qYRKqe3U1g/BQy5F2/FOj33Qs9zJV7Z7aP/P/NQEgvBhOS5kUG+bd6UCfQt+lU+d7gehKWv/msXHxwzgDBjV0Twc+SRhnz5brMOd/bf4soFLJYaQQ7arFm/cIAS+llT1UOPY8OC/JE=
- In-reply-to: <EMAIL:PROTECTED>
- References: <EMAIL:PROTECTED> <EMAIL:PROTECTED> <EMAIL:PROTECTED>
- Reply-to: Scott Hussey <EMAIL:PROTECTED>, MLUG Off-Topic Discussion<EMAIL:PROTECTED>
- Sender: EMAIL:PROTECTED
On Thu, 02 Dec 2004 12:08:36 -0600, Shawn Parker
<EMAIL:PROTECTED> wrote:
> I wish more web developers would embrace standards based coding and
> semantic web design principles. Alas, people have a hard time with
> change. Especially designers and developers.
>
> It is especially easy to make menus with XHTML and CSS now. Which would
> eliminate the very problem you're having.
I'm certainly not a UI expert, but I think that the CSS layout engine
is almost of imbecilic design. I cannot believe how difficult it is to
have side-by-side block level elements (such as DIVs). I think Java's
box layout would have been ideal for CSS. Want three columns of text?
Something like this should get it done instead of some black magic of
absolute positioning or floats.
<body style="layout: horizontal-box;">
<div style="layout: textflow; width: 33%;">Text in column1</div>
<div style="layout: textflow; width: 33%;">Text in column2</div>
<div style="layout: textflow; width: 34%;">Text in column3</div>
</body>
--
Scott Hussey
EMAIL:PROTECTED
_______________________________________________
discussion mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/discussion