Re: [css-d] disappearing text in IE6 and IE7

2009-04-30 Thread David Laakso
David Laakso wrote: > Erik Visser wrote: > >> at http://www.daploosdrechtseweg.nl >> and http://beta.daploosdrechtseweg.nl >> >> IE6 and IE7: >> - sometimes show no text at initial load. >> - sometimes there is text at initial load. but when scrolling down, the >> text disappears. >> >> >>

Re: [css-d] Background image rollover cutting off image

2009-04-30 Thread Philippe Wittenbergh
On May 1, 2009, at 12:46 AM, Sarah McCall wrote: > I think I've managed to get both working up to a point, but for some > reason the css link code ('meet_the_team_link a' and > 'meet_the_team_link a:hover') cause the imaage to cut off on the right > hand side. > > You can see it in practice here:

Re: [css-d] disappearing text in IE6 and IE7

2009-04-30 Thread David Laakso
Erik Visser wrote: > at http://www.daploosdrechtseweg.nl > and http://beta.daploosdrechtseweg.nl > > IE6 and IE7: > - sometimes show no text at initial load. > - sometimes there is text at initial load. but when scrolling down, the > text disappears. > > Unable to reproduce this behavior in

Re: [css-d] disappearing text in IE6 and IE7

2009-04-30 Thread Erik Visser
Erik Visser wrote: > at http://www.daploosdrechtseweg.nl > and http://beta.daploosdrechtseweg.nl > > IE6 and IE7: > - sometimes show no text at initial load. > - sometimes there is text at initial load. but when scrolling down, the > text disappears. > > Anyone any idea why this happens? > c

[css-d] disappearing text in IE6 and IE7

2009-04-30 Thread Erik Visser
at http://www.daploosdrechtseweg.nl and http://beta.daploosdrechtseweg.nl IE6 and IE7: - sometimes show no text at initial load. - sometimes there is text at initial load. but when scrolling down, the text disappears. Anyone any idea why this happens? thanks, Erik _

[css-d] Document level AND inline level styles in Outlook 2007 templates

2009-04-30 Thread Tony Kay
I understand that BOTH document level and inline level styles are needed in Outlook 2007 templates (.oft files). If I create an HTML email with document level styles, is there a simple way to duplicate all those styles as inline styles also? Maybe a tool that will automatically generate the

Re: [css-d] Sprites and positioning links

2009-04-30 Thread Brian Hazelton
i just examined the image closely...The heights are different between the default and the hover. The widths are the same though. I think once you make sure the image is exact (to the pixel) it should work right. __ css-discuss [c

Re: [css-d] Sprites and positioning links

2009-04-30 Thread Anthony L
Hi Brian, thanks, the tip below helped :-) "you will need to float metadata to the left" As you can see from the link below, I am still struggling to place the "lib" rollover correctly. http://www.liberto.info/cssplay/www/www/cssplay/sprite/sprites.html It could be a problem with the image as y

[css-d] Background image rollover cutting off image

2009-04-30 Thread Sarah McCall
I'm trying to get my head round image replacement and using css for rollovers instead of javascript (sorry I know I'm behind the times somewhat). I think I've managed to get both working up to a point, but for some reason the css link code ('meet_the_team_link a' and 'meet_the_team_link a:

Re: [css-d] Flowing block elements around floated elements

2009-04-30 Thread Bobby Jack
--- On Wed, 4/29/09, Dave Sherohman wrote: > In my specific case, I've got a { float: right } image with text beside > it. Normally, the text flows around the image just fine, but the > inclusion of a (or, presumably, any other block element) > within the section of text adjacent to the ima

Re: [css-d] absolute positioning on top of an iframe

2009-04-30 Thread Wishengrad, Ruth
We decided to go the easier route and not worry about the absolute positioning - thanks for your comment. Thanks. Ruth From: mx.css...@googlemail.com [mailto:mx.css...@googlemail.com] Sent: Wednesday, April 29, 2009 5:55 PM To: Wishengrad, Ruth; css-d@lists.css-discuss.org Subject: Re: [css-d] a

Re: [css-d] Flowing block elements around floated elements

2009-04-30 Thread Alan Gresley
Alan Gresley wrote: > blockquote {display:inline;} That should be blockquote, blockquote p {display:inline;} Just to let you know, a background color on the blockquote will cover part of the text within the paragraph. -- Alan http://css-class.com/ Armies Cannot Stop An Idea Whose Time Has

Re: [css-d] Flowing block elements around floated elements

2009-04-30 Thread Brian Hazelton
dave, sorry for my previous suggestion, i misunderstood, if i understood correctly i would have told u to do what allen has told u to do. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/cs

Re: [css-d] Flowing block elements around floated elements

2009-04-30 Thread Alan Gresley
Dave Sherohman wrote: > On Wed, Apr 29, 2009 at 02:27:21PM -0600, Brian Hazelton wrote: >> You can solve this quite easily. Figure out the right margin you need to >> have it end to the left of the image... For example, if the image is >> 200px and is flush with the right side of the content area,

Re: [css-d] Flowing block elements around floated elements

2009-04-30 Thread Dave Sherohman
On Wed, Apr 29, 2009 at 02:27:21PM -0600, Brian Hazelton wrote: > You can solve this quite easily. Figure out the right margin you need to > have it end to the left of the image... For example, if the image is > 200px and is flush with the right side of the content area, and you want > 10 px of whi

Re: [css-d] input in label dropping a line in firefox

2009-04-30 Thread Philippe Wittenbergh
On Apr 30, 2009, at 6:37 PM, Ido dekkers wrote: > I have a problem while placing an input inside a label, floating the > label > to the left and the input to the right, > in firefox the input drops a line and in opera / chrome / safari and > even IE > 8 it looks OK > > http://test3.dekkers.ne

[css-d] input in label dropping a line in firefox

2009-04-30 Thread Ido dekkers
Hi I have a problem while placing an input inside a label, floating the label to the left and the input to the right, in firefox the input drops a line and in opera / chrome / safari and even IE 8 it looks OK http://test3.dekkers.net/login.htm http://test3.dekkers.net/css/layout.css any ideas?