Re: conditional css

2012-09-19 Thread Bruno Borges
If you try to use the Twitter's Bootstrap template, it throws an exception
of unclosed tag... :-(

I removed those conditional CSS's and then it worked.

*Bruno Borges*
(11) 99564-9058
*www.brunoborges.com*



On Wed, Sep 19, 2012 at 2:53 AM, Martin Grigorov mgrigo...@apache.orgwrote:

 Hi,

 What is the problem ?

 On Wed, Sep 19, 2012 at 12:44 AM, Bruno Borges bruno.bor...@gmail.com
 wrote:
  Any updates on this issue on the Wicket 6 release?
 
  I tried to use Twitter's Bootstrap and it failed to load. :-/
 
 
  *Bruno Borges*
  (11) 99564-9058
  *www.brunoborges.com*
 
 
 
  On Tue, Feb 8, 2011 at 10:42 PM, shetc sh...@bellsouth.net wrote:
 
 
  see
 
 
 http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058
 
 
 http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058
  --
  View this message in context:
 
 http://apache-wicket.1842946.n4.nabble.com/conditional-css-tp3276786p3287656.html
  Sent from the Users forum mailing list archive at Nabble.com.
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 



 --
 Martin Grigorov
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: conditional css

2012-09-18 Thread Bruno Borges
Any updates on this issue on the Wicket 6 release?

I tried to use Twitter's Bootstrap and it failed to load. :-/


*Bruno Borges*
(11) 99564-9058
*www.brunoborges.com*



On Tue, Feb 8, 2011 at 10:42 PM, shetc sh...@bellsouth.net wrote:


 see

 http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058

 http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058
 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/conditional-css-tp3276786p3287656.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: conditional css

2012-09-18 Thread Martin Grigorov
Hi,

What is the problem ?

On Wed, Sep 19, 2012 at 12:44 AM, Bruno Borges bruno.bor...@gmail.com wrote:
 Any updates on this issue on the Wicket 6 release?

 I tried to use Twitter's Bootstrap and it failed to load. :-/


 *Bruno Borges*
 (11) 99564-9058
 *www.brunoborges.com*



 On Tue, Feb 8, 2011 at 10:42 PM, shetc sh...@bellsouth.net wrote:


 see

 http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058

 http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058
 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/conditional-css-tp3276786p3287656.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: conditional css

2011-02-08 Thread Pedro Santos
I guess conditional tags are fine:

!--[if lt IE 7 ]link type='text/css' href='css/basic_ie6.css'
rel='stylesheet' media='screen' / ![endif]--
!--[if IE 7 ]link type='text/css' href='css/basic_ie7.css'
rel='stylesheet' media='screen' /![endif]--
!--[if IE 8 ] link type='text/css' href='css/basic_ie8.css'
rel='stylesheet' media='screen' /![endif]--
!--[if IE 9 ] link type='text/css' href='css/basic_ie9.css'
rel='stylesheet' media='screen' / ![endif]--
!--[if (gt IE 9)|!(IE)]!--link type='text/css' href='css/basic_ie.css'
rel='stylesheet' media='screen' / !--![endif]--

On Tue, Feb 8, 2011 at 6:54 PM, fachhoch fachh...@gmail.com wrote:


 how can I  use condtional css

 something like


 !-- IE6 fix for the close png image --
 !--[if lt IE 7]
 link type='text/css' href='css/basic_ie.css' rel='stylesheet'
 media='screen' /
 ![endif]--

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/conditional-css-tp3276786p3276786.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Pedro Henrique Oliveira dos Santos


Re: conditional css

2011-02-08 Thread mbrictson

You might find this useful

http://opensource.55minutes.com/apidocs/fiftyfive-wicket/2.0.3/fiftyfive/wicket/css/InternetExplorerCss.html

Source:

http://opensource.55minutes.com/svn/java/tags/releases/fiftyfive-wicket-2.0.3/src/main/java/fiftyfive/wicket/css/InternetExplorerCss.java

Wicket 1.5 version:

http://opensource.55minutes.com/svn/java/branches/wicket-1.5-migration/src/main/java/fiftyfive/wicket/css/InternetExplorerCss.java

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/conditional-css-tp3276786p3276897.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: conditional css

2011-02-08 Thread shetc

see 
http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058
http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058
 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/conditional-css-tp3276786p3287656.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org