Add Margins in XHTML
In XHTML it is not recommended to add topmargin,leftmargin in the following way. <body topmargin="0"> When we are going to validate the code with W3C Validator ,this will give an error.Therefore...
View ArticleSimple HTML CSS Image Gallery
Here I have used html and CSS to create this image gallery.You can view Demo hereDemo URL : http://www.nimesha.comyr.com/projects/ImagegalleryIt will load image without refreshing the page.Here I have...
View ArticleImage Gallery with Image Upload (Auto create Image Gallery)
I have modified the previous code for uploading images and creating the gallery automatically.Visit DemoThe image upload interface will be displayed when we add the following code.I have named it as...
View ArticleCSS opacity issue in IE
I had a problem of creating a transparent DIV in IE. It was not ok giving the following line in the style sheet. #transparentDiv{ opacity:0.01; } Therefore I had to use both #transparentDiv{...
View ArticleWaveform Creator & Audio Player
Hi Friends Hope you all are ok…Last few days I was busy and could not write any blog post… Last few months I was developing a music player in c# asp.net.There were lot of code samples and products for...
View Article