I have a page which has anchor tag clicking on which ma div tag toggles. I want to make whole body of page black or shaded except that Div tag.
|
feedback
|
|
Well then you need to set body's background color first and then your div's background. So make function | |||
|
feedback
|
|
It sounds like you really want a "Modal Dialog" type of display. There are a number of JQuery and other methods to do this. Here is a good one that I've used before, Simple Modal | |||
|
feedback
|