[css-d] Split image in two divs...idk

2008-02-02 Thread Brian Jones
Sorry if this was posted twice I'm developing a site(http://www.bleusolutions.com/pianoguy/piano.html) .How can construct my css and cut the image so that the bottom of the brown star seal appears in the top right corner of the #wrapper div and top of the seal is in the header...right now I just

Re: [css-d] Split image in two divs...idk

2008-02-02 Thread Gunlaug Sørtun
Brian Jones wrote: http://www.bleusolutions.com/pianoguy/piano.html How can construct my css and cut the image so that the bottom of the brown star seal appears in the top right corner of the #wrapper div and top of the seal is in the header... The most reliable solution is to keep the

Re: [css-d] Safari a:hover problem

2008-02-02 Thread hairball
Would be nice to have an example to what your talking about .. On Feb 1, 2008 12:29 PM, John Gribben [EMAIL PROTECTED] wrote: Hello, Does anybody know how to fix the bug in Mac Safari that prevents the display of a:hover effects in anchors placed within list items? I've tried setting

Re: [css-d] PRE extends outside DIV

2008-02-02 Thread Philippe Wittenbergh
On Feb 2, 2008, at 2:05 AM, Foundation Flash wrote: I would like to avoid scrollbars if possible, which I believe that would give me. It is an option though. Simon Tiplady wrote: What immediately springs to mind is setting overflow: auto; on the .code definition, not sure if its the

Re: [css-d] PRE extends outside DIV

2008-02-02 Thread Gunlaug Sørtun
Philippe Wittenbergh wrote: Test: http://dev.l-c-n.com/_temp/pre-wrap.html 'white-space: -o-pre-wrap;' seems to work in Opera 7.54 and later. regards Georg -- http://www.gunlaug.no __ css-discuss [EMAIL PROTECTED]

[css-d] site check please..

2008-02-02 Thread Rob freeman
Hi everyone, I have worked a little site and was wondering if people can have a look and check to see if its working ok. I have checked this in Firefox 2.0 (Mac and PC), IE7(PC), Safari and Opera. My only concern is IE6 which may be a pain. If there is a problem in this browser could you help?

[css-d] Selecting from sibling elements

2008-02-02 Thread Doug Jolley
Suppose that I have something like: pOne/p pTwo/p pThree/p Is there some way (without assigning a class) that I can structure a selector so as to select only the second paragraph? Thanks for any input. ... doug __

Re: [css-d] Selecting from sibling elements

2008-02-02 Thread Thierry Koblentz
Suppose that I have something like: pOne/p pTwo/p pThree/p Is there some way (without assigning a class) that I can structure a selector so as to select only the second paragraph? Thanks for any input. You could use: p:first-child + p {...} but it won't work in all browsers --

Re: [css-d] Selecting from sibling elements

2008-02-02 Thread Zach Shepherd
I'd suggest reading up on sibling selectors ( http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors, http://www.456bereastreet.com/archive/200510/css_21_selectors_part_2/). I believe (someone jump in if I'm giving bad advice), that it could be accomplished using something like what is

Re: [css-d] simple rollover

2008-02-02 Thread Ron Zisman
resolved. should have gone to the validator before the list. i'll learn. sorry. thanks ron __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] site check please..

2008-02-02 Thread David Laakso
Rob freeman wrote: Hi everyone, I have worked a little site and was wondering if people can have a look and check to see if its working ok. I have checked this in Firefox 2.0 (Mac and PC), IE7(PC), Safari and Opera. My only concern is IE6 which may be a pain. If there is a problem in this

[css-d] Trouble with table cell/row heights, rowspans IE.

2008-02-02 Thread Emil Björklund
Hi folks, I'm having major problems with applying height rules to a table. I know setting heights for table cells or rows is tricky at best, but I so need this to work, soon *losing hair* An example page is up at http://ebdesign.se/table_problem.html, with an accompaying sketch of what it's

Re: [css-d] Trouble with table cell/row heights, rowspans IE.

2008-02-02 Thread Matthew Taylor
Hi Emil, I think the problem is due to the way you are laying out this design. In my view it's not semantically correct to be using tables. Instead, for each product model I would make two columns using divs, one for the pictures the other for the info. The info could be better marked up in a

Re: [css-d] Three column variable width columns with padding

2008-02-02 Thread Matthew Taylor
Hi Aaron, The CSS it totally weird, how did you derive it ? It's hard to explain how I came up with the CSS for my layouts, but here goes... Basically there were two important things that needed to work. I needed full height column background colours and I wanted the main column to come