Re: [css-d] Beginners problem with nested div

2015-01-22 Thread Ken Robinson
On Thu, Jan 22, 2015 at 11:39 PM, worik wrote: > Friends > > I have problems getting my sizing of divs correct. > > > Given the HTML: > > A B C > E F G > > > .A { > width=100%; > border:2px solid blue; > } > .B { > width=50%; > border:1px solid red; > } > > I want to make the

Re: [css-d] Numbered lists with unique numbers per line

2014-11-28 Thread Ken Robinson
This is not a CSS related question -- it's just HTML An ordered list: Coffee Tea Milk Will do what you want (but without leading zeros). Ken On Fri, Nov 28, 2014 at 11:06 AM, Øyvind Teig wrote: > Hi! > > I'd like this list http://www.teigfam.net/oyvind/home/technology/ to look > like

Re: [css-d] Fancybox modal window location in iPhone

2014-04-10 Thread Ken Robinson
Works fine on my iPhone 5. Ken On Thursday, April 10, 2014, Debbie Campbell wrote: > On Thu, Apr 10, 2014 at 9:07 AM, Debbie Campbell >> wrote: >> >>> Works fine in Android both portrait and landscape (centered on the >>> screen), >>> and fine in iPhone portrait view, but in landscape view on

Re: [css-d] RWD Swap content images

2013-10-31 Thread Ken Robinson
At 03:33 PM 10/31/2013, Tom Livingston wrote: List, Having an RWD problem. I have a container and an image. Nothing else is in the container. I need to swap said image with another for smaller devices. I could do this with background images except how do I handle the height of the container pr

Re: [css-d] Static site to fluid site

2007-09-24 Thread Ken Robinson
At 07:25 PM 9/23/2007, Gunlaug Sørtun wrote: >Ken Robinson wrote: >><http://www.rbnsn.com/dek/>. > >>Can anyone give me some hints to get the left border to mimic what's >> on the original page. > >For pages with flexible width you need 2 wrappers

[css-d] Static site to fluid site

2007-09-23 Thread Ken Robinson
A friend of mine asked me to look at her site which she is working on and make it more fluid. I've been able to do almost everything, except getting the borders correct. Here is the original site and here is my revised first page

Re: [css-d] Two images side by side

2007-05-20 Thread Ken Robinson
At 12:08 AM 5/20/2007, jana coyle wrote: >I have two images that I would like positoned side by side. I have >setup a mouseover effect on image#1. After setting up this effect >the images are now lined up one ontop of the other. How can I >position the images side by side and still keep the

Re: [css-d] CSS 4 printing

2006-04-19 Thread Ken Robinson
At 12:59 PM 4/19/2006, Prabhath Sirisena wrote: >On 4/19/06, [EMAIL PROTECTED] ><[EMAIL PROTECTED]> wrote: > > Is there anyway to force background colors, images, and the like to show > > up on a printed page when printed from a web browser? > >Defining them in a print stylesheet (linked with media

Re: [css-d] CSS 4 printing

2006-04-19 Thread Ken Robinson
At 12:42 PM 4/19/2006, [EMAIL PROTECTED] wrote: >Is there anyway to force background colors, images, and the like to show >up on a printed page when printed from a web browser? Not via CSS. You might be able to do that via Javascript, but you would then be changing a user preference. Ken _

Re: [css-d] won't auto center in

2006-01-13 Thread Ken Robinson
At 02:31 PM 1/12/2006, Thomas Hall wrote: >Maybe a stupid question but why won't this center in the page: > > > > > > > > > >Test > > > > > > Are you using a valid DOCTYPE? Which browser? The following works fine for me (colors added to see what's going on) in MSIE6: http://www.w3.org/TR/html4/

Re: [css-d] Using an image as a bullet image for a list

2006-01-10 Thread Ken Robinson
Quoting francky <[EMAIL PROTECTED]>: > Ken Robinson wrote: > >> ... and everything is now working (at least on FF1.5 & MSIE 6 for >> windows). If someone can give me feedback from other browsers, I >> would appreciate it. Since I'm still in the testing (&

Re: [css-d] Using an image as a bullet image for a list

2006-01-09 Thread Ken Robinson
At 08:59 PM 1/9/2006, francky wrote: >Hi Ken, >The of the list starts with the tail-image as background. That >has a height of 22px you didn't account. The first list-item has to >go down: I think with adding: ul { padding-top: 22px; }problem is >not so big. Now only the list-images on the sam

[css-d] Using an image as for a list

2006-01-09 Thread Ken Robinson
x27;m using shows up too high when viewed in Firefox 1.5, it's fine in MSIE 6. My test page can be found at <http://www.ny-njdogtrainer.com/testing/testlist.php> The CSS is embedded in the test page. Can anyone suggest what can be done to fix the problem

Re: [css-d] First Post ;)

2005-07-17 Thread Ken Robinson
At 09:26 PM 7/16/2005, William Bennett wrote: Hi everyone, I've never actually joined a mailing list. We'll see how it goes.. Welcome to the list. First suggestion, please make your subject lines meaningful. Most people in a list (especially one as active as this one) will skip over a post s

Re: [css-d] center align a UL menu

2005-06-15 Thread Ken Robinson
a valid DOCTYPE. Ken Robinson __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] PHP and CSS

2005-05-13 Thread Ken Robinson
Quoting [EMAIL PROTECTED]: Sarah Atkinson wrote on 05/13/2005 10:25:55 AM: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color,