Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Philippe Wittenbergh
Le 1 mars 2013 à 15:29, Philippe Wittenbergh a écrit : > Now it is simply: ‘break-before’, ‘break-after’, ‘break-inside’ > (2011 CR - but nobody appears to have implemented that part, yet) > > http://www.w3.org/TR/css3-multicol/#column-breaks uh, I was wrong. I was testing with 'p { break-afte

Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Philippe Wittenbergh
Le 1 mars 2013 à 15:03, "Jukka K. Korpela" a écrit : > 2013-03-01 1:43, Rick Gordon wrote: > >> I believe that adding >> >> -webkit-column-break-after: avoid; >> -webkit-column-break-before: avoid; >> -webkit-column-break-inside: avoid; >> >> ... will cover for Webkit browsers.

Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Jukka K. Korpela
2013-03-01 1:43, Rick Gordon wrote: I believe that adding -webkit-column-break-after: avoid; -webkit-column-break-before: avoid; -webkit-column-break-inside: avoid; ... will cover for Webkit browsers. Ah, I forgot those nonstandard properties. It's difficult to find o

Re: [css-d] printing parts of a page.

2013-02-28 Thread Chris F.A. Johnson
On Thu, 28 Feb 2013, Wade Smart wrote: On Thu, Feb 28, 2013 at 8:32 PM, Chris F.A. Johnson wrote: On Thu, 28 Feb 2013, Wade Smart wrote: Ive done that. Sorry, i wasnt clear. Only one div has a class of print and the rest are all hidden. Because they do not print, what is there is just a la

Re: [css-d] printing parts of a page.

2013-02-28 Thread Philippe Wittenbergh
Le 1 mars 2013 à 11:38, Philippe Wittenbergh a écrit : > Le 1 mars 2013 à 10:26, Wade Smart a écrit : > >> I have a div, unfortunately down lower on the page, >> that Im printing off. When it prints, it starts printing >> about half way down the page. Short of creating another >> page just to

Re: [css-d] printing parts of a page.

2013-02-28 Thread Philippe Wittenbergh
Le 1 mars 2013 à 10:26, Wade Smart a écrit : > I have a div, unfortunately down lower on the page, > that Im printing off. When it prints, it starts printing > about half way down the page. Short of creating another > page just to print from, is there a way to pull the data up > the page? A URL

Re: [css-d] printing parts of a page.

2013-02-28 Thread Chris F.A. Johnson
On Thu, 28 Feb 2013, Wade Smart wrote: Ive done that. Sorry, i wasnt clear. Only one div has a class of print and the rest are all hidden. Because they do not print, what is there is just a large white gap. How do you hide it? Do you use 'display: none' or something else? 'Somethi

Re: [css-d] printing parts of a page.

2013-02-28 Thread Wade Smart
Ive done that. Sorry, i wasnt clear. Only one div has a class of print and the rest are all hidden. Because they do not print, what is there is just a large white gap. ___ Top of the page { empty area } Div that I am printing. ___ On the paper after printing, the em

Re: [css-d] printing parts of a page.

2013-02-28 Thread Tom Livingston
Is there anything above the div that you need printed? If not, try a print style that hides anything above the desired div or if nothing is above it, make a print style to pull the div back up the page. HTH Sent from my iPhone On Feb 28, 2013, at 8:26 PM, Wade Smart wrote: > I have a div, un

[css-d] printing parts of a page.

2013-02-28 Thread Wade Smart
I have a div, unfortunately down lower on the page, that Im printing off. When it prints, it starts printing about half way down the page. Short of creating another page just to print from, is there a way to pull the data up the page? wade -- Registered Linux User: #480675 Registered Linux Machin

Re: [css-d] (no subject)

2013-02-28 Thread lee_mcivor
http://genpower.nazwa.pl/system/public.php?mz=955&izn=59q=2&wgd=z37 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- h

Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Rick Gordon
I believe that adding -webkit-column-break-after: avoid; -webkit-column-break-before: avoid; -webkit-column-break-inside: avoid; ... will cover for Webkit browsers. Rick Gordon -- On 2/28/13 at 6:54 PM +0200, Jukka K. Korpela wrote in a message entitled

Re: [css-d] Wordpress Sidebar Problem

2013-02-28 Thread Tom Livingston
On Thu, Feb 28, 2013 at 12:01 PM, Alan (Neweb Ireland) wrote: > I'm hoping someone can help with this problem > > I'm building a custom wordpress theme based on the 2012 them. > I've made good progress but I'm having a problem with the sidebar showing > below the main text instead of to the right.

[css-d] Wordpress Sidebar Problem

2013-02-28 Thread Alan (Neweb Ireland)
I'm hoping someone can help with this problem I'm building a custom wordpress theme based on the 2012 them. I've made good progress but I'm having a problem with the sidebar showing below the main text instead of to the right. I have tried adjusting the with of the right and left box to make roo

Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Jukka K. Korpela
2013-02-28 18:26, Chip at Caliber Communications wrote: http://shootata2-com.cccg-inc.com/AboutUs/ATABylaws,Rulebook,Forms.aspx I would like to use a 2-column layout in this dl, but need the individual dt/dd groups to wrap as a unit (all or nothing). I am using some column classes, but is the

[css-d] prevent widows/orphans in columns

2013-02-28 Thread Chip at Caliber Communications
http://shootata2-com.cccg-inc.com/AboutUs/ATABylaws,Rulebook,Forms.aspx I would like to use a 2-column layout in this dl, but need the individual dt/dd groups to wrap as a unit (all or nothing). I am using some column classes, but is there a better way to do this? For semantic accuracy, I would l

Re: [css-d] trouble getting email icon to display with attribute selector

2013-02-28 Thread Angela French
Thank Jukka, that was it. >> On Wed, Feb 27, 2013 at 7:17 PM, Angela French >wrote: >> >>> Am I correct that this selector does NOT work in IE 7 ? IE9 in >>> compatibility mode isn't displaying the icon. >> >> >> No, attribute selectors are supported in IE7 (CSS 2.1) - >> http://caniuse.com/#feat

Re: [css-d] hover and active pseudo classes on touch screen

2013-02-28 Thread Laura Valentino
Well yes, it kinda does, on some devices ;) I ended up doing this to get the effect that was most like I wanted: http://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/ Not that I want to clutter things up with javascript, but I did this time. Thanks for poi

Re: [css-d] CSS Search form

2013-02-28 Thread B is building a house
Thank you Blake I would prefer a solution that looks the same in both ie and Firefox though :( Anyhony On Thursday, February 28, 2013, Blake Haswell wrote: > Check out this quick example I put together: > > https://gist.github.com/**blakehaswell/5055785

Re: [css-d] CSS Search form

2013-02-28 Thread Blake Haswell
Check out this quick example I put together: https://gist.github.com/blakehaswell/5055785 -- Blake Haswell http://simpleweb.com.au/ Anthony wrote: What is the best way to implement a search as below using css? If someone could post a link of an example in action that would be great. http://