Subscribe to receive updates on Dada Mail:

Dada Mail Mailing Lists: Re: IE 5/Mac Template Breakage/body{} q's

From: "Shane Clintberg" ...@telus.net>
Subject: Re: IE 5/Mac Template Breakage/body{} q's
In-Reply-To: Re: IE 5/Mac Template Breakage/body{} q's
Date: September 2nd 2005

 
Well, I should have known that the "overflow:hidden" float-clearing trick that folks were raving about at:
http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/
and:
http://annevankesteren.nl/2005/03/clearing-floats
was too good to be true. If the Tantek box model hack has taught me anything, it's that CSS cross-browser hacks must look really ugly and intimidating, and be difficult to understand. <sigh>
 
That said: Manfred, I'm very glad you're helping on the OS9 end and that we're discovering these things *before* the stable release!
 
 
...First things first:
 
> the above looks good in MSIE 5.17 in any MacOS [...]
> but the box around ".: Dada Mail :: Sign Up for a List :: "
> is bigger than it should be.
 
By "bigger", do you mean that both the header and the content below it are *wider* than they were in 2.9.2? If so, that's a good thing, because this is actually the correct behavior (which IE got wrong in 2.9.2!). For details, see:
http://a-ok.net/dadadev/2.9.2stable-ContentWidthDif.png
In this screenshot, the top image, with a total width of 592 pixels, is the width that both the header and content underneath are *supposed* to be, at least according to Justin's original design.
 
 
...Okay, so let's try something different for our float clearing that won't hide any of the header copy like Manfred's last screenshots showed. Because we're now dealing with a new problem that will affect *all* browsers and platforms, I'll welcome wider testing than just OS9....
 
 
Float Clearing Testfix A:
 
Uses the float clearing hack at: positioniseverything.net/easyclearing.html , and leaves the HTML unchanged.
 
http://a-ok.net/dadadev/2.10b1-floatclearing_testfixA.html
 
Known to work in:
Moz/Win
IE6/Win
IE5.5/Win
IE5.10/Win
 
 
Float Clearing Testfix B:
 
Just like testfix A, but minus one rule that I'm convinced -- convinced, I tell you!! -- we don't need.
 
 
Known to work in:
Moz/Win
IE6/Win
IE5.5/Win
IE5.10/Win
 
 
Float Clearing Testfix C:
 
The W3C-recommended hack that's just as ugly as the ones above, but ugly in a different way. For this fix we have to add an extra:
 
<div class="spacer"></div>
 
to the HTML, in both default_list_template and default_admin_template. (I was really trying to avoid this....)
 
 
Known to work in:
Moz/Win
IE6/Win
IE5.5/Win
IE5.10/Win
 
 
So, it's weird to be asking this again, but because Santa isn't delivering me a Mac any time soon...
 
I'd appreciate browser testing of the above three testfixes from any and all Mac OS/browser combinations. [And if you'd like to test for Opera/Win and Netscape/Win, which I never seem to get around to installing, that would be great, too! :-) ]
 
(P.S. - I know this testing process is starting to look ugly, but we're close to the end, I promise!)
 

<< Previous: Re: IE 5/Mac Template Breakage/body{} q's

| Archive Index |

Next: Re: IE 5/Mac Template Breakage/body{} q's >>

(archive rss , atom )

this list's archives:


This mailing list is to discuss the nerdy programming development of Dada Mail -

If you are *just* looking for support Dada Mail, consult the message boards at:

http://mojo.skazat.com/support/boards

To post to this list, send a message to:

dadadev@skazat.com

All subscribers of this list may post to the list itself.

Some on topic... topics include:

* Positive Crits on the program (I like, "x", but, "y" needs some work - here's an idea on how to make this better...)
* Bug/Error reports
* Bug fixes
* Request For Comments on any changes to the program
* Help customizing Dada Mail for your own internal needs
* Patches
* Language Translations
* Support Documentation/Doc editing, FAQ's, etc.
* Discussion of any changes that you would like to be committed to the next version of Dada Mail -

At the moment, there aren't many people with CVS access for Dada Mail - if you would like CVS access, please first talk about the changes you propose and how it will affect the program. If the idea is sound and agreed upon, the change will be comitted. A good track record of this will allow you to have CVS access. Some reasons that patches will not be accepted is if the patch breaks compatibility with a previous version of the program, the patch is too centric to your own problem or the patch simply isn't very good.

Please, please please familiarize yourself with the documentation at:

http://mojo.skazat.com/support/documentation/

Since no one wants to answer the same question twice.

Another sneaky reason for this mailing list is to test out the discussion list capabilities of Dada Mail, since Dada Mail is used for the mailing list itself.

*NOTE* - because of this, there may be times that this list will be somewhat broken. Although we're not planning on breaking the program by using it, we're giving you the heads up that this may well happen anyways.

Subscribe/Unsubscribe on Dada Mail Developers

* Required



Dada Mail is Free Software and is released under the Gnu Public License.
Dada Mail is written in Perl because we love Perl.