[css-d] solved- navigation link a different colour when page is active

2010-08-05 Thread Shortie Designs
Hi All - thanks for all your help with this one - I created a class that targeted the tag called 'current' so your suggestions were most helpful Many Thanks! Sofia Woods Shortie Designs 0433 179 193 www.shortiedesigns.com shortiedesi...@gmail.com ___

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Duncan Hill
On Thu, 05 Aug 2010 22:08:45 +0100, Martin wrote: > Thanks everyone, > > The entries without vendor specific tags work fine on Opera. > The PIE extension seems to be partially working on IE. I'm testing > it on IE8. The drop-shadow effect seems to work fine. The radius property > doesn't seem to

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Martin
On 08/05/2010 10:55 AM, Martin Möller wrote: > For IE try: http://css3pie.com/ > > CSS3 PIE is a .htc plugin that makes Internet Explorer 6-8 capable of > rendering several of the most commonly used CSS3 properties ... > > > > On Thu, Aug 5, 2010 at 11:40 AM, Duncan Hill wrote: > >> On Thu, 05

Re: [css-d] :: opera mini 5.1 :: resolved

2010-08-05 Thread David Laakso
David Laakso wrote: > markup > > > > Best, > ~d > > Resolved on the Opera Mini Simulator and Sanyo Mirro handset. Settings: changed from low to: Image Quality High [ thanks to Duncan Hill -- on another list ]. This brings the image up

Re: [css-d] IE8

2010-08-05 Thread Alex Mitchell
On Thu, Aug 5, 2010 at 5:06 AM, wrote: > I test new webpages with several browsers, including IE6 and IE7 (on > separate machines). > > "Windows Live" is now suddenly touting "The new Windows Live Internet > Explorer 8 Browser" in a newsletter. That newsletter has NO information on > CSS processi

Re: [css-d] CSS ListBox Styling - using multiple lines

2010-08-05 Thread Alex Mitchell
On Wed, Aug 4, 2010 at 8:19 AM, Nancy Johnson wrote: > Hi, > > Is there any way to display content of one area on multiple > lines in a list box? > > > Lots of text Lots of > text > More text > > > Appears something like this in design view > > > Lot of text

Re: [css-d] IE8

2010-08-05 Thread Alex Mitchell
On Thu, Aug 5, 2010 at 12:52 PM, Alex Mitchell wrote: > On Thu, Aug 5, 2010 at 5:06 AM, wrote: > >> I test new webpages with several browsers, including IE6 and IE7 (on >> separate machines). >> >> "Windows Live" is now suddenly touting "The new Windows Live Internet >> Explorer 8 Browser" in a n

[css-d] IE8

2010-08-05 Thread bruce . somers
I test new webpages with several browsers, including IE6 and IE7 (on separate machines). "Windows Live" is now suddenly touting "The new Windows Live Internet Explorer 8 Browser" in a newsletter. That newsletter has NO information on CSS processing by IE8 or on the possibility of installing mo

Re: [css-d] IE8 float bug/s?

2010-08-05 Thread Alex Mitchell
On Wed, Aug 4, 2010 at 6:36 AM, Zoran Zorkic wrote: > > Yup, floating the img left did it. Thank you very much! > I really love how a thing like this comes up and just block the progress. > This was a interface for the app and I could not continue with fixing this > first :( > I did try asking a

[css-d] :: opera mini 5.1 ::

2010-08-05 Thread David Laakso
markup css around line 669 The image does not fill the width of the window in Sanyo Mirro scp3810 for BoostMobile running Opera Mini 5.1 nor in the Opera Mini Simulator.

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Martin Möller
For IE try: http://css3pie.com/ CSS3 PIE is a .htc plugin that makes Internet Explorer 6-8 capable of rendering several of the most commonly used CSS3 properties ... On Thu, Aug 5, 2010 at 11:40 AM, Duncan Hill wrote: > On Thu, 05 Aug 2010 09:25:26 +0100, Philippe Wittenbergh > wrote: > >> >>

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Duncan Hill
On Thu, 05 Aug 2010 09:25:26 +0100, Philippe Wittenbergh wrote: > > On Aug 5, 2010, at 5:14 PM, Duncan Hill wrote: > >>> For the record - WebKit (Safari 5 / Chrome 5) support border-radius >>> without the vendor prefix (-webkit-). Box-shadow still needs the >>> vendor prefix as it was not p

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Duncan Hill
On Thu, 05 Aug 2010 08:49:38 +0100, Philippe Wittenbergh wrote: > > On Aug 5, 2010, at 4:13 PM, Duncan Hill wrote: > >> the usual recommendation is to give the rules with vendor prefix first, >> followed by the 'natural' rule so that when Mozilla and Webkit fully >> adopt >> the property, the

[css-d] input backgound

2010-08-05 Thread William Gates
Hi Chris, Something like this should work: input, textarea { background: #efefef; } Cheers William __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-d

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Philippe Wittenbergh
On Aug 5, 2010, at 5:14 PM, Duncan Hill wrote: >> For the record - WebKit (Safari 5 / Chrome 5) support border-radius without >> the vendor prefix (-webkit-). Box-shadow still needs the vendor prefix as it >> was not part of the CSS3 background and borders module when it became a >> Candidate

[css-d] Help in changing background colour in text box

2010-08-05 Thread Chris
I'm not sure if this is the place to ask this question. I've designed a form, but for the life of me I can not change the color of the background text field. Right now it is white, which doesn't match the rest of my design theme. I've gone into the css for the form and changed every background

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Philippe Wittenbergh
On Aug 5, 2010, at 4:13 PM, Duncan Hill wrote: > the usual recommendation is to give the rules with vendor prefix first, > followed by the 'natural' rule so that when Mozilla and Webkit fully adopt > the property, their browsers will respond to the 'natural' rule and ignore > the prefixed v

[css-d] CSS internationalization: transliteration

2010-08-05 Thread Gabriele Romanato
Hi! Just some notes after an useful conversation that I had this morning: http://onwebdev.blogspot.com/2010/08/css-internationalization.html HTH :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) htt

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Duncan Hill
On Wed, 04 Aug 2010 23:43:27 +0100, Martin wrote: > Hi there. > > Is there any way of imitating it in opera and IE. It works fine in FF > and Chrome. > > .shadowed { > border: 1px solid #c4c8cc; > -moz-box-shadow: 3px 3px 7px #999; > -moz-border-radius-bottomright: 15px; > -moz-bo