i have made a page layout using table & css
with resolution 1024 it appears correctly as designed
but with resolution 1366 the controls appears to be moved
| SitePoint Sponsor |




i have made a page layout using table & css
with resolution 1024 it appears correctly as designed
but with resolution 1366 the controls appears to be moved
1) give fixed width for table
2) align center table
if this not help post your code


Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form
Try your hand at the new JavaScript Challenge!
If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.

Hello svibuk.
You may have made a table with teh additional help of CSS, though tables and widths don't go together nicely. Your best bet, as mentioned before, is to just ditch the tables and allow yoru structure to be made with <div>'s and use floating to get column effects.
You may not like the idea of having to start your structure again from scratch, however it's for the best. Tables aren't meant to be the structure of a document. They are only meant to hold tabular data.
Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work
Bookmarks