Re: [css-d] tabled thumbnail gallery to css?

2009-03-27 Thread Donald Davis
> > 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

Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Donald Davis
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

Re: [css-d] tabled thumbnail gallery to css?

2009-03-23 Thread Donald Davis
> > 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

Re: [css-d] unremovable margin?

2009-03-20 Thread Donald Davis
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

[css-d] Firefox is covering the corner of a button with the background of the main div

2009-03-18 Thread Donald Davis
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

Re: [css-d] resetting global font size

2008-12-09 Thread Donald Davis
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

Re: [css-d] PADDING on a TAGs and Safari Problems - I suppose.

2008-12-09 Thread Donald Davis
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*/ }

Re: [css-d] Nav bar active color won't stick on the open page.

2008-12-09 Thread Donald Davis
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