|
Posted by Luigi Donatello Asero on 12/09/05 00:10
"Els" <els.aNOSPAM@tiscali.nl> skrev i meddelandet
news:3e7gpz9xmor1$.dlg@locusmeus.com...
> Luigi Donatello Asero wrote:
>
> > "Els" <els.aNOSPAM@tiscali.nl> skrev i meddelandet
> > news:1f6uk6bvj50ox$.dlg@locusmeus.com...
> >> Dylan Parry wrote:
> >>
> >>> Pondering the eternal question of "Hobnobs or Rich Tea?", Els finally
> >>> proclaimed:
> >>>
> >>>> You're so right! :-)
> >>>
> >>> I'm either stupid or full of chocolate and coffee icecream,
> >>
> >> 'or' or 'and'? ;-)
> >>
> >>> but he's got me trying to be helpful too now :(
> >>
> >> Stop now, or be lost forever :P
> >>
> >> Just a reminder (maybe new info for others): the solution to Luigi's
> >> problems is almost invariably utterly simple. It's the convincing him
> >> of such fact, which is a downright PITA.
> >
> > So, tell me which was your fine solution?
>
> I just *know* you won't use it, but here's anyway:
>
> <div id="top">
> <div id="a">bla</div>
> <div id="b">bla</div>
> <div id="c">bla</div>
> </div>
> <div id="bottom">
> <div id="d">bla</div>
> <div id="e">bla</div>
> <div id="f">bla</div>
> </div>
>
> #top,#bottom{
> width:100%;
> float:left; /* to avoid peek-a-boo in IE */
> clear:left;
> margin:20px 0;
> }
> #a,#d{
> width:30%;
> float:left;
> background-color:yellow;
> }
> #b,#e{
> width:30%;
> float:right;
> background-color:blue;
> }
> #c,#f{
> margin-left:34%;
> margin-right:34%;
> background-color:red;
> }
>
> --
Considering that many of you are usually in favour of limiting the use of
tables as much as possible in this NG, tables might be the right solution
if
you think that it would suit this time!
However, I use divs in my menu and in this case I (who is usually more
inclined to use tables than you are) wonder whether it would not be the case
of a table used for layout purposes...
--
Luigi Donatello Asero
https://www.scaiecat-spa-gigi.com/sv/italien-valle-daosta/karta-oever-laegenheten-1-och-2-i-bionaz-valle-daosta.php
[Back to original message]
|