Website optimisation
Today I integrated a small but non-neglectable optimisation for my MT blog. In the era of again slow internet connections (on mobile phones for instance) a faster access to the menu can save you precious seconds and bytes. Therefore remember to place the the menu in the HTML structure before the content.
Now there might be some issues with the layout since the order changed. Fortunately MT integrates several standard layouts, thus I had to
- inverse the placement of the
alphaandbetadiv - change the
betadiv todeltain order to float right instead of left, and subsequently thebeta-innerdiv todelta-innertoo.
Note: alpha, beta and gamma are float:left; and only delta is float:right;
Simple and effective.



