2 questions, i was doing nothing productive, and tried selecting the google home page (a left click drag and select whole page) on google.com
i see that beside the search box, on the left side, there is an empty space
i looked up the source code and there indeed was a <td width=25%> </td>
stupid as it may sound, but i was still curious to know why the blank space is out there..or is it just a simple typo?? 🙂
also, any idea what window.lol&&lol() does? curious yet again, google search didnt get me any result and i thought i would turn to stackoverflow to enlighten me…
thanks,
ivar
i see that beside the search box, on the left side, there is an empty space i looked up the source code and there indeed was a stupid as it may sound, but i was still curious to know why the blank space is out there..or is it just a simple typo?? 🙂
This is probably to ensure that the row containing that cell has the minimum height of the height of a line. Perhaps the search bar [which is on the same table row as the cell specified in your question] is sized to 100% of the height of its containing cell?
also, any idea what window.lol&&lol() does? curious yet again, google search didnt get me any result and i thought i would turn to stackoverflow to enlighten me…
If window.lol is defined [and it isn’t] the lol is called.