Re: [css-d] 100% DIV height in Firefox 2.0

2007-01-18 Thread Gunlaug Sørtun
Matt Fielding wrote: > The problem I am having is that my div container in Firefox 2.0 is > not spanning the length of the window by default when using height: > 100% on the container itself, and all parent containers. > http://mattu.isa-geek.com Firefox (and other good browsers) will calculate

[css-d] Youtube object does not float with IE

2007-01-18 Thread Peter Jessop
Hello everyone. My name is Peter Jessop this my first posting to this list. I have embedded a YouTube object and floated it to the left. It works on Opera and Firefox but *not on IE*. I have reproduced Below is the code. Any help greatly appreciated. *HTML* http://www.w3.org/TR/xhtml1/DTD/xhtml1

[css-d] 100% DIV height in Firefox 2.0

2007-01-18 Thread Matt Fielding
The problem I am having is that my div container in Firefox 2.0 is not spanning the length of the window by default when using height: 100% on the container itself, and all parent containers. It works just fine in IE7, surprisingly, but firefox is giving my problems. Firefox seems to work fine when

Re: [css-d] horizontal centering in IE

2007-01-18 Thread Jehangir Larry
>David Laakso wrote on 17/01/2007: >Larry, I will reply directly to you off-list this evening or in the >morning-- straight out at the moment... >Regards, >David >-- >http://chelseacreekstudio.com/ I wish to record my deep appreciation and very grateful thanks to David for an 'out of this world

Re: [css-d] So close, but yet so far. divs disappearing in main content + faux column hidden.

2007-01-18 Thread ~davidLaakso
Christopher Blake wrote: > http://www.neilp.newwavemedia.co.uk/index2.html (and it's > attached sheet)http://www.neilp.newwavemedia.co.uk/stylefile/ > style2.css > > http://www.neilp.newwavemedia.co.uk/index3.html(and it's > attached sheet)http://www.neilp.newwavemedia.co

Re: [css-d] So close, but yet so far. divs disappearing in main content + faux column hidden.

2007-01-18 Thread Christopher Blake
Christopher Blake [EMAIL PROTECTED] 07816163420 On 19 Jan 2007, at 03:37, Christopher Blake wrote: > On 19 Jan 2007, at 02:32, Christopher Blake wrote: > >> Hello all, >> >> I have come so far, but there is still a way to go. I'd like to thank >> everyone that has helped so far, THANK YOU. >>

Re: [css-d] So close, but yet so far. divs disappearing in main content + faux column hidden.

2007-01-18 Thread Christopher Blake
On 19 Jan 2007, at 02:32, Christopher Blake wrote: > Hello all, > > I have come so far, but there is still a way to go. I'd like to thank > everyone that has helped so far, THANK YOU. > For this set of problems I will have to give a couple of urls and css. > > http://www.neilp.newwavemedia.co.uk/i

Re: [css-d] How can I style a select drop-down list in Zen Cart

2007-01-18 Thread ~davidLaakso
Rob Stevenson wrote: > Site: www.artcardshop.com/store/ > CSS: ... /includes/templates/Custom/css/stylesheet.css > > I'm trying to make the text of the Artists drop-down list on the left > look like the other text in other sideboxes on the left, such as > Categories above it. > I wouldn't know

[css-d] So close, but yet so far. divs disappearing in main content + faux column hidden.

2007-01-18 Thread Christopher Blake
Hello all, I have come so far, but there is still a way to go. I'd like to thank everyone that has helped so far, THANK YOU. For this set of problems I will have to give a couple of urls and css. http://www.neilp.newwavemedia.co.uk/index2.html (and it's attached sheet)http://www.nei

[css-d] How can I style a select drop-down list in Zen Cart

2007-01-18 Thread Rob Stevenson
Hello folk, I know, you saw Zen Cart in the title and ran screaming from the room. But I thought, as I'm posting my first question to the list, I'd make it memorable. ;-) Site: www.artcardshop.com/store/ CSS: ... /includes/templates/Custom/css/stylesheet.css I'm trying to make the text of the

Re: [css-d] Here is the link - IE7 and Horizontal scroll bar with 3col layout using neg margins

2007-01-18 Thread Gunlaug Sørtun
Dan H wrote: > http://www.momsluxurylinens.com/mlc/main4.htm Before looking for CSS related problems, the source-code has a few errors that can make any browser - especially IE - lose track... Check those 'end tags

Re: [css-d] how to hyperlink a background image?

2007-01-18 Thread Peggy Coats
Great suggestions Paul, Matt, and Brian -- thanks so much. I will play around with all and see what works best for me. It's nice to have options ;-) Peg ambientglow.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o

[css-d] Here is the link - IE7 and Horizontal scroll bar with 3col layout using neg margins

2007-01-18 Thread Dan H
Sorry http://www.momsluxurylinens.com/mlc/main4.htm view source for css Hello all, I have searched for some answers and have come up empty handed. This is a 3 column layout using negative margins. I have looked at widths and margins and padding and nothing seems to jumb out at me. Two (m

[css-d] IE7 and Horizontal scroll bar with 3col layout using neg margins

2007-01-18 Thread Dan H
Hello all, I have searched for some answers and have come up empty handed. This is a 3 column layout using negative margins. I have looked at widths and margins and padding and nothing seems to jumb out at me. Two (may be more but these are my concern at the moment)issues. 1.IE 7 Horizontal sc

Re: [css-d] mousing over an unordered list and child list item broken

2007-01-18 Thread Ben Liu
On 1/18/07, Ben Liu <[EMAIL PROTECTED]> wrote: > I'm trying to make an animated navigation menu using unordered lists > and list items. Test page here- > > http://dev.gelatincube.com/jindo/ Sorry to respond to my own post, but I found the basis of a solution to my problem here- http://www.quirksm

Re: [css-d] inline-block (was Re: s inside inline s break free of their containers)

2007-01-18 Thread Philippe Wittenbergh
On Jan 19, 2007, at 1:37 AM, Mark Lundquist wrote: >> No problem, it gets even weirder in IE aswell, they have a display >> rule >> called 'inline-block' (!?) which is nowhere in the w3c spec. > > Huh? > > http://www.w3.org/TR/CSS21/visuren.html#display-prop > > If I recall correctly... K

Re: [css-d] mousing over an unordered list and child list item broken

2007-01-18 Thread Ben Liu
> CSS: Your menu items consist of an anchor nested inside an > LI. Which element has been given the onmouseover behavior, A or > LI? Are they styled to be the same size? If this points to the > problem, I would style the anchor as a block and dimension it to > contain its contents, and let the

Re: [css-d] mousing over an unordered list and child list item broken

2007-01-18 Thread Paul Novitski
At 1/18/2007 12:44 PM, Ben Liu wrote: >http://dev.gelatincube.com/jindo/ >The problem: >When you mouse over the left-most tab "home", the tab should rise >slowly and only return to its original position when you mouse out of >the entire tab. Instead, the browser (tested on Safari, Firefox, IE6) >de

[css-d] mousing over an unordered list and child list item broken

2007-01-18 Thread Ben Liu
I'm trying to make an animated navigation menu using unordered lists and list items. Test page here- http://dev.gelatincube.com/jindo/ css here- http://dev.gelatincube.com/common/master.css (some css in-line and in head section of page, all javascript in head section of page). The problem: Whe

Re: [css-d] how to hyperlink a background image?

2007-01-18 Thread Paul Novitski
At 1/18/2007 09:39 AM, Peggy Coats wrote: >I was actually referring to the background image. I have the client >logo as a bg in the header div. What I wound up doing was putting a >transparent .gif there and linking that back to the home page. Many >people will click on a page logo to return to th

Re: [css-d] Bizarre * selector rules processing

2007-01-18 Thread Mark J. Reed
What were you thinking? I dunno - Javascript, Java, C++...? Even C supports the single-line // comment syntax these days. . So expecting CSS to support it is hardly idiotic. Just wrong. :) On 1/18/07, Barney Carroll <[EMAIL PROTECTED]> wrote: > Martin Heiden wrote: > > What happens when you us

Re: [css-d] how to hyperlink a background image?

2007-01-18 Thread Peggy Coats
Thanks for that technique, Matt -- that's a new one for me and very interesting. I was actually referring to the background image. I have the client logo as a bg in the header div. What I wound up doing was putting a transparent .gif there and linking that back to the home page. Many people will

Re: [css-d] s inside inline s break free of their containers

2007-01-18 Thread Rob O'Rourke
Jens Brueckmann wrote: > Hi Rob, > > >> No problem, it gets even weirder in IE aswell, they have a display rule >> called 'inline-block' (!?) which is nowhere in the w3c spec. >> > > I would like to draw your attention to the following: > http://www.w3.org/TR/CSS21/visuren.html#value-def-in

Re: [css-d] how to hyperlink a background image?

2007-01-18 Thread Matt Dawson
I think everyone might be misunderstanding her question. She may just be referring to image replacement, which is a perfectly valid technique used all over the place: http://www.mezzoblue.com/tests/revised-image-replacement/ matt > i don't think you should do this. Users expect links to be ind

Re: [css-d] s inside inline s break free of their containers

2007-01-18 Thread Jens Brueckmann
Hi Rob, > No problem, it gets even weirder in IE aswell, they have a display rule > called 'inline-block' (!?) which is nowhere in the w3c spec. I would like to draw your attention to the following: http://www.w3.org/TR/CSS21/visuren.html#value-def-inline-block Cheers, jens -- Jens Brueckmann

[css-d] inline-block (was Re: s inside inline s break free of their containers)

2007-01-18 Thread Mark Lundquist
On Jan 18, 2007, at 8:23 AM, Rob O'Rourke wrote: > No problem, it gets even weirder in IE aswell, they have a display rule > called 'inline-block' (!?) which is nowhere in the w3c spec. Huh? http://www.w3.org/TR/CSS21/visuren.html#display-prop If I recall correctly... KHTML & IE get it

Re: [css-d] s inside inline s break free of their containers

2007-01-18 Thread Rob O'Rourke
Barney Carroll wrote: > Rob O'Rourke wrote: >> If they're inline they won't do, the vertical padding doesn't affect >> the line-height which is what you're seeking to extend here. >> >> Have a read of this: >> http://meyerweb.com/eric/css/inline-format.html >> >> A lot to get your head round but i

Re: [css-d] s inside inline s break free of their containers

2007-01-18 Thread Jens Brueckmann
Hi Barney, > I have this tree: > > > > > > > Hi > > > > > please keep in mind that the CODE element is an inline element which should not contain other block elements like DIV, UL, LI. Cheers, jens -- Jens Brueckmann http://www.yalf.de

Re: [css-d] s inside inline s break free of their containers

2007-01-18 Thread Matt Dawson
> Everything is unstyled apart from li{display:inline} and the , which > has strong padding - but the y-padding extends beyond the ancestral > elements. It would help to have some context regarding what you're trying to accomplish. It would make sense that padding on your anchor elements would ex

Re: [css-d] s inside inline s break free of their containers

2007-01-18 Thread Rob O'Rourke
Barney Carroll wrote: > I remember somebody suffering from this in the last 2 months but forgot > the solution and couldn't turn up the thread. > > I have this tree: > > > > > > > Hi > > > > > > > Everything is unstyled apart from li{display:inline} and the , which > has str

[css-d] s inside inline s break free of their containers

2007-01-18 Thread Barney Carroll
I remember somebody suffering from this in the last 2 months but forgot the solution and couldn't turn up the thread. I have this tree: Hi Everything is unstyled apart from li{display:inline} and the , which has strong padding - but the y-padding extends beyond the ance

Re: [css-d] Problem with images and floats

2007-01-18 Thread Matt Dawson
I should also point out that your namespace was correct for XHTML 1.0Transitional - just not the XHTML 1.1 that you're using in this document. Matt __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] [SOLVED] Bizarre * selector rules processing

2007-01-18 Thread Barney Carroll
Martin Heiden wrote: > What happens when you use css comments: That's a brilliant idea. Only an idiot would fail to use it. '//' - what was I thinking? Regards, Barney __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

Re: [css-d] Bizarre * selector rules processing

2007-01-18 Thread Martin Heiden
Barney, on Thursday, January 18, 2007 at 15:42 Barney Carroll wrote: > Weird behaviour on my hands. I have the following CSS: > > // DITAbase site stylesheets > // > // universal.css - Universal visual information > *{margin:0; padding:0;} > body{font-size: 76%;} > > This is in FF. Any i

Re: [css-d] Problem with images and floats

2007-01-18 Thread Matt Dawson
This is a total shot in the dark, but it sounds a whole bunch like you're triggering quirks mode in IE. (Those sound like standard IE5 behaviors - and while I'm not sure that's exactly how many IE5 behaviors are triggered by quirks mode, I know some of them are.) On looking at your namespace defin

[css-d] Bizarre * selector rules processing

2007-01-18 Thread Barney Carroll
Weird behaviour on my hands. I have the following CSS: // DITAbase site stylesheets // // universal.css - Universal visual information *{margin:0; padding:0;} body{font-size: 76%;} And the * rule doesn't work. If I re-arrange the sequence to have the body rule come first, then it does work

Re: [css-d] Problem with images and floats

2007-01-18 Thread Nick Mavros
Drew Trusz wrote: > Why is the p fixed at 160px? If you remove that you can center without > a problem. The text will adjust to the width set by the image in FF2, > Opera 9 and IE6 (don't have 7 on this machine). > > drew Yes it works in all those browsers and in IE7 but... The is fixed at 160px

Re: [css-d] Inline list items lose their markers

2007-01-18 Thread Jorge Rumoroso
> > >Hi. I want an ordered list to display inline, but when I set to > >display:inline; the marker vanishes - meaning that the numbered list > appears > >to have no numbers. Any ideas? > There is an aritcle about this problem and three solutions: http://www.niquelao.net/css/2006/11/03/pero-sera-l

Re: [css-d] Problem with images and floats with example

2007-01-18 Thread Nick Mavros
~davidLaakso wrote: > _*Set the width rather than the height of the image that you float*_. And > since the images are different widths, create a ruleset for each image. > Something like this: > css > div#container { width: 580px;border: 1px solid #000;float: left;padding: > 10px; } > div.im

Re: [css-d] Problem with images and floats with example

2007-01-18 Thread ~davidLaakso
Nick Mavros wrote: > Take a look at this http://www.zefxis.gr/files/example.html > I want the 3 images to "float: left". In FF they do. > In IE6 & IE7 they don't. > Nick If I understand the problem correctly: Set the width rather than the height of the image that you float. And since the images

[css-d] Inline list items lose their markers

2007-01-18 Thread Michael Grimes
Hi. I want an ordered list to display inline, but when I set to display:inline; the marker vanishes - meaning that the numbered list appears to have no numbers. Any ideas? Thanks, Michael <[EMAIL PROTECTED]> __ css-discuss [EMAIL

Re: [css-d] 2 problems in IE...

2007-01-18 Thread Gunlaug Sørtun
>>Problem #2: Better make that... #main-outer {height: 1%;} ...so no borders get lost in IE6. Georg -- http://www.gunlaug.no __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 inform

Re: [css-d] 2 problems in IE...

2007-01-18 Thread Gunlaug Sørtun
Mark Lundquist wrote: > Problem #1: Try adding... * html #titlebar-content {margin-bottom: -20px; position: relative;} ...which will prevent 'auto-expansion' and make IE6 mimic 'overflow: visible'. > Problem #2: Add a 'hasLayout' trigger... #main-inner {height: 1%;} ...to "stiffen up" that c

Re: [css-d] Problem with images and floats with example

2007-01-18 Thread Nick Mavros
Take a look at this http://www.zefxis.gr/files/example.html I want the 3 images to "float: left". In FF they do. In IE6 & IE7 they don't. See for yourself. It's like the that contains them has a 100% width. The rules that causes the problem are: "margin: 0 auto;" that i have placed for the "mar