Re: [css-d] CSS Question

2011-04-07 Thread csslist
> On 4/7/11 10:19 PM, cssl...@bassonhook.com wrote: >> I'd provide code but not >> sure what to provide. >> > > > > > Simple. Put your stuff on a public server and provide the the uri to it > in your post to the list. > > Best, > ~d > > > > -- > http://chelseacreekstudio.com/ > http://chelseacreeks

Re: [css-d] How to test in many browers

2011-04-07 Thread Geoff Lane
On Friday, April 8, 2011, 2:50:57 AM, David Hucklesby wrote: > Interesting. I have not experienced this, but then, I use the > "X-UA-Compatible" META tag for the benefit of those who save pages to > their hard drive. :) > > Using the HTML5 DOCTYPE, if there's a comment before it then IE 6 - 8 >

Re: [css-d] How to test in many browers

2011-04-07 Thread G.Sørtun
Reality check... On 08.04.2011 02:08, David Hucklesby wrote: - All versions of IE, and all emulation modes act differently The result of IE catching up with the rest ... pretty close now with IE9 - if not challenged too hard. Draw the line at an IE version you, and your clients, are comfort

Re: [css-d] CSS Question

2011-04-07 Thread David Laakso
On 4/7/11 10:19 PM, cssl...@bassonhook.com wrote: I'd provide code but not sure what to provide. Simple. Put your stuff on a public server and provide the the uri to it in your post to the list. Best, ~d -- http://chelseacreekstudio.com/ http://chelseacreekstudio.com/fa/

[css-d] CSS Question

2011-04-07 Thread csslist
I'm not sure if this is a css issue or not but have been struggling to determine the cause. My dropdown menu seems to disappear below my google ad banner at the top of the main content instead of appearing above it. The same thing occurs with my lightbox gallery images. Is this a css issue? Has

Re: [css-d] How to test in many browers

2011-04-07 Thread David Hucklesby
On 4/7/11 5:54 PM, Geoff Lane wrote: On Friday, April 8, 2011, 1:08:22 AM, David Hucklesby wrote: - The same browser may act differently in Windows than on a Mac --- Not only that, but some (e.g. IE8) act differently depending on whether it 'considers' the content to be local or remote. [..

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Philippe Wittenbergh
On Apr 8, 2011, at 2:07 AM, Gabriele Romanato wrote: > I've often asked myself: 'ok, we can rotate boxes with CSS3, but what this is > good for?". > Answer: visual effects. Like this: > > http://onwebdev.blogspot.com/2011/04/css-post-it-note.html Hmm, use images with alpha transparency ? that

Re: [css-d] How to test in many browers

2011-04-07 Thread Geoff Lane
On Friday, April 8, 2011, 1:08:22 AM, David Hucklesby wrote: > - The same browser may act differently in Windows than on a Mac --- Not only that, but some (e.g. IE8) act differently depending on whether it 'considers' the content to be local or remote. I've lost count of the times I uploaded cont

Re: [css-d] How to test in many browsers

2011-04-07 Thread Felix Miata
On 2011/04/07 17:08 (GMT-0700) David Hucklesby composed: I wait with bated breath for a hail of silver bullets... :) http://dowebsitesneedtolookexactlythesameineverybrowser.com/ :-D -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living T

Re: [css-d] How to test in many browers

2011-04-07 Thread HallMarc Websites
> I wait with bated breath for a hail of silver bullets... :) > -- Pew pew pew pew pew :D __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.c

Re: [css-d] How to test in many browers

2011-04-07 Thread David Hucklesby
On 4/7/11 2:09 PM, Geoff Lane wrote: On Thursday, April 7, 2011, 9:42:17 PM, Philip Taylor (Webmaster, Ret'd) wrote: I don't know how you've produced that rotated panel, Chris, but it doesn't render well here : ... --- [...] So, how does everyone else manage their testing? Do sites exist th

[css-d] How to test in many browers (was: CSS post it note)

2011-04-07 Thread Geoff Lane
On Thursday, April 7, 2011, 9:42:17 PM, Philip Taylor (Webmaster, Ret'd) wrote: > I don't know how you've produced that rotated panel, > Chris, but it doesn't render well here : ... --- I had a look myself in Firefox 4 under Win XP Pro, and that rotated panel didn't work well. The text was way to

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Tomasz Kisielewski
Hi Guys. I can't agree that visual effects are good in this example. When manipulate any image, or create composition always beware of shadows.In this example it doesn't make sense, still photoshop,or gimp do better job than box rotation ( browsers support as well). CSS3 is great, butsome thing

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Chris F.A. Johnson
On Thu, 7 Apr 2011, Philip Taylor (Webmaster, Ret'd) wrote: Chris F.A. Johnson wrote: Beware of trying to fit text into a fixed-size container: For an example that works with any font size, see . (I have just started to redo my site, so the

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Philip Taylor (Webmaster, Ret'd)
Chris F.A. Johnson wrote: Beware of trying to fit text into a fixed-size container: For an example that works with any font size, see . (I have just started to redo my site, so there not much there besides the first page.) I don't know ho

Re: [css-d] Centering Horizonal Navigation with Drop Downs

2011-04-07 Thread Philip Taylor (Webmaster, Ret'd)
John D wrote: Have you seen this article before: Let us know if this is what you were looking for. The drop-down for the fourth element is very strangely positioned : http://web-consultants.org.uk/sites/tests/css/Fullscr

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Chris F.A. Johnson
On Thu, 7 Apr 2011, Gabriele Romanato wrote: Hi, I've often asked myself: 'ok, we can rotate boxes with CSS3, but what this is good for?". Answer: visual effects. Like this: http://onwebdev.blogspot.com/2011/04/css-post-it-note.html Beware of trying to fit text into a fixed-size contain

Re: [css-d] Centering Horizonal Navigation with Drop Downs

2011-04-07 Thread John D
Have you seen this article before: Let us know if this is what you were looking for. Hi - I've been trying for two days to figure out how to center my top navigation and get the drop-downs to be under the correct heading. After mu

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Gabriele Romanato
thanks guys! I have to fix something, as you pointed out... ouch! however, absolute positioning is just for show... the intention is to use it in the future on some gallery with floats... at least, floats are aware of the position of other floats.. floats have almost empathy for developer's emotion

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread karla porter
it works nicely on chrome and ff on a mac Karla Porter Archer On Thu, Apr 7, 2011 at 12:44 PM, Geoff Lane wrote: > On Thursday, April 7, 2011, 6:34:31 PM, Philip Taylor (Webmaster, Ret'd) > wrote: > >> What has happened to some of the text on the >> yellow "Post-it" (R), Gabriele ? > >>    

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Geoff Lane
On Thursday, April 7, 2011, 6:34:31 PM, Philip Taylor (Webmaster, Ret'd) wrote: > What has happened to some of the text on the > yellow "Post-it" (R), Gabriele ? > http://web-consultants.org.uk/sites/tests/css/Fullscreen capture > 07-Apr-2011 183056.jpg --- FWIW, I got a chunk missing

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Philip Taylor (Webmaster, Ret'd)
What has happened to some of the text on the yellow "Post-it" (R), Gabriele ? http://web-consultants.org.uk/sites/tests/css/Fullscreen capture 07-Apr-2011 183056.jpg Philip Taylor Gabriele Romanato wrote: I've often asked myself: 'ok, we can rotate boxes with CSS3, but what t

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread David Laakso
On 4/7/11 1:07 PM, Gabriele Romanato wrote: Hi, I've often asked myself: 'ok, we can rotate boxes with CSS3, but what this is good for?". Answer: visual effects. Like this: http://onwebdev.blogspot.com/2011/04/css-post-it-note.html HTH Gabriele Correct for cross-over 1152 through 640?

[css-d] Experiment: CSS post it note

2011-04-07 Thread Gabriele Romanato
Hi, I've often asked myself: 'ok, we can rotate boxes with CSS3, but what this is good for?". Answer: visual effects. Like this: http://onwebdev.blogspot.com/2011/04/css-post-it-note.html The Google font is included in the zip file, so you can add it to your font folder if you view this dem

Re: [css-d] Why didn't div border wrap around div contents?

2011-04-07 Thread David Laakso
On 4/6/11 11:58 PM, Keith Purtell wrote: What's the deal? http://www.keithpurtell.com/kthings/indexNew.htm - Keith Purtell Try opening the nav block and containing the content within it... body { /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 1.0em;*/

Re: [css-d] css slider/slideshow...

2011-04-07 Thread Tim Wolf
>Message: 8 >Date: Mon, 4 Apr 2011 17:00:56 -0500 >From: Michael Beaudoin >To: css-d@lists.css-discuss.org >Subject: [css-d] css slider/slideshow... >Message-ID: <57f84d77-28f6-4fc7-b88f-e6ed9413e...@ba-doyn.com> >Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > >Can someone