This page has moved. You will be automatically redirected to its new location in 10 seconds. If you aren't forwarded to the new page, click here.

Search This Blog

Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

Thursday, December 10, 2009

Using relative urls in stylesheets

The urls in the stylesheet are with reference to the css file

http://stackoverflow.com/questions/940451?sort=oldest#sort-top

Tuesday, October 20, 2009

Assign CSS on the basis of browser

<link type="text/css" rel="stylesheet" href="css/white-master.css" media="screen, projection" />
<link type="text/css" rel="stylesheet" href="css/jquery.jcarousel.css" media="screen, projection" />
<!--[if IE]>
<style>
#browser-controls li.txturl input
{
width: 340px; /*367 *..340/
/* height: 20px; */
height:24px;
padding:0px;
/* list-style: none; */
}
</style>
<![ENDIF]-->

you can also use the link tag instead of the inline style tag