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 style it and set the curso

[css-d] pseudo-class :not Selector

2015-09-24 Thread Marie-Ange Demeulemeester
{...} Code: OR Who can help me? Thanks a lot. Regards, Marie-Ange (Side info: I need this to solve the bug in android stock browsers with responsive design. Problem; When you add a border or background to a select, the arrow and border anymore on that dropdown box are not

[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 Pixels):

[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

[css-d] How can I avoid vertical scrollbar in frame?

2009-11-12 Thread Marie Ange
Hi, I have a frameset with a top frame with height=120px. This page contains 3rows, with a total height of 120px. However, I have a scrollbar in the top frame in almost all browsers: FF, Chrome, Safari. IE has no scrollbar. How can I disappear this scrollbar, without using "overflow hidden"