Rank: Member Groups: Member
Joined: 5/20/2008 Posts: 12
|
Here is how the toolbar looks while the page is loading http://www.soperent.com/files/toolbar_notok.gif After the toolbar has looaded it looks like this the below link which is correct. http://www.soperent.com/files/toolbar_ok.gifI can not find size attributes on toolbar items.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
That's prefectly normal. It's very common for browser to use some "assumed size" to layout the page while the page is loading, and rearrange them once all element's sizes are known.
|
Rank: Member Groups: Member
Joined: 5/20/2008 Posts: 12
|
I understand this is normal. Can I declare the toolbar item width so this does not happen?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
I do not think so. What you dealing with is not a toolbar as a single entity. To the browser it is made up of many child elements, so if you were to set size, you would need to explicitly set those child elements’ size.
|