dhiruSingh
-
Rounded corners not working in Chrome
@Bluej: -webkit-border-radius:5px;
-
content getting change when minimizing browser's window
@karthi... how you have constructed HTML desinging, i mean in percentage or Pixel..???
-
Fonts in Browser
@padma... chris is saying true, you cannot use any font without license on to the server, my suggestion is try another font similar to your requirement from googlefonts or buy license.. :)
-
Ul li:hover with outside div control
@hug... my req is little bit tricky... :P
-
CSS Vertical-align challenge
@begetolo.. you can use this code, its working fine for me...!! height:150px; width:150px; background:#efefef; text-align:center; display:table-cell; vertical-align:middle;
-
Fonts in Browser
@padma... you can use Google fonts its very easy and effective way to format fonts... http://www.google.com/webfonts
-
background not sizing right when website zooming in/out
@view4coins - @babyGinner... you can use this code its will work in all browsers html{background:url(XXXXXXXXX.jpg) no-repeat center; background-size:100%; width:100%; height:100%;}
-
Ul li:hover with outside div control
@jamy_za.. i want to control parent element with child element.. can i??? @alexmccabe ... i want to use pure CSS for that.. if there is only JS solution then i think must go with JS...
-
Ul li:hover with outside div control
@chrisburton... here is the "http://codepen.io/dhiruSingh/pen/fkhuC"