disabling

How to disable a border of html?

Can any one please tell me how can I disable the border of html? I was going to embed the html on another application and the border makes it look kind of boring.. Is there any CSS code to do this? thanks! ...

How to disable text selection with css or js?

Hi every body! I am making a html/css/jquery gallery, with serveral pages. I indeed have a "next" button, which is a simple link with a jquery click listener. The problem is that if the user click the button serveral times, the text of the button is selected, and then the full line of text. In my really darky design, that is really ...

How can I disable the seek bar for audio controller

I'm currently using the following seekbar for showing my audio palying progress, i want to disable thumb movement by user <Seekbar android:padding="7dp" android:id="@+id/SeekBar01" android:layout_width="245dip" android:thumb="@drawable/seekthumb2" android:progressDrawable="@drawable/seekbar1" android:layout_height="fill_parent" android:...