In my aspx page.background image should be static whereas my remaining functionality(i mean controls or anything) should be scrolling.How to apply this.

Recommended Answers

All 3 Replies

hi rao, just give this coding in the master page. in this coding give ur url for ur image k.

<asp:Image ID="Image5" runat="server"[B] ImageUrl="~/Images/header1.jpg"[/B] style="z-index: 100; left: -1px; position: absolute; top: 8px; filter: alpha(opacity=25); opacity:0.5;" Height="600px" Width="1005px" />

if u want to image to be brighter change the opacity value. k.

try this and rply.

did u get answer???? if yes , then mark it as solved k

sorry my task was different anyway thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.