function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
irlrobinsirlrobins 

CommandButton widths in Summer 11

Noticed this morning that many of the apex:commandButtons in our custom VisualForce Pages are not displaying correctly. Their width appears to be 0px in IE 7 and 9. They appear correctly in Firefox 3.6.

 

The visualforce pages form part of our force.com site.

 

I'm assuming this issue is a result of Summer 11 release which went live in emea this weekend,

 

Anyone else seeing this issue?

 

 

 

R

irlrobinsirlrobins

As a fix I added the following line to our custom CSS to override the standard one

 

body .btn {width: auto;}

 

Appears to have fixed our issue.