Re: [css-d] Using CSS to style a back button

2017-02-23 Thread Marie-Ange Demeulemeester
Hi Rod, Use cursor:pointer; Instead of "Back to Product" = html5 Regards, Marie 2017-02-23 23:48 GMT+01:00 Rod Castello : > Hi, > I'm using this code to generate a button that takes my users to the page > the just came from. > > > It works fine, but I would like to

[css-d] pseudo-class :not Selector

2015-09-24 Thread Marie-Ange Demeulemeester
Hi, I can’t succeed to give properties on: html div.x select{...} And not to html.linux.safari div.x select{...} This works: html:not(linux) div.x select{...} html:not(safari) div.x select{...} but I need both conditions This doesn’t work: html:not(linux.safari) div.x select{...}

[css-d] Font-size unit Mobile and tablet Android

2012-09-06 Thread Marie-Ange Demeulemeester
Hi, According this specs http://developer.android.com/design/style/typography.html , I've defined my font-size in sp (scale-independent pixels): body{font-family:Roboto,Helvetica,Arial,sans-serif; font-size:14sp; } p.size20 {font-size:20sp; font-size:larger} Or in dp (Density-independent

[css-d] position with div in stead of table

2012-04-09 Thread Marie-Ange Demeulemeester
Hi, I need a block with two columns. Despite of the quite simple code by using a table, I’ve tried to have the same result with DIV. The requirements are: · The columns have an equal height · Each column has a different background-color · 2 columns: first column always