
November 14th, 2012, 06:53 PM
|
 |
A Change of Season
|
|
|
|
Quote: | Originally Posted by simplypixie Firstly I really need to implore you to get rid of your tables for layout (this is about 10 years out of date for styling and developing a website's layout) and also move your css styles into an external stylesheet (i.e. not inline with your page code).
With regard to your actual issue, as far as I am aware, this is only possible with JavaScript and as I am not an expert in JS I can't give you the code so you wil have to research it I am afraid. | Hello how are you? Tables are 10 years out of date? I believe they are very helpful, I see Facebook and quite few other big websites use them as well.
Code:
Like this in Facebook:<table class="uiGrid fbChatSidebarFooter" cellspacing="0" cellpadding="0"><tbody><tr><td><div clas
Anyways, style have to be moved out 100% agree.
So actual issue is not achievable with CSS? Are you sure?
|