I am trying to use css3 styles(like border-radius,box-shadow) in my bsp application.But these new styles are not applied in BSP. I have tried by replacing the BSP tag to too.But the existed elments(like table,listbox etc.) do nto work properly.The entire alignment has been destroyed. Can I know the reason?
Asked
Active
Viewed 600 times
0
-
Greetings, can you provide the code you use in your BSP ? – tomdemuyt Apr 06 '12 at 17:48
-
I got the problem why css3 is not working in bsp.There are not appending !DOCTYPE tag at before header tag.Of course,we can add that at the top of our page.But destroys other element layout..that is the problem...Can you analyze the problem? – Rama Rao M Apr 07 '12 at 07:08
1 Answers
1
Okay, so you want to use the standard BSP libraries and you want to use css3 ? I am not sure that can be done. I would drop the standard libraries and start using the jQuery UI and Bootstrap libraries.
Especially as the standard BSP libraries are aging very badly.

Wladimir Palant
- 56,865
- 12
- 98
- 126

tomdemuyt
- 4,572
- 2
- 31
- 60