Tuesday, November 3, 2009

ASPMenu is not working in IE 8 , Crome , Safari

This is due to Z-index position in IE8 so I like to suggest a few possible workarounds to solve quickly the issue:

so you can do with :

Overriding the z-index property like
.IE8Fix
{
z-index:100;
}
Cut and paste this code


For Crome of Safari

ASPMenu not working fine so u have to put this code on pageonload

if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
{
Request.Browser.Adapters.Clear();
}

So this is solution of aspmenu

Wednesday, August 6, 2008

No right click

Monday, July 28, 2008

Image gallery css code tutorial

"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">


A 'Two Step' CSS Photograph Gallery






A 'Two Step' CSS Photograph Gallery


Styled with CSS only



by Stu Nicholls




Instructions



  1. Hover your mouse over the outer thumbnail images for a half size photo

  2. Click your mouse to enlarge the half size image to full size.



The 'clicked' full size image will remain in the gallery until you select another
'clicked' image or click again outside of the gallery.


Opera and Safari require the mouse click to be held for the full size image.