[css-d] Internet Explorer 6 default style sheet

2007-01-22 Thread Gabriele Romanato
http://gabrieleromanato.altervista.org/css-test/internet-explorer-6-default-style-sheet/index.html I have an hypothetical mind. :-) help me to make it better. thanks in advance. ps. is that hybris? G. -- http://gabrieleromanato.altervista.org/ http://www.css-zibaldone.com/ I'd rather be dead

Re: [css-d] thumbnail gallery with captions

2007-01-22 Thread Vicki Stebbins
At 11:23 AM 23/01/2007, David Sharp wrote: >I have a bunch of image thumbnails - all the images are the same size, >but some are portrait, some are landscape. > >I currently have them displayed inline, text-align : center; >vertical-align : middle; so they fill each row from the center of the >scr

[css-d] CSS three column layout not behaving correctly

2007-01-22 Thread Artcoder
Take a look at http://blissfulwebdesign.com/temp/debug.html The dotted column dividers and the left and right borders is one background image repeated in y direction. You can do a view-source to look at the code. But the relevant section of HTML ar

Re: [css-d] Div sizing problem

2007-01-22 Thread Vicki Stebbins
At 02:07 PM 23/01/2007, Gunlaug Sørtun wrote: >Vicki Stebbins wrote: >>The problem is that the first div sizes itself to the length of the >>navigation, which will dynamically be built by the client so may end up >>longer than you would want the first product div to be. > >>http://www.schygiene.c

Re: [css-d] Div sizing problem

2007-01-22 Thread Gunlaug Sørtun
Vicki Stebbins wrote: > The problem is that the first div sizes itself to the length of the > navigation, which will dynamically be built by the client so may end > up longer than you would want the first product div to be. > http://www.schygiene.com.au/shopping.php?cat=8 Would the addition of.

Re: [css-d] Totally stumped on an IE 6 bug...HELP!

2007-01-22 Thread Matt Dawson
Thanks, Gunlaug. That worked great! The only problem remaining seems to be that, according to what browsershots.org is showing me, IE 5.0 reads height:1% and collapses the container around its contents. Do you know if there's a separate solution for that browser? (It's not a deal breaker, as IE5.0

Re: [css-d] Pixel rounding problem??

2007-01-22 Thread Gunlaug Sørtun
John Wells wrote: > I seem to have a pixel rounding problem with IE6 and below. The ID's > 'sidebar' and 'navigation' seem to be out by 1 pixel! Could anyone > suggest a reason why before i lose any more hair to stress!? > http://www.johnywells.co.uk/blackbaud.html You're gambling on that one b

[css-d] Div sizing problem

2007-01-22 Thread Vicki Stebbins
Hi all, We've almost completed this website (redesign) and I've got a problem with a div in a shopping page. I've got the navigation floating and then small divs with classes within a main div (#ufwus) to display product. The problem is that the first div sizes itself to the length of the nav

Re: [css-d] thumbnail gallery with captions

2007-01-22 Thread Grant, Melinda
Trish said: > I do pics and captions for an art gallery, but each image is > in its own floated div - as in > http://www.vivagallery.org/exhibits/SCORE_2006/index.html Unfortunately, current browsers aren't nice to floats when it comes to page breaks, so this technique often leads to images se

Re: [css-d] css compatible question

2007-01-22 Thread Gunlaug Sørtun
phillip vaughan wrote: > i am new to web design and have been tormenting for hours over > whether to use css layers or tables. i like to create my pages for > 100% height or 100% width(depending on the design). One serious question here: 100% of what? Browser-windows are not constants, and the w

Re: [css-d] thumbnail gallery with captions

2007-01-22 Thread Gunlaug Sørtun
David Sharp wrote: > Is there no way to do this inline, or conversely simulate a kind of > {float : center}? With CSS, yes. The css2/2.1 property 'display: inline-table' works perfectly for cases like yours. The problem is that so far I have only seen support for that property in Opera - since v

Re: [css-d] thumbnail gallery with captions

2007-01-22 Thread david
David Sharp wrote: > Trish Meyer wrote: >> At 10:53 AM +1030 1/23/07, David Sharp wrote: >> >>> I have a bunch of image thumbnails - all the images are the same size, >>> but some are portrait, some are landscape. >>> >>> I currently have them displayed inline, text-align : center; >>> vertical-

Re: [css-d] 100% height question

2007-01-22 Thread Ricky Zhou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy Harrison wrote: > For the sticky footer, assuming it's actually possible, I'd think you'd want > to put everything in a wrapper div with min-height 100% (or a > table). I've mulled this over myself a few times but haven't actually > played with

Re: [css-d] thumbnail gallery with captions

2007-01-22 Thread David Sharp
Trish Meyer wrote: > At 10:53 AM +1030 1/23/07, David Sharp wrote: > >> I have a bunch of image thumbnails - all the images are the same size, >> but some are portrait, some are landscape. >> >> I currently have them displayed inline, text-align : center; >> vertical-align : middle; so they fill

Re: [css-d] Need help with IE position problem

2007-01-22 Thread Wayne Babineau
> > Hi gurus, > > I've been stuck (again) doing a "small" addition to an old > web site that was designed in an older version of GoLive, and > is definitely not CSS based. The old version of GL always > creates table-style pages. I am not getting paid to do > anything but change an old page w

Re: [css-d] 100% height question

2007-01-22 Thread Andy Harrison
http://css-discuss.incutio.com/?page=AnyColumnLongest has a good list of related links; maybe it'll help. The padding/margin hack's not really all that bad, but it does annoy me knowing it won't work if you have an unreasonably enormous column (or just some anchors for that matter). ;-) For the s

Re: [css-d] image bullets have disappeared in compliant browsers

2007-01-22 Thread Philippe Wittenbergh
On Jan 23, 2007, at 8:53 AM, Mandy Covington wrote: > I would be grateful for help once again - my image bullets (on my > menu list) have disappeared on compliant browsers. I would be very > grateful if someone could please help me to understand why this is > so that I can fix it. > > www.h

Re: [css-d] thumbnail gallery with captions

2007-01-22 Thread Trish Meyer
At 10:53 AM +1030 1/23/07, David Sharp wrote: >I have a bunch of image thumbnails - all the images are the same size, >but some are portrait, some are landscape. > >I currently have them displayed inline, text-align : center; >vertical-align : middle; so they fill each row from the center of the >s

[css-d] thumbnail gallery with captions

2007-01-22 Thread David Sharp
Hi all, This is a question that I have seen come up in the past, but didn't really pay attention to the answer - now I would love a nudge in the right direction. Couldn't find an answer in the WIKI. I have a bunch of image thumbnails - all the images are the same size, but some are portrait, s

Re: [css-d] Need help with IE position problem

2007-01-22 Thread david
Dave Pierce wrote: > I may be putting the conditional comment into the wrong place in the > code, as I've not found any source that actually says "put it here...". > > Here's the URL: http://www.thenottingham.org/pages/aging_gracefully.html Hmmm, I don't see any conditional comments in that fi

Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-22 Thread Andy Harrison
Okay, well here's an option using only CSS; the popup should only show when the mouse is over the link/image (or over the popup itself when it's displayed), but you can still click the link like normal without CSS: popup content a.pop { position:relative; } a.pop:hover { background-posi

[css-d] image bullets have disappeared in compliant browsers

2007-01-22 Thread Mandy Covington
Hi, I would be grateful for help once again - my image bullets (on my menu list) have disappeared on compliant browsers. I would be very grateful if someone could please help me to understand why this is so that I can fix it. www.hypertextproductions.co.uk/cchome.html Gosh, I am a relative beg

[css-d] Need help with IE position problem

2007-01-22 Thread Dave Pierce
Hi gurus, I've been stuck (again) doing a "small" addition to an old web site that was designed in an older version of GoLive, and is definitely not CSS based. The old version of GL always creates table-style pages. I am not getting paid to do anything but change an old page with a new tex

Re: [css-d] Totally stumped on an IE 6 bug...HELP!

2007-01-22 Thread Gunlaug Sørtun
Matt Dawson wrote: > www.thenestedfloat.com/examples/prism/index.html You're running into IE6' 'auto-expansion' bug - IE6 doesn't respect declared dimensions on containing-elements if content is too big. A couple of elements are pushing their containers - they are too wide, and IE has problems

Re: [css-d] Image cut-off by IE7...URL

2007-01-22 Thread ~davidLaakso
~davidLaakso wrote: > Rick Fulmer wrote: >> Sorry, I neglected to include a link to the page I was referring to >> in my >> previous message: >> >> http://www.finchworld.gvlonline.com/species/zebrafinch.html >> >> > Rick, I think ie, among other things, is not recovering from some of > the ma

Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-22 Thread Jon Hughes
Could you give a bit more detail? What "activates"? Andy Well, I can give you an example. If you have any experience with flash buttons, it's like the "hit" frame on the button. When I set a width and height for the "popup" it uses that as the area of affect when I mouse-over it, or i

Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-22 Thread KJ'[EMAIL PROTECTED]
This works very well http://tjkdesign.com/articles/popup_window_with_no_extra_markup.asp Jon Hughes skrev: > I would prefer to keep this CSS only, but I'm not sure I can. > > Basically, I have this page: > http://goonsquad.org/hosting > > The little "help" buttons bring you to a new page (in a ne

Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-22 Thread Andy Harrison
On 1/22/07, Jon Hughes <[EMAIL PROTECTED]> wrote: > > What I need, is an floating popup on hover, basically, but every time I > try > to do it in just CSS, it activates when I go near it Could you give a bit more detail? What "activates"? Andy ___

Re: [css-d] Image cut-off by IE7 - resolved

2007-01-22 Thread Eric A. Meyer
At 4:26 PM -0500 1/22/07, Rick Fulmer wrote: >The concern I raised about my images being cut-off in IE7 has be resolved. Was the problem CSS-related, or something else? If it was CSS related, what was the problem? Inquiring minds want to know! -- Eric A. Meyer (http://meyerweb.com/eric/)

[css-d] Image cut-off by IE7 - resolved

2007-01-22 Thread Rick Fulmer
The concern I raised about my images being cut-off in IE7 has be resolved. Thank you, Rick Fulmer __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com

[css-d] 100% height question

2007-01-22 Thread Shelly
I've been trying to figure something out for a while now, and wouldn't you know it, it's *just* dawned on me that I can pick your all's brains. (Yeah, duh me!) This is just something I'm trying to do for the sake of doing it - just to see if I *can* - it's not part of any actual design or anyt

[css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-22 Thread Jon Hughes
I would prefer to keep this CSS only, but I'm not sure I can. Basically, I have this page: http://goonsquad.org/hosting The little "help" buttons bring you to a new page (in a new window/tab) with that question focused (via an anchor) ... I don't like that. I personally hate when sites open new

[css-d] Pixel rounding problem??

2007-01-22 Thread John Wells
Hi, I seem to have a pixel rounding problem with IE6 and below. The ID's 'sidebar' and 'navigation' seem to be out by 1 pixel! Could anyone suggest a reason why before i lose any more hair to stress!? http://www.johnywells.co.uk/blackbaud.html Many Thanks Johny _

[css-d] css compatible question

2007-01-22 Thread phillip vaughan
hello, i am new to web design and have been tormenting for hours over whether to use css layers or tables. i like to create my pages for 100% height or 100% width(depending on the design). in order to do this i create a container table or layer. i would rather use layers becasue it is much easier

[css-d] Totally stumped on an IE 6 bug...HELP!

2007-01-22 Thread Matt Dawson
This one has officially gotten the best of me. I have this layout: www.thenestedfloat.com/examples/prism/index.html with CSS located here: www.thenestedfloat.com/examples/prism/style.css It works exactly how I want it to in all browsers except IE 6 and under. The problem: while the nav bar spa

Re: [css-d] h6 not being recognised!

2007-01-22 Thread ~davidLaakso
Christopher Blake wrote: > http://www.neilp.newwavemedia.co.uk/bearbile.html > > http://www.neilp.newwavemedia.co.uk/stylefile/style1.css > > trimmed > Chris > Is this rendering the way you want? ~dL -- http://chelseacreekstudio.com/ ___

Re: [css-d] h6 not being recognised! - THANKS FOLKS - FIXED IT.

2007-01-22 Thread Christopher Blake
Christopher Blake [EMAIL PROTECTED] 07816163420 On 22 Jan 2007, at 17:29, ~davidLaakso wrote: > Christopher Blake wrote: >> http://www.neilp.newwavemedia.co.uk/bearbile.html >> >> http://www.neilp.newwavemedia.co.uk/stylefile/style1.css >> >> Can anyone help and tell me why the h6 (which conta

[css-d] IE6 not displaying background image

2007-01-22 Thread Tim Gossett
Hi list! I just launched a redesign of http://www.uscharts.com that was done in 8 hours solid. It looks fine in FF and IE7, but IE6 is not displaying the background gif in the left nav bar. The gif is the background of the container div, and the divs contained within have no background styling app

Re: [css-d] h6 not being recognised!

2007-01-22 Thread Éric Vesque
~davidLaakso a écrit : > Christopher Blake wrote: >> http://www.neilp.newwavemedia.co.uk/bearbile.html >> >> http://www.neilp.newwavemedia.co.uk/stylefile/style1.css >> >> Can anyone help and tell me why the h6 (which contains just the >> number 1) does not look like h2? It has exactly the same s

Re: [css-d] h6 not being recognised!

2007-01-22 Thread ~davidLaakso
Christopher Blake wrote: > http://www.neilp.newwavemedia.co.uk/bearbile.html > > http://www.neilp.newwavemedia.co.uk/stylefile/style1.css > > Can anyone help and tell me why the h6 (which contains just the > number 1) does not look like h2? It has exactly the same styles > applied to itTrim

[css-d] h6 not behaving like h2 although they share identical styles (for now)

2007-01-22 Thread Christopher Blake
http://www.neilp.newwavemedia.co.uk/bearbile.html http://www.neilp.newwavemedia.co.uk/stylefile/style1.css In the maintext;- The second paragraph is part of the same story as the first, so I don't want to add a new header to separate the two paragraphs . But because this story contains 2 ima

Re: [css-d] h6 not being recognised!

2007-01-22 Thread ~davidLaakso
Christopher Blake wrote: > http://www.neilp.newwavemedia.co.uk/bearbile.html > > http://www.neilp.newwavemedia.co.uk/stylefile/style1.css > > Can anyone help and tell me why the h6 (which contains just the > number 1) does not look like h2? It has exactly the same styles > applied to ittrim

Re: [css-d] css popups

2007-01-22 Thread Andy Harrison
Thanks Francky! I needed the a:hover { background-position:0 0; } to fix IE. Opera still has trouble though; any ideas? test.dragonzreef.com/csspopuptest.asp Andy __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

[css-d] h6 not being recognised!

2007-01-22 Thread Christopher Blake
http://www.neilp.newwavemedia.co.uk/bearbile.html http://www.neilp.newwavemedia.co.uk/stylefile/style1.css Can anyone help and tell me why the h6 (which contains just the number 1) does not look like h2? It has exactly the same styles applied to it. The end result that I am aiming for is jus

Re: [css-d] more on IE conjectures

2007-01-22 Thread Philippe Wittenbergh
On Jan 22, 2007, at 8:39 PM, Gabriele Romanato wrote: > It's strange but I was told to read an article that I've translated > a couple > of months ago. :-) > However, my conjectures concern the default style sheet > (hypothetical) of > IE, > and I'm not really interested in haslayout prop. in

Re: [css-d] more on IE conjectures

2007-01-22 Thread Gunlaug Sørtun
Gabriele Romanato wrote: > It's strange but I was told to read an article that I've translated a > couple of months ago. :-) However, my conjectures concern the > default style sheet (hypothetical) of IE, and I'm not really > interested in haslayout prop. in other words, the article is about >

[css-d] more on IE conjectures

2007-01-22 Thread Gabriele Romanato
It's strange but I was told to read an article that I've translated a couple of months ago. :-) However, my conjectures concern the default style sheet (hypothetical) of IE, and I'm not really interested in haslayout prop. in other words, the article is about the properties that IE uses on certain

Re: [css-d] css popups

2007-01-22 Thread francky
Andy Harrison wrote: > [...] > I tried it using anchors & spans instead, but it didn't change anything. > Any other thoughts? > Hi Andy, Maybe this can help someway? Testpage Greetings, francky _

[css-d] conjectures on IE

2007-01-22 Thread Gabriele Romanato
http://gabrieleromanato.altervista.org/the-css-switch-project/january-2007/index.html I'd like to have your opinion about. it's very important for me. thanx in advance. bye -- http://gabrieleromanato.altervista.org/ http://www.css-zibaldone.com/ I'd rather be dead than guru ___