hi all,
I am having a simple CSS file with the following tag:
.topdivision
{
width:100%;
height:100px;
background-image:url(../images/banner5.jpg);
background-repeat:no-repeat;
background-position:center ;
}
And as I am using this with ASP.NET page, I have given a reference in the page as:
<link href="App_Theme s/rainy/rainy.css" rel="Stylesheet " type="text/css" />
and I have used the "topdivisio n" tag like:
<div id="div_top" class="topdivis ion" runat="server"> </div>
I think everybit of process is fine, but I am unable to view the image I am using as a background(bann er5.jpg) image.
Can you help me through.
Regards,
Royal
I am having a simple CSS file with the following tag:
.topdivision
{
width:100%;
height:100px;
background-image:url(../images/banner5.jpg);
background-repeat:no-repeat;
background-position:center ;
}
And as I am using this with ASP.NET page, I have given a reference in the page as:
<link href="App_Theme s/rainy/rainy.css" rel="Stylesheet " type="text/css" />
and I have used the "topdivisio n" tag like:
<div id="div_top" class="topdivis ion" runat="server"> </div>
I think everybit of process is fine, but I am unable to view the image I am using as a background(bann er5.jpg) image.
Can you help me through.
Regards,
Royal
Comment