Re: [css-d] Fwd: counter-reset and counters() in Opera and Konqueror

2009-03-31 Thread RommeDeSerieux
2009/3/31 Tim White : > I thought the idea of 'counters' was for nested lists, which this test > case doesn't have. I created my own quick nested version: Nested lists indeed work fine, but the bug i'm struggling with occures when i have more than one toplevel list on a page.counters() then behave

Re: [css-d] Fwd: counter-reset and counters() in Opera and Konqueror

2009-03-31 Thread Philippe Wittenbergh
Eric A. Meyer wrote: >>> Believe it or not: >>> >>> li:before { content: counters(list, ".") ". " } >> >> Sorry, but didn't make any difference me in both Opera 9 and 10 >> alpha, >> as well as Konqueror. The dot, of course, appeared, but it still gets >> the scope wrong. Which version o

Re: [css-d] Splitting the Center Column Into Two Columns?

2009-03-31 Thread Gunlaug Sørtun
The Ferrett wrote: > http://www.starcitygames.com/SCG_6/test.html > The problem: my boss wants the capability to occasionally "split" a > given row in half, so we have two news items sitting next to each > other on a single row, just as you'd split a table cell in two. Somewhat like this, I gu

Re: [css-d] Splitting the Center Column Into Two Columns?

2009-03-31 Thread David Laakso
The Ferrett wrote: > > That kind of worked - but as you can see at > http://www.starcitygames.com/SCG_6/test.html, because the .left_half_block > element is floated, if the .right_half_block has less content than > .left_half_block, it droops down to overlap the next .news_item div. > > Try

[css-d] Splitting the Center Column Into Two Columns?

2009-03-31 Thread The Ferrett
Hello, all; I have a three-column 800-pixel wide layout, with a floated div to the left and the right, as you can see here: http://www.starcitygames.com/SCG_6/test.html Both the CSS and XHTML validate. We will be publishing news items in the center column - each news item spans the width of t

[css-d] Remove borders from selectors in IE 7

2009-03-31 Thread Valério Vaz
Hello all. I want to remove borders from a tag . I have a class, "drop". I can remove borders with CSS on Firefox, with: border-style: none, ut in IE7 isn't working. Anyone knows why ? Thanks in advance -- Valério Vaz Designer --> http://www.valeriovaz.com

Re: [css-d] Disappearing border in IE

2009-03-31 Thread Nick Fitzsimons
On Tue, March 31, 2009 2:01 pm, mx.css...@googlemail.com wrote: > Having played around in IE6 it would seem to be something to do with your > faux column #mainContent. > > IE6 just doesn't seem to like this. > If you add a width variable (I tried around 620~630px) it works fine. > >> However in IE

Re: [css-d] How to wrap a long text at a given character

2009-03-31 Thread Jukka K. Korpela
ray wrote: > Look at this page http://soundbowl.com/views/test.html. What I expect > is to make the long text separated by '/' character wrap at the '/' > or white space character. Also, FF and IE seems have the different > layout. Can somebody give me some advice? Thanks in advance. It would be

Re: [css-d] Fwd: counter-reset and counters() in Opera and Konqueror

2009-03-31 Thread Eric A. Meyer
At 12:17 PM +0400 3/31/09, RommeDeSerieux wrote: >>Believe it or not: >> >> li:before { content: counters(list, ".") ". " } > >Sorry, but didn't make any difference me in both Opera 9 and 10 alpha, >as well as Konqueror. The dot, of course, appeared, but it still gets >the scope wrong. Wh

Re: [css-d] Positioning images and wrapping text...

2009-03-31 Thread Gunlaug Sørtun
Michael Beaudoin wrote: > http://www.mhinonline.org/dev. You mean like... ...or did you have something else in mind? regards Georg -- http://www.gunlaug.no __ css-d

Re: [css-d] Disappearing border in IE

2009-03-31 Thread Alan Gresley
Martin Pistorius wrote: > Hi there, > > I'm hoping someone can help me - I'm struggling to resolve an issue in > IE which despite many frustrating hours I've yet to figure out. > > I have tested the design in Firefox 3, Opera 9 and Google Chrome and it > works. However in IE on the left border

Re: [css-d] Positioning images and wrapping text...

2009-03-31 Thread Michael Beaudoin
Message: 21 Date: Mon, 30 Mar 2009 13:19:35 -0700 (PDT) From: Michael Beaudoin Subject: [css-d] Positioning images and wrapping text... To: css-d@lists.css-discuss.org Message-ID: <684965.21721...@web504.biz.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii I have a site where an ima

Re: [css-d] Fwd: counter-reset and counters() in Opera and Konqueror

2009-03-31 Thread Tim White
>>   Believe it or not: >> >>     li:before { content: counters(list, ".") ". " } Interesting-- works for me just fine in Opera (9.63), but it fails in Chrome. I thought the idea of 'counters' was for nested lists, which this test case doesn't have. I created my own quick nested version:

[css-d] alignment of blank space in safari

2009-03-31 Thread Daniel Kessler
I have a photo page using lightbox: http://sph.umd.edu/about/building_renovations/areas/test.cfm In the second row, I have a blank space and put in a blank placeholder to keep alignment and push the next items in the vertical row, downward by setting a height. It generally works but in Safari

Re: [css-d] Disappearing border in IE

2009-03-31 Thread mx . cssdee
Hi Martin, Having played around in IE6 it would seem to be something to do with your faux column #mainContent. CSS: #mainContent { border-left:1px solid #090; padding:0.4em; margin-left:150px; text-align:left; } IE6 just doesn't seem to like this. If you add a width variable (I tried around 6

Re: [css-d] Fwd: counter-reset and counters() in Opera and Konqueror

2009-03-31 Thread RommeDeSerieux
> Believe it or not: > > li:before { content: counters(list, ".") ". " } Sorry, but didn't make any difference me in both Opera 9 and 10 alpha, as well as Konqueror. The dot, of course, appeared, but it still gets the scope wrong. Which version of Opera were you using? __

[css-d] Disappearing border in IE

2009-03-31 Thread Martin Pistorius
Hi there, I'm hoping someone can help me - I'm struggling to resolve an issue in IE which despite many frustrating hours I've yet to figure out. I have tested the design in Firefox 3, Opera 9 and Google Chrome and it works. However in IE on the left border of the main content div seems to be o

Re: [css-d] Footer at the bottom of the page issue

2009-03-31 Thread mx . cssdee
You could also try http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page which I've used and seems to work quite well. Ta, ~Mx On Mar 30, 2009 4:23pm, Divya Manian wrote: > On 3/26/09 1:21 PM, "Frederyco Martins" fredy.mart...@gmail.com> wrote: > > Hi folks, > >

[css-d] How to wrap a long text at a given character

2009-03-31 Thread ray
Hi, all Look at this page http://soundbowl.com/views/test.html. What I expect is to make the long text separated by '/' character wrap at the '/' or white space character. Also, FF and IE seems have the different layout. Can somebody give me some advice? Thanks in advance. _