Re: [css-d] Site check please

2009-05-19 Thread David Laakso
Ib Jensen wrote: > Hi > > Link: http://ikjensen.dk > > Tested locally in FF 3.0.10 - IE 6/78 (IETester 0.3.3) > > > Locally known issues: > > IE6 dont show my link-"icons" > > IE7 - 8 behave rather ok. As FF3. > > > At 190% Page- or Text-zoom?: > > IE6: Arghhh > The template _are_ not

Re: [css-d] Displaying/Simulating "handwritten" fonts on notebook paper

2009-05-19 Thread Chris Williams
Bruno, I kneel at your feet. This is awesome. I'm trying to solve a similar problem, and have struggled with getting the solutions to work. I've been stuck at using background images, which fail of course when the user changes the font size. Your solution does not suffer this issue. Thanks so v

Re: [css-d] lack of menu transparency in IE

2009-05-19 Thread David Hucklesby
GLOW -- Virtual Web Services wrote: > I'm using a Spry menu for the following site, set with no background. > However, in IE, the transparency isn't working (it displays a white > background). Can anyone help me sort this out? > > Sample page: http://ambientglow.com/garage/jaguar/web/sample.htm

Re: [css-d] Displaying/Simulating "handwritten" fonts on notebook paper

2009-05-19 Thread Ryan Little @ Gusto
I missed this the first time but glad you pointed out that link... wow I have so much still to learn with CSS. My client is a graphic designer and demands absoulute lines so css is a must for me. Just when I think I am getting a handle on things I will see something like this and realize

Re: [css-d] Displaying/Simulating "handwritten" fonts on notebook paper

2009-05-19 Thread Stephen Tang
HI Bruno, I'm sorry that I wasn't clear on this. The text would sit on the baselines, such that in cursive handwriting, parts of letters that need to go below the baseline will do so (i.e. a part of lowercase cursive "g" will be below the baseline). Thus, the URL you gave is the type of effect I

Re: [css-d] Displaying/Simulating "handwritten" fonts on notebook paper

2009-05-19 Thread Bruno Fassino
On Mon, May 18, 2009 at 4:12 PM, Stephen Tang wrote: > I encountered a peculiar use case.  The business desires to display a > small amount of text as a handwritten font.  They want the handwritten > font sitting on blue lines.  This would simulate the effect of writing > in a notebook.  My first

Re: [css-d] lack of menu transparency in IE

2009-05-19 Thread Kevin Doyle
From: GLOW -- Virtual Web Services To: css list list Sent: Tuesday, May 19, 2009 11:40:13 AM Subject: [css-d] lack of menu transparency in IE I'm using a Spry menu for the following site, set with no background. However, in IE, the transparency isn't working (it displays a white background).

Re: [css-d] Fixing an image to the right corner of a div

2009-05-19 Thread Climis, Tim
Sorry, the URL is http://home.digitaltorque.ca/anotherplacetogrow. > Thanks Tim! This is actually really close to what I want, but I was > hoping to find a way to have an image partially hang off the top and > right side of the wrapper, rather than be positioned strictly inside > the wrapper. Al

Re: [css-d] Fixing an image to the right corner of a div

2009-05-19 Thread Maria Yousaf
> Easy as pie. > > Still using top and right, but with negative numbers, like: > > #spot { >  position: absolute; >  top: -10px; >  right: -50px; > } > > Positive numbers put you inside the wrapper.  Negatives put you outside the > wrapper, and zero is at the edge of the wrapper. Thank you! That

Re: [css-d] Fixing an image to the right corner of a div

2009-05-19 Thread Maria Yousaf
> I get a 404 error when I go here. Sorry, the URL is http://home.digitaltorque.ca/anotherplacetogrow. > #wrapper { >  position: relative; /* so that when we absolute position the image, it is > relative to wrapper. > } > > #spots { >  position: absolute; >  top: 0; >  right: 0; /* we want the b

Re: [css-d] Fixing an image to the right corner of a div

2009-05-19 Thread Climis, Tim
> I've started a website located here: > http://www.digitaltorque.ca/anotherplacetogrow. I get a 404 error when I go here. I'm trying to position an object on the top right hand corner of the green box (what I called in my css script "wrapper") surrounding the contents of the webpage. It's the

Re: [css-d] Fixing an image to the right corner of a div

2009-05-19 Thread Valério Vaz
You can try this: .div { background: url(../image.jpg) top left no-repeat} so.. the "top left" is where the background image will be... could be also "top right"... you can use the following items: top, bottom, left, right. Valério Vaz Designer --> http://www.valeriovaz.com On Tue, May 19, 2

[css-d] Fixing an image to the right corner of a div

2009-05-19 Thread Maria Yousaf
Hi folks, I'm rather new to css as well as this list, so please pardon my question if it seems simplistic or if this question has been answered before. I've started a website located here: http://www.digitaltorque.ca/anotherplacetogrow. I'm trying to position an object on the top right hand c

[css-d] lack of menu transparency in IE

2009-05-19 Thread GLOW -- Virtual Web Services
I'm using a Spry menu for the following site, set with no background. However, in IE, the transparency isn't working (it displays a white background). Can anyone help me sort this out? Sample page: http://ambientglow.com/garage/jaguar/web/sample.html CSS:http://www.ambientglow.com/garage/jaguar/w

Re: [css-d] CSS statements for horizontal rule

2009-05-19 Thread Climis, Tim
I've used CSS to style s for a long time. Here's an example from one of my sites div#menu hr { width: 95%; height: 1px; border: 0; clear: both; /* puts the hr below floated content */ margin: 0.625em auto; /* side margins set to auto centers the hr */ color: #ddd; /* set color in IE

Re: [css-d] CSS statements for horizontal rule

2009-05-19 Thread Bobby Jack
--- On Tue, 5/19/09, Bobby Jack wrote: > ... > in your CSS and: > > > > ... Sorry, Alan's point about closing the element is obviously an important one; I rarely work with XHTML nowadays! - Bobby __ css-discuss [cs...@list

[css-d] Site check please

2009-05-19 Thread Ib Jensen
Hi Link: http://ikjensen.dk Tested locally in FF 3.0.10 - IE 6/78 (IETester 0.3.3) Locally known issues: IE6 dont show my link-"icons" IE7 - 8 behave rather ok. As FF3. At 190% Page- or Text-zoom?: IE6: Arghhh The template _are_ not made for IE6! IE7: Page got a horizontal sc

Re: [css-d] CSS statements for horizontal rule

2009-05-19 Thread Bobby Jack
> I am trying to use horizontal rules > of specific width and position in an > xhtml strict 1.0 web page.  The width and align > attributes work, but do not > pass the strict 1.0 validation test (as you probably > know). > > I have tried using both class and id statements in a CSS > file (with >

Re: [css-d] CSS statements for horizontal rule

2009-05-19 Thread Alan Gresley
Mike Morris wrote: > I am trying to use horizontal rules of specific width and position in an > xhtml strict 1.0 web page. The width and align attributes work, but do not > pass the strict 1.0 validation test (as you probably know). When validating the element with XHTML 1.0 Strict, you must co

[css-d] CSS statements for horizontal rule

2009-05-19 Thread Mike Morris
I am trying to use horizontal rules of specific width and position in an xhtml strict 1.0 web page. The width and align attributes work, but do not pass the strict 1.0 validation test (as you probably know). I have tried using both class and id statements in a CSS file (with appropriate selectors