Re: [css-d] Abstracting CSS from HTML for Reusable UI Components

2008-05-03 Thread Michael B Allen
On Sun, May 4, 2008 at 1:19 AM, Michael Adams <[EMAIL PROTECTED]> wrote: > On Sat, 03 May 2008 21:07:53 -0400 > Michael B Allen wrote: > > > On Sat, May 3, 2008 at 8:48 PM, Michael Adams > > <[EMAIL PROTECTED]> wrote: > > > But the same code is much cleaner without the table > > > > Ahh, I k

Re: [css-d] Abstracting CSS from HTML for Reusable UI Components

2008-05-03 Thread Jukka K. Korpela
Michael B Allen wrote: > On Sat, May 3, 2008 at 8:48 PM, Michael Adams > <[EMAIL PROTECTED]> wrote: >> But the same code is much cleaner without the table > > Ahh, I knew that was coming. And it was easy to predict that illogical and inconvenient (what's the default rendering of and how do you

Re: [css-d] Lost in positioning masthead image

2008-05-03 Thread Michael Adams
On Sat, 03 May 2008 19:46:25 -0700 Robert Lane wrote: > Maybe I should be putting the gif in the background? > Definitely, text readers don't see background images. -- Michael All shall be well, and all shall be well, and all manner of things shall be well - Julian of Norwich 1342 - 1416 __

Re: [css-d] Abstracting CSS from HTML for Reusable UI Components

2008-05-03 Thread Michael Adams
On Sat, 03 May 2008 21:07:53 -0400 Michael B Allen wrote: > On Sat, May 3, 2008 at 8:48 PM, Michael Adams > <[EMAIL PROTECTED]> wrote: > > But the same code is much cleaner without the table > > Ahh, I knew that was coming. I've tried creating forms without tables > but I could never get the dat

Re: [css-d] Lost in positioning masthead image

2008-05-03 Thread Robert Lane
Maybe I should be putting the gif in the background? This looks sort of like what I am after: http://tinyurl.com/3ty2hs --- do you think this is the best approach and will be stable across browser? Basically I just added some padding and text alignment on the heading and tagline and put the

Re: [css-d] Lost in positioning masthead image

2008-05-03 Thread Jim Davis
Robert, Here is a demo where the image is floated left and a div containing the text is also floated left: http://www.jimdavis.org/test/chess.html Jim On Sat, May 3, 2008 at 6:54 PM, Robert Lane <[EMAIL PROTECTED]> wrote: > My example page is at: http://tinyurl.com/3r8rhu > > I seem to be a bit

[css-d] Lost in positioning masthead image

2008-05-03 Thread Robert Lane
My example page is at: http://tinyurl.com/3r8rhu I seem to be a bit rusty here and am struggling with positioning an image and some text in the mast head. I have a div named masthead. A div within that named content. In the content div I want an image (yes I hate animated gifs too!) to the le

Re: [css-d] Abstracting CSS from HTML for Reusable UI Components

2008-05-03 Thread Michael B Allen
On Sat, May 3, 2008 at 8:48 PM, Michael Adams <[EMAIL PROTECTED]> wrote: > But the same code is much cleaner without the table Ahh, I knew that was coming. I've tried creating forms without tables but I could never get the data to line up into ... well ... a table. And AFAICT your examples don't

Re: [css-d] Abstracting CSS from HTML for Reusable UI Components

2008-05-03 Thread Michael Adams
On Sun, 04 May 2008 12:48:57 +1200 Michael Adams wrote: Errata inline > On Sat, 03 May 2008 15:01:39 -0400 > Michael B Allen wrote: > > > Hi, > > > > I'm exploring the idea of using modules of code to emitting reusable > > HTML UI elements like postal addresses, login forms, linked images > > a

Re: [css-d] Abstracting CSS from HTML for Reusable UI Components

2008-05-03 Thread Michael Adams
On Sat, 03 May 2008 15:01:39 -0400 Michael B Allen wrote: > Hi, > > I'm exploring the idea of using modules of code to emitting reusable > HTML UI elements like postal addresses, login forms, linked images > and in turn more sophisticated elements such as invoices, forum posts, > etc. Because the

[css-d] mysterious jump in IE7

2008-05-03 Thread Rebecca Richter
Does anyone know why, in IE 7, the content in the page jumps down 5 - 10 pixels when you mouse over one of the menu items on the left on this page? www.greenvalleydesigns.com I would like to make it stop doing that! Thanks :) Becca __

Re: [css-d] vertical text

2008-05-03 Thread David Laakso
jeroen vannevel wrote: > I'm wondering if I can simply put text vertical with a single line of code. > > > I want to make the with info larger (vertically), so vertical text would > be better. > > Is this possible? And if not, how would you handle this? simply every time a > break after each let

[css-d] vertical text

2008-05-03 Thread jeroen vannevel
hi, I'm wondering if I can simply put text vertical with a single line of code. News: Our site has been updated! Info: This is the new design I want to make the with info larger (vertically), so vertical text would be better. Is t

[css-d] Abstracting CSS from HTML for Reusable UI Components

2008-05-03 Thread Michael B Allen
Hi, I'm exploring the idea of using modules of code to emitting reusable HTML UI elements like postal addresses, login forms, linked images and in turn more sophisticated elements such as invoices, forum posts, etc. Because these elements are supposed to be reusable I do not want to force style in

Re: [css-d] PAGE LAYOUT SHIFTS

2008-05-03 Thread David Laakso
ochieng' nelson wrote: > Here is the website: sandor.50webs.com/going-on-safari.html > The page layout shifts a bit when you click on my journey link. > Any solution to prevent the shift? > > > Explanation of short page shift and solutions for it:

[css-d] PAGE LAYOUT SHIFTS

2008-05-03 Thread ochieng' nelson
Here is the website: sandor.50webs.com/going-on-safari.html The page layout shifts a bit when you click on my journey link. The code for the pages is the same and the only difference between the pages is that this page has longer text. Any solution to prevent the shift? the css is at sandor.50web