Re: [css-d] Google Chrome :: image no-show

2009-06-17 Thread Maarten Sander
Hi David, re: rough layout http://chelseacreekstudio.com/dl/ On landing, the text-image style, (Zapfino-- top of the left column) does not appear. On a drag to a narrower -- or wider -- window, the text-image will appear. Reproducible: always. The text-image should always appear on

[css-d] Chrome vs floated tables

2009-06-17 Thread Richard Grevers
Google chrome (2.0.172.31) appears to minimise the width of floated tables which have no explicit width, while most other browsers assume 100%. Is this actually a bug or just one of those undefined behaviours that serve as a lesson to always follow Braden's mantra? -- Richard Grevers, New

Re: [css-d] Google Chrome :: image no-show

2009-06-17 Thread Philippe Wittenbergh
David Laakso wrote: re: rough layout http://chelseacreekstudio.com/dl/ On landing, the text-image style, (Zapfino-- top of the left column) does not appear. On a drag to a narrower -- or wider -- window, the text-image will appear. Reproducible: always. The text-image should always

Re: [css-d] Chrome vs floated tables

2009-06-17 Thread Bobby Jack
--- On Wed, 6/17/09, Richard Grevers richard.grev...@gmail.com wrote: Google chrome (2.0.172.31) appears to minimise the width of floated tables which have no explicit width, while most other browsers assume 100%. Is this actually a bug or just one of those undefined behaviours that serve

[css-d] Absolute Positioning

2009-06-17 Thread Scott Wilcox
Hello Folks. [Slightly off topic background info] I've been working on a system so that I can overlay notes onto my photos. A basic run down is that a user will click the top left and bottom right of an area within an image then it'll shoot off and save the x,y of the clicked area. Now,

Re: [css-d] Chrome vs floated tables

2009-06-17 Thread David Dorward
2009/6/17 Bobby Jack bobbykj...@yahoo.co.uk: I've always been led to believe that float without explicit width is a no-no, It's a CSS 2 requirement. Dropped in CSS 2.1. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Absolute Positioning

2009-06-17 Thread Bobby Jack
--- On Wed, 6/17/09, Scott Wilcox sc...@tig.gr wrote: I get the position of the containing element (called 'photoContainer') and add that to the x,y points to give me my final absolute position. My problem seems to come in when I'm setting the values for the absolutely positioned elements.

Re: [css-d] Google Chrome :: image no-show

2009-06-17 Thread David Laakso
Maarten Sander wrote: Hi David, re: rough layout http://chelseacreekstudio.com/dl/ On landing, the text-image style, (Zapfino-- top of the left column) does not appear. On a drag to a narrower -- or wider -- window, the text-image will appear. Reproducible: always. The text-image

[css-d] Speed Report sees 2 images loading instead of one?

2009-06-17 Thread Theophan Dort
I just uploaded a new design for the church of which I'm a volunteer web guy. The HTML and CSS validate. A Speed Report sees two large background images loading for the header/banner, but I think my CSS only should load one. They're big images, so if it's loading both of them, it's a real

[css-d] Top border of fieldset missing in IE6, IE7

2009-06-17 Thread Peter Speltz
Hi. In IE 6 and IE 7 , can anyone tell me how to get my top border on my fieldset to go over to the legend at this page: http://www.pogoe.org/ask/cancer-pain works great in Safari and FF. This old post may be similar but I could not see a demo and none of the suggestions helped me.

[css-d] Firefox Mac font spacing

2009-06-17 Thread Andrew Frazier
On this page: http://organized.gloderworks.net/indexnew.php (stylesheets here: http://organized.gloderworks.net/stylesheet.css and here: http://organized.gloderworks.net/structure.css) I have a horizontal menu, with vertical lines between each item. In most browser/OS combinations[1] I have

[css-d] Stylesheet seems to kill -a- tags

2009-06-17 Thread Norman Fournier
Hello, I am revising my stylesheets and encountered a problem that my a tags no longer work once the stylesheet is linked? The page is located here... http://www.normanfournier.com/realworld.html ...and the stylesheet is located here http://www.normanfournier.com/normanfournier09.css I first

Re: [css-d] Stylesheet seems to kill -a- tags

2009-06-17 Thread Tim Snadden
On 18/06/2009, at 2:50 AM, Norman Fournier wrote: Hello, I am revising my stylesheets and encountered a problem that my a tags no longer work once the stylesheet is linked? The page is located here... http://www.normanfournier.com/realworld.html ...and the stylesheet is located here

Re: [css-d] Speed Report sees 2 images loading instead of one?

2009-06-17 Thread Ingo Chao
2009/6/17 Theophan Dort theop...@bellsouth.net: ... #twoCol #header {background-image:url(../img/header2col.jpg);} #threeCol #header {background-image:url(../img/header3col.jpg);} ... It seems to work fine!  However, I just discovered that a Speed Report seems to be seeing BOTH header

Re: [css-d] Firefox Mac font spacing

2009-06-17 Thread David Laakso
Andrew Frazier wrote: On this page: http://organized.gloderworks.net/indexnew.php (stylesheets here: http://organized.gloderworks.net/stylesheet.css and here: http://organized.gloderworks.net/structure.css) Re-set this: #nav {font-size: 11px;} To this: #nav {font: 11px Helvetica

[css-d] scrollbar position

2009-06-17 Thread MEM
Hello, I’m trying to work with boxes having rounded corners and gradient borders. I’m using a 1 image technique to accomplish that. Some boxes will eventually need some scrollbars. But I’m having a hard time figuring out, how can we properly position the scrollbar so that I can have equal top

Re: [css-d] Firefox Mac font spacing

2009-06-17 Thread Philippe Wittenbergh
On Jun 18, 2009, at 12:42 AM, Andrew Frazier wrote: http://organized.gloderworks.net/indexnew.php (stylesheets here: http://organized.gloderworks.net/stylesheet.css and here: http://organized.gloderworks.net/structure.css) I have a horizontal menu, with vertical lines between each item.

Re: [css-d] Chrome vs floated tables

2009-06-17 Thread Richard Grevers
On Wed, Jun 17, 2009 at 9:34 PM, Bobby Jackbobbykj...@yahoo.co.uk wrote: --- On Wed, 6/17/09, Richard Grevers richard.grev...@gmail.com wrote: Google chrome (2.0.172.31) appears to minimise the width of floated tables which have no explicit width, while most other browsers assume 100%. Is

Re: [css-d] Stylesheet seems to kill -a- tags

2009-06-17 Thread Norman Fournier
On 17-Jun-09, at 3:07 PM, Tim Snadden wrote: On 18/06/2009, at 2:50 AM, Norman Fournier wrote: Hello, I am revising my stylesheets and encountered a problem that my a tags no longer work once the stylesheet is linked? The page is located here...

[css-d] IE7 problem with a gap between divs

2009-06-17 Thread Rob Emenecker
Hi all, I am trying to determine why I am seeing a 3-pixel gap between a header DIV and a content DIV in IE7 on the following page: http://new.pasadenabusinessassociation.com I realize that I can create a conditional IE style sheet with a -3px top margin on the content div, but that seems

[css-d] IE8, fieldset, legend

2009-06-17 Thread Philippe Wittenbergh
Found some interesting little IE 8 bug with border painting on a fieldset. If you set the legend to {display:none;} then IE 8 will only paint a border for the bottom half of the form. http://dev.l-c-n.com/ie8/form-legend.html And of course, the old -background-on-fieldset-leaks-out is still

Re: [css-d] IE7 problem with a gap between divs

2009-06-17 Thread David Laakso
Rob Emenecker wrote: Hi all, I am trying to determine why I am seeing a 3-pixel gap between a header DIV and a content DIV in IE7 on the following page: http://new.pasadenabusinessassociation.com I realize that I can create a conditional IE style sheet with a -3px top margin on the

Re: [css-d] IE7 problem with a gap between divs

2009-06-17 Thread David Laakso
The star is a typo. Delete it. This: *#container-header { height: 160px; /***add to ruleset*/**} Should be this; #container-header { height: 160px; /***add to ruleset*/**} ~d __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] IE7 problem with a gap between divs

2009-06-17 Thread Rob Emenecker
Thanks David, *#container-header { height: 160px; /***add to ruleset*/**} img#mastheadLogo { display: block**/***add*/**; /*margin: 0;padding: 0; delete*/} img#mastheadRight { display: block/*add*/; float : right;**/*add*/** display: block**/*add*/**; border: 0 none transparent;