>
> The code/layout would essentially by fixed and easily replicated for
> each new entry and you could then VERY easily move items around in list
> for alphabetical ordering and could easily bump items from one column to
> the next to address balancing the page layout.
>
>> Best of luck,
> Daniel
bottom posting means post after the words of the previous poster, not
before... just to clarify so the people on the list don't get any more
upset.. lol
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailma
>
> I'd like to re-code that page in css rather than a table. For one thing it'd
> be lots easier to retain the alphabetical order when adding or removing a
> new artist. The current code is certainly a mess and could certainly benefit
> from a cleansing:-)
>
>
>
> Can someone point me in the direc
On Wed, Mar 18, 2009 at 10:18 AM, Giuseppe Craparotta
wrote:
> Hello all,
>
> thanks much in advance for your help.
>
> could you please take a look at this trial html file:
>
> http://www.giuseppecraparottacv.co.uk/doubts/press.html
>
> As you can see the images are separated by a bottom / right
I am working on the book Javascript the Missing Manual, by David
McFarland, and I've noticed that during the tutorials, the corner of
the image for a link button is covered by the div for the middle
column. You can download the files at www.sawmac.com/javascript. The
button is not covered in the
On Tue, Dec 9, 2008 at 11:38 PM, Donald Davis <[EMAIL PROTECTED]> wrote:
> Just a note, what the designer was trying to do is a pretty good idea
> for ease of use on your end. .625em or 62.5% is the magic number that
> sets your base font size to 10px. that way when you modify
Heya, I fixed your IE problem by assigning a width of 800px to your
#container style, floating that to the right, removing the margin-left
from #coluna_esquerda, and removing the width from your
#coluna_conteudo style.
#container {
width:100%;
margin-top:20px; /*baixa tudo 20px*/
}
This tutorial is courtesy of CSS The Missing Manual by David McFarland:
What you are trying to do is create a "You Are Here" link.
Here's how!
First assign an id to the body tag of each of your pages. For
example, your "Features" page would be:
On your links page you would have:
Now that