Re: [css-d] positioning inside table cell?

2008-06-20 Thread Bobby Jack
--- On Thu, 6/19/08, Ingo Chao [EMAIL PROTECTED] wrote: CSS 2.1: 9.1.3 leaves position:relative on elements with table-* undefined. That's 9.3.1, for those following along :) http://www.w3.org/TR/CSS21/visuren.html#choose-position

Re: [css-d] (no subject)

2008-06-20 Thread july stingna
Hi Lee Bettridge: you can use this IE hack: element { min-height: 200px; height: auto !important; height: 200px; } Stingna Zhou RainCity Studios Inc. Designer www.raincitystudios.com Lee Bettridge wrote: Is there a way to set a min-height in IE6 so that an element can grow if

[css-d] Check out cool sites I found on StumbleUpon

2008-06-20 Thread sunlust
Krys's avatar http://www.stumbleupon.com/redirect.php?t=ju=9246482d=http%3A%2F%2Fwww.stumbleupon.com%2Fjoin.php%3Ffriend%3D2743910%26emailcode%3Dhaflog5t5i10l4p2bl=1c=haflog5t5i10l4p2b Hi, Krys is a member of StumbleUpon and would like to send you an invitation. With StumbleUpon you can

[css-d] Multisite/language css

2008-06-20 Thread Ant Tyler
I'm starting to rework a number of sites for a client with an overly complex set of css sheets, does anyone have any resource or pointers to correct practice for this? I'm thinking of combining serveral sheets into a main sheet then a reset and local language mods sheets, all ideas welcome. Ant

[css-d] Multiple float 'columns' and gutters

2008-06-20 Thread Bobby Jack
Hi all, I'm working with a design that aligns several (well, 2, 3, or 4) 'panels' in a 2 'column' grid, a bit like: [1] [2] [3] [4] These are contained in a fixed-width box, and the mechanism currently used is to float 1 3 to the left, float 2 4 to the right, assign fixed widths, and leave

[css-d] CSS Roll Over Problem Help

2008-06-20 Thread Christopher
Hi, I have my div called navigation then I have navigation:hover but this does not work ? I know I'm missing a step could it be a link cause the graphic needs to be one big graphic BUT specific areas on the graphic will have links to other pages NOT the whole graphic: #menu a { background:

Re: [css-d] Multiple float 'columns' and gutters

2008-06-20 Thread Bruno Fassino
On Fri, Jun 20, 2008 at 3:15 PM, Bobby Jack wrote: Hi all, I'm working with a design that aligns several (well, 2, 3, or 4) 'panels' in a 2 'column' grid, a bit like: [1] [2] [3] [4] [...] My immediate thought to fix this was to float the 4 panels to the left, assign left and right

Re: [css-d] positioning inside table cell?

2008-06-20 Thread Wellington Fan
Bobby Jack wrote: --- On Thu, 6/19/08, Ingo Chao [EMAIL PROTECTED] wrote: CSS 2.1: 9.1.3 leaves position:relative on elements with table-* undefined. That's 9.3.1, for those following along :) http://www.w3.org/TR/CSS21/visuren.html#choose-position Thank you, List! Once

[css-d] Gap btwn header img and menu IE6; body bckgrnd img below footer everywhere but Mozilla

2008-06-20 Thread Wardeh Harmon
Only in IE6, the header of my site is too tall and extends below the header image separating the header image from the menu with a gap. Also... in IE6, IE7, and Opera (the only other browsers I've tested besides Mozilla) I have an issue with the background image I use to make the sidebars go

[css-d] Page Check - my first fully CSS page multi column layout

2008-06-20 Thread Barrett
Page Check - my first fully CSS page multi column layout http://beta.handmade-paper.us/page/CPO/CTGY/mbt See what you think - tear it up. This page only as I have not verified other templates on the site. Navbar is not done yet. Page should be a fully fluid multi column layout - no tables. The

[css-d] Fixed div and Anchors

2008-06-20 Thread Nic Pulford
Some time ago, about a year I think, there was some discussion about using fixed divs to fix a header at the top of the page and allow the main content to scroll under it, this requires a spacer at the top of the content to make the viewable start of the page below the header. The problem comes

Re: [css-d] Gap btwn header img and menu IE6; body bckgrnd img below footer everywhere but Mozilla

2008-06-20 Thread Gunlaug Sørtun
Wardeh Harmon wrote: http://suchtreasures.com/2008/06/19/thrift-store-report-10/ Only in IE6, the header of my site is too tall and extends below the header image separating the header image from the menu with a gap. Add... div#header {overflow: hidden;} ...to prevent auto-expansion in

Re: [css-d] Page Check - my first fully CSS page multi column layout

2008-06-20 Thread David Laakso
Barrett wrote: http://beta.handmade-paper.us/page/CPO/CTGY/mbt See what you think - tear it up. Barrett Seems fine to me in Mac Opera, FF, Camino, and Safari; and, in XP IE/7 and IE/6. Holds decent font-scaling and folds well from a full to narrow window cross-browser. FWIW, I

Re: [css-d] Fixed div and Anchors

2008-06-20 Thread Gunlaug Sørtun
Nic Pulford wrote: Some time ago, about a year I think, there was some discussion about using fixed divs to fix a header at the top of the page and allow the main content to scroll under it, this requires a spacer at the top of the content to make the viewable start of the page below the

Re: [css-d] Gap btwn header img and menu IE6; body bckgrnd img below footer everywhere but Mozilla

2008-06-20 Thread Wardeh Harmon
Gunlaug Sørtun [EMAIL PROTECTED] wrote: Add... div#header {overflow: hidden;} ...to prevent auto-expansion in IE6. Thank you. That worked perfectly. 2: the script at the bottom creates space below footer in all my browsers - including Firefox. Suggest you include them in the div#footer

Re: [css-d] CSS Roll Over Effect - CONT'D

2008-06-20 Thread David Hucklesby
On Thu, 19 Jun 2008 21:36:48 -0400, Christopher wrote: Hi, I have my div called navigation then I have navigation:hover but this does not work ? I know I'm missing a step could it be a link cause the graphic needs to be one big graphic BUT specific areas on the graphic will have links to

Re: [css-d] Multisite/language css

2008-06-20 Thread David Hucklesby
On Fri, 20 Jun 2008 12:12:05 +0100, Ant Tyler wrote: I'm starting to rework a number of sites for a client with an overly complex set of css sheets, does anyone have any resource or pointers to correct practice for this? I don't think there's a correct practice as such. Like any design

Re: [css-d] CSS Roll Over Effect - CONT'D

2008-06-20 Thread Ben Fider
I think you are referring to CSS sprites: http://www.google.com/search?hl=enq=css+spritesbtnG=Google+Search For example, see: http://businessweek.com/ Top nav image file: http://images.businessweek.com/gen/nav/global_nav_20071220.gif On Thu, Jun 19, 2008 at 8:36 PM, Christopher [EMAIL

Re: [css-d] extra right padding/margin in IE6

2008-06-20 Thread Matijs
display: inline; on the divs for IE6... it sounds like the famous Double Margin bug On Thu, Jun 19, 2008 at 9:18 PM, Andrew Gaffney [EMAIL PROTECTED] wrote: David Hucklesby wrote: On Wed, 18 Jun 2008 17:37:41 -0500, Andrew Gaffney wrote: I've got a weird issue with a site that I'm working

Re: [css-d] CSS Roll Over Effect - CONT'D

2008-06-20 Thread Christopher
So you gotta have three images in one image, but after Google sprites, if I have one image how do I tell CSS to load each image for as in hover etc using a background image (and using dreamweaver) if it's a image and not a tag ? Ben Fider wrote: I think you are referring to CSS sprites:

Re: [css-d] CSS Roll Over Problem Help

2008-06-20 Thread Alan K Baker
Probably because you need to set the nav up as a UL and declare #menu li a #menu li a:hover #menu li a:active Take a look at www.virtualtheatreorgans.com All of the nav tabs are inline rollovers using a combined 3 image .jpg CSS is at:

Re: [css-d] CSS Roll Over Problem Help

2008-06-20 Thread Christopher
So I have one div now with just a background image. I have to create three other divs ? And each one being a :hover and a :active? Alan K Baker wrote: Probably because you need to set the nav up as a UL and declare #menu li a #menu li a:hover #menu li

Re: [css-d] Page Check - my first fully CSS page multi column layout

2008-06-20 Thread Barrett
Good to hear it works so far. Yeah the background color has been a paradox of just what you say and the known branding of the site now for so many years. I have contemplated seeing if someone could help me come up with some sort of javascript chunk where I could allow the user to change the

Re: [css-d] Page Check - my first fully CSS page multi column layout

2008-06-20 Thread David Laakso
Barrett wrote: Good to hear it works so far. Yeah the background color has been a paradox of just what you say and the known branding of the site now for so many years. Barrett http://beta.handmade-paper.us/page/CPO/CTGY/mbt The most beautiful thing we can experience is the