Just noticed you've already tried that...I'll read your post first next time.
What you could do is make stuff not display by using this in your code:
Code:
#elementdiv{
display:none;
}
then just have one element showing...that being your #infobar ..
?
really, though, this is a stupid idea. What would be better is to feature a little infobar someone on screen that alerts your visitors if they're using a certain ie browser, without actually disabling the functioning or displaying of your site.
regards.
|