Re: [css-d] Expanding container div w/url

2008-01-20 Thread Philippe Wittenbergh
On Jan 21, 2008, at 3:08 PM, Kim Brooks Wei wrote: >> What do you mean ? >> The div is explicitly set to be 100% wide (that is, as wide as the >> parent block element, in this case ). It does that, correctly. > > Philippe, the div expands to the body width whether I set the width > to 100% or n

Re: [css-d] Expanding container div w/url

2008-01-20 Thread Kim Brooks Wei
At 12:19 PM +0900 1/21/08, Philippe Wittenbergh wrote: > > http://thewei.com/china/zodiac.php > >What do you mean ? >The div is explicitly set to be 100% wide (that is, as wide as the >parent block element, in this case ). It does that, correctly. Philippe, the div expands to the body width wheth

[css-d] Site check please :Arun Dixit:

2008-01-20 Thread Jehangir Larry
Re: www.arundixit.com Firefox displays as intended. IE6 and IE7 do not display header background. Additionally, IE6 does not center content.s of #inner. Appreciate advice/ suggestions for above. Also, a general site check please. Thanks. -- Best, JL Jehangir Larry _

Re: [css-d] Two-column fluid layout

2008-01-20 Thread Gunlaug Sørtun
Murphy, Kristen Anne wrote: > I'm trying to create a two-column, fluid layout using the method > described in this article: > http://www.alistapart.com/articles/multicolumnlayouts/ (In short, the > method involves creating the illusion of equal-height columns by > making a div with a wide left

Re: [css-d] Problem with overlapping divs

2008-01-20 Thread Gunlaug Sørtun
Anne Pennington wrote: > Dear all > > I have strayed away from my tried and trusted layout to something new > and am having a problem with overlapping. > > If some kind sole could have a look at: > > http://www.digitalplot.co.uk/cutandthrust/ > > I would very much appreciate it. > > As there

Re: [css-d] Expanding container div w/url

2008-01-20 Thread Philippe Wittenbergh
On Jan 21, 2008, at 10:31 AM, Kim Brooks Wei wrote: > I thought my container div [#artbody] would expand only to fit the > content occupying it, but it expands to fill a much larger area. What > can I do to make it function as I want it to? > > http://thewei.com/china/zodiac.php What do you mean

[css-d] Expanding container div w/url

2008-01-20 Thread Kim Brooks Wei
I thought my container div [#artbody] would expand only to fit the content occupying it, but it expands to fill a much larger area. What can I do to make it function as I want it to? http://thewei.com/china/zodiac.php -- Kim Brooks Wei 201.475.1854 http:/

[css-d] Expanding container div

2008-01-20 Thread Kim Brooks Wei
I thought my container div [#artbody] would expand only to fit the content occupying it, but it expands to fill a much larger area. What can I do to make it function as I want it to? -- Kim Brooks Wei 201.475.1854 http://thewei.com ___

Re: [css-d] beginner's issues with spacing

2008-01-20 Thread David Laakso
Stuart Walsh wrote: > I've got a homepage with a header which is a jpg. I'm using HTML Kit to > write the code and in that, and in IE there is no space above and below > the header jpg. But in Firefox and Opera there is space above and below. > I'm doing something wrong but I can't think what it

Re: [css-d] beginner's issues with spacing

2008-01-20 Thread Valerie Wininger
Try adding a universal selector at the beginning of your css to zero out all margins and paddings across browsers. Different browsers have different default margins and padding, so this is a good way to clear your slate at the beginning. Try something like * {margin:0; padding:0;}. Valerie On J

[css-d] beginner's issues with spacing

2008-01-20 Thread Stuart Walsh
I've got a homepage with a header which is a jpg. I'm using HTML Kit to write the code and in that, and in IE there is no space above and below the header jpg. But in Firefox and Opera there is space above and below. I'm doing something wrong but I can't think what it is. Also the bottom jpg wh

Re: [css-d] BG Image doesn't sit correctly in my div when I have a forminside (Firefox problem)

2008-01-20 Thread Kepler Gelotte
> This seems to work ok in safari but doesn;t work in Firefox, can > someone help please.. Firefox is setting the background image at the bottom of the content div. You need to change your definition for the fieldset.submit to use padding instead of margin in feedback_contact.css: fieldset.sub

[css-d] BG Image doesn't sit correctly in my div when I have a form inside (Firefox problem)

2008-01-20 Thread Rob freeman
hello everyone, I have a contact page which has a basic form. At the moment I have each page with a content div with a background image at the bottom. All looks fine on the other pages. But when I use the form elements on the content page within the contents div the background seems to sit at the

Re: [css-d] vertical-align property examples/info

2008-01-20 Thread Ernie Finlay
Hi Bob,have a look at http://www.ibloomstudios.com/articles/vertical-align_misuse/ Ernie :) > From: [EMAIL PROTECTED]> To: css-d@lists.css-discuss.org> Date: Sun, 20 Jan > 2008 10:16:36 -0500> Subject: [css-d] vertical-align property examples/info> > > Hi all,> > Can anyone point me to goo

[css-d] IE 7 zoom checkbox overlap

2008-01-20 Thread j s
Hello, I've been trying to find a solution, to make the checkbox not overlap the text in IE7 if a user Zooms In. Anyone have any suggestions? http://inkpixelspaper.com/clients/rbmstaticsite/ Many thanks, Jen jenstrickland.com 617.492.2966 [EMAIL PROTECTED]

[css-d] vertical-align property examples/info

2008-01-20 Thread Rob Emenecker
Hi all, Can anyone point me to good sources of info and simply examples for uses of the "vertical-align" property other than TD elements? I've looked at the CCS 2.1 spec at http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align, but don't quite understand what is considered a " inline-

[css-d] Problem with overlapping divs

2008-01-20 Thread Anne Pennington
Dear all I have strayed away from my tried and trusted layout to something new and am having a problem with overlapping. If some kind sole could have a look at: http://www.digitalplot.co.uk/cutandthrust/ I would very much appreciate it. As there are only two menu items I wanted to keep them

[css-d] Two-column fluid layout

2008-01-20 Thread Murphy, Kristen Anne
Greetings, all, I'm trying to create a two-column, fluid layout using the method described in this article: http://www.alistapart.com/articles/multicolumnlayouts/ (In short, the method involves creating the illusion of equal-height columns by making a div with a wide left border and then floati