[css-d] css problem with boxes

2005-06-12 Thread Ulrich Wiederhold
Hello, I have a test case at: http://www.icculus.org/~fzzgrr/irlandtest.html I would like the navi_links box (navigation box) beside the mainfoto box. The yellow box (main) shall be as height as the heightest box inside (navi_links or mainfoto). Can you help me? Thanks. Uli _

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Gunlaug Sørtun
Jeff Ferrell wrote: ... The text in the columns is variable, but I'd like the pictures to align vertically with each other, i.e. their tops should both begin at the same point in their respective columns. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pha

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Jono Young
On Jun 11, 2005, at 10:55 PM, Roger Roelofs wrote: I've messed with absolutely positioning the images within their columns, but that makes wrapping text around them a problem. Is there a way to accomplish this, or should I just settle for their being a little off, depending on the length of

[css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Uwe Kaiser
Hi list, An italic styled h1 element is destroying the layout on: In order to reproduce the effect, you need to decrease the viewport until the width is near the small range of pixels before the line of h1 element will break. That the italics are

Re: [css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Gunlaug Sørtun
Uwe Kaiser wrote: An italic styled h1 element is destroying the layout on: In order to reproduce the effect, you need to decrease the viewport until the width is near the small range of pixels before the line of h1 element will break. Does i

RE: [css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Bruno Fassino
Uwe Kaiser wrote: > An italic styled h1 element is destroying the layout on: > > > In order to reproduce the effect, you need to decrease the viewport > until the width is near the small range of pixels before the line of > h1 element will break. Hi

RE: [css-d] Need guru for positioning issue >> little man

2005-06-12 Thread Sebastian Schimpf
Davi wrotes: > I like your little man, man. > > Regards, > Davi Thanks! That's me! It was a non-profit project (3 years ago) and I liked to bring in some personal fun. Best wishes, Sebastian __

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Ingo Chao
Yono noted that I might try the technique described in the ALA article - "Cross-Column Pull-Outs" http://www.alistapart.com/articles/crosscolumn/ by Daniel M. Frommelt. Thanks for the tip, the method worked here as well http://www.satzansatz.de/cssd/tmp/floatspacer.html (em based, splitted bg-

Re: [css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Uwe Kaiser
Gunlaug Sørtun schrieb: Uwe Kaiser wrote: Does it means, there is no satifying solutionat all? Of course there is a solution to the italic bug... I "kill" it all the time. Paste this into your page, and see if it's close enough for your taste. (only tested in IE6, Opera 8 & Firefox 1.0}

Re: [css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Uwe Kaiser
Bruno Fassino schrieb: Uwe Kaiser wrote: An italic styled h1 element is destroying the layout on: In order to reproduce the effect, you need to decrease the viewport until the width is near the small range of pixels before the line of h1 element

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Jeff Ferrell
On Jun 12, 2005, at 7:44 AM, Jono Young wrote: I am not sure if this would do the trick, but have you tried: img.calendar { float: right; margin: 5px; position: relative; top: 6.25em; /* 100 pixels from top of column, adjust to your needs */ } If I'm doing that right,

Re: [css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Al Sparber
Here is another solution you can employ: I prefer this because, generally speaking, italicised text looks really bad on computer screens. But it's just an option - and one I haven't seen presented here yet. Al Sparber PVII http://www.projectseven.com "Designing with CSS is sometimes like

[css-d] In need of some general allaround help :)

2005-06-12 Thread Klear
Firstly I would like to introduce myself, my name is Eric Sopp and I was referred to this resource by the folks over at Dzinelabs.com Now onto my project. I currently revamping my entire website into CSS and throwing away the tables (ya) but this comes with new problems that I don't quite unde

RE: [css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Bruno Fassino
Uwe Kaiser wrote: > For MSIE 5.01 I need the negative margin regarding h1 and > still the ".contents {_height: 0;}" suggested by Georg. I think that for IE5.01 you can use a width and overflow:hidden, but this is not better than the negative margin solution. Anyway, it's nice to have alternatives

RE: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Bruno Fassino
Ingo Chao wrote: > Yono noted that I might try the technique described in the > ALA article - "Cross-Column Pull-Outs" > http://www.alistapart.com/articles/crosscolumn/ > by Daniel M. Frommelt. > > Thanks for the tip, the method worked here as well > > http://www.satzansatz.de/cssd/tmp/floatspacer

Re: [css-d] In need of some general allaround help :)

2005-06-12 Thread Ingo Chao
Klear schrieb: Firstly I would like to introduce myself, my name is Eric Sopp and I was referred to this resource by the folks over at Dzinelabs.com Welcome Klear. http://www.insidedesign.info/newCSS/test.html ...The problem that I am currently struggling with, is formatting with IE. For

Re: [css-d] In need of some general allaround help :)

2005-06-12 Thread Ingo Chao
Klear schrieb: Firstly I would like to introduce myself, my name is Eric Sopp and I was referred to this resource by the folks over at Dzinelabs.com Sorry. Welcome Eric! :) Ingo __ css-discuss [EMAIL PROTECTED] http://www.css-

[css-d] Menulinks disappearing in IE 6.0

2005-06-12 Thread Niels M. Frederiksen
Hi there I thought I'd just finished this site, when I checked it again in IE6.0. o do I hate IE Sometimes when I click a new menulink, the menulinks disappear, and won't appear until their hover state is activated. http://www.krokohunter.dk/test/ Any idea, what the problem can b

Re: [css-d] In need of some general allaround help :)

2005-06-12 Thread David Laakso
On Sun, 12 Jun 2005 12:50:34 -0400, Klear <[EMAIL PROTECTED]> wrote: My Test Layout Page: http://www.insidedesign.info/newCSS/test.html> My Test CSS Page: http://www.insidedesign.info/newCSS/media-design.css ... Also, I am always about efficiency. What are some things I could do to enhance the

Re: [css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Gunlaug Sørtun
Uwe Kaiser wrote: But it don't solves the problem of Opera 8.01,that it seems to have, if the zoom factor is 100%. Looks like a new variant of an old background-positioning bug in Opera. Changing from keywords into full x/y percentage *seems* to fix it. Like so: .outer { margin: 0 12% 2em

Re: [css-d] A question about the best practice to name css styles - classes and IDs

2005-06-12 Thread David Dorward
On 6/11/05, David Hucklesby <[EMAIL PROTECTED]> wrote: > I believe that all four are correct. Personally, I do not use underscores > as some (older?) browsers may not accept them. Netscape 4.x IIRC ... but I don't serve CSS to that browser in the first place, so its not a worry of mine. (If you do

[css-d] Column Stretching Problem

2005-06-12 Thread Matthew Ohlman
Hey List, I have put together a little web blog with a two colom layout. However, I am having problems getting the right DIV to stretch to fit the length of the left one. I tried using Faux Coloumns as detailed in Dan Cederholm's A List Apart. (http://www.alistapart.com/articles/fauxcolumn

Re: [css-d] Column Stretching Problem

2005-06-12 Thread David Laakso
On Sun, 12 Jun 2005 21:03:53 -0400, Matthew Ohlman <[EMAIL PROTECTED]> wrote: I have put together a little web blog with a two colom layout. However, I am having problems getting the right DIV to stretch to fit the length of the left one. You can see my problem here: http://www.ohlman.com/b

[css-d] 9 am deadline -- help please!

2005-06-12 Thread Steve Hall
Evening All, Well, I've got my work cut out for me, even without all these CSS nightmares. If anyone can help a noob out, I'd be forever indebted to you. Issues: 1. http://greatbigbrain.com/tu/ "Brand Manual Guidelines" alignment issue -- discrepancy between IE/Firefox. 2. http://greatbigbr

Re: [css-d] Column Stretching Problem

2005-06-12 Thread David Laakso
See also: Creating liquid faux columns: ~dL On Sun, 12 Jun 2005 21:03:53 -0400, Matthew Ohlman <[EMAIL PROTECTED]> wrote: I have put together a little web blog with a two colom layout. However, I am having problems getting the right DI

Re: [css-d] Column Stretching Problem

2005-06-12 Thread Prabhath Sirisena
> I have put together a little web blog with a two colom layout. However, > I am having problems getting the right DIV to stretch to fit the length > of the left one. I tried using Faux Coloumns as detailed in Dan > Cederholm's A List Apart. You can apply a background image to repeat-y on div#co

Re: [css-d] Column Stretching Problem(#3)

2005-06-12 Thread David Laakso
I'm having a little difficulty getting my act together tonight. Easier, and perhaps more stable is the 2-col layout on this page . With the addition on min-max width, this layout will yield a fixed width right faux col; and the layout will

[css-d] question about validation/xhtml problems

2005-06-12 Thread Paul Seale
http://validator.w3.org/check?uri=www.mccahongroup.com What am I missing? Some of the stuff with javascript I find fascinating - but the P elements being "undefined" makes no sense to me. Thanks in advance. Paul Seale __ css-d

[css-d] 2-col differences between IE6 & Mozilla

2005-06-12 Thread Aziz McTang
Hi list, I'm setting up a blog with Blogger, and the layout is collapsing around my ears. I suspect it has something to do with this: div#mainClm { float:left; width:63%; padding:20px 7% 0px 24%; [originally padding:20px 7% 0px 0%;] background:#ff;

Re: [css-d] question about validation/xhtml problems

2005-06-12 Thread david
Paul Seale wrote: http://validator.w3.org/check?uri=www.mccahongroup.com What am I missing? Some of the stuff with javascript I find fascinating - but the P elements being "undefined" makes no sense to me. Hmm, aren't all tags in XHTML supposed to be lowercase? Maybe that's what it's complain

Re: [css-d] question about validation/xhtml problems

2005-06-12 Thread Prabhath Sirisena
> What am I missing? Some of the stuff with javascript I find fascinating - > but the P elements being "undefined" makes no sense to me. You are using XHTML, so you have to specify elements and attributes in lowercase. You'll have to replace the UL and P elements with ul and p. XHTML Spec: http:/

Re: [css-d] question about validation/xhtml problems

2005-06-12 Thread Richard Grevers
On 6/13/05, Paul Seale <[EMAIL PROTECTED]> wrote: > http://validator.w3.org/check?uri=www.mccahongroup.com > > What am I missing? Some of the stuff with javascript I find fascinating - > but the P elements being "undefined" makes no sense to me. XHTML plays by XML rules element and attribute name

[css-d] Float breaks padding and border in Firefox

2005-06-12 Thread Brendan Grossman
Hi List This is displaying how I want it to in IE, but not in Firefox. Basically I have two floats side-by-side, one floated left, the other right, inside a container with borders and padding. In IE, it displays how I want it to, but in Firefox, the container's style isn't being taken into effect.

Re: [css-d] Float breaks padding and border in Firefox

2005-06-12 Thread Kelly Miller
According to CSS2, if a container contains only floats, it should collapse to have 0 height. Try putting a third after the floats, and giving it the rule clear: both. -- http://www.mozilla.org/products/firefox/ - Get Firefox! http://www.mozilla.org/products/thunderbird/ - Reclaim Your Inbox!

Re: [css-d] Float breaks padding and border in Firefox

2005-06-12 Thread Brendan Grossman
On Sun, 12 Jun 2005 23:58:56 -0400, "Kelly Miller" <[EMAIL PROTECTED]> said: > According to CSS2, if a container contains only floats, it should > collapse to have 0 height. Try putting a third after the floats, > and giving it the rule clear: both. Sweet, that fixed it. Thanks a lot! ___

Re: [css-d] 9 am deadline -- help please!

2005-06-12 Thread Holly Bergevin
Making assumptions... From: Steve Hall <[EMAIL PROTECTED]> >1. http://greatbigbrain.com/tu/ >"Brand Manual Guidelines" alignment issue -- discrepancy between >IE/Firefox. #navbar2 { margin: 0; border: 0; padding: 0; margin-left: -177px; /* change value */ position: relative; _height:

Re: [css-d] Float breaks padding and border in Firefox

2005-06-12 Thread Prabhath Sirisena
> Sweet, that fixed it. Thanks a lot! Yes, having an extraneous div to clear floats does work. There's an even better way to do with clean markup: http://www.positioniseverything.net/easyclearing.html Prabhath http://nidahas.com __

[css-d] Can't get correct right margin in IE6 with percentage width

2005-06-12 Thread Maren Child
I can't get the proper right margin on the content div in IE6 - I've tried all kinds of things and have read the box model stuff but am still struggling to figure out what's wrong. I put it in a 'container' div with 100% width, as I want an elastic width. The css and html validate. Here is the

Re: [css-d] Can't get correct right margin in IE6 with percentage width

2005-06-12 Thread David Laakso
On Mon, 13 Jun 2005 00:37:04 -0400, Maren Child <[EMAIL PROTECTED]> wrote: I can't get the proper right margin on the content div in IE6 - I've tried all kinds of things and have read the box model stuff but am still struggling to figure out what's wrong. I put it in a 'container' div with