PDA

View Full Version : solved



rosegarden
September 12, 2012, 01:49 AM
I tried doing the following but was not successful at the style.css

========================================

form
{
margin: 0;
}
ul,
li
{
padding: 0;
margin: 0;
list-style: none;
}

table
{
/* border-collapse: collapse; */
border-spacing: 0;
border-padding: 0;
border: 0px;
}

rosegarden
September 12, 2012, 11:39 AM
Sorry this is not solved ... if anyone know please kindly assist

Riba
September 12, 2012, 06:06 PM
Desmond, what are you trying to accomplish? Do you want to prevent the blocks to be minimized by clicking the title? This is done via jquery, I don't think you can prevent that via CSS only. I can try to help you but please clarify first.