![]() |
| ||||||||||
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Graphic, Design, Digital Images Talk about design, layout, your own work, photography, software related to graphics etc... |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Which makes a better layout? Using Frames and loading about four different files or use tables and have to add a whole lot more code? I use frames, but they all load at different times. Most of the page is finished loading, but one sidebar is still white. |
| |||
| I don't prefer using frames. Some browsers won't support it and the page will look very different in different resolutions and different browsers. Though tables use a lot more code, it loads much faster than the frames.... If you use frame for a navigation bar, which must always be displayed with the page, try creating a CSS or javascript navigation menu, which reduces the code considerably. |
| |||
| Yeah, well actually I've stopped using both frames AND tables. Well, I still use tables a little...Now I'm using layouts with full CSS. No tables. No frames. All CSS. I do notice though that the page looks slightly different between IE and Firefox, but still looks ok. Thanks for the replies! |
| |||
| I agree with spoweb it is best practice to now use pure css to format html pages and gives you much more flexibility. It takes a little time to get used to using css properly but if used correctly makes a lot less code in the long run as you can create external css files that if you change the css file will change the layout of the whole site instead of having to reduplicate all the code throughout the site and then change the code on all the pages when you make an edit. |
| |||
| Quote:
At the moment I use ruby on rails and want to integrate AJAX to be even faster. |
| |||
| Quote:
The reason are: -no more bothering with colspan and rowspan issues -each cell can have its own dimensions -you can overlay parts (which is impossible with tables) reasons against: -I do not know any wysiwyg editor for css based designs (but I do not think a wysiwyg editor is the right choice for professional developer) So I can only recommend to use css based layouts for your sites. |
| |||
| I have also shifted to php along with CSS. Its much better than using frames. Creating different pages for each part of the site and including it to a single page with <? include ''?> code looks so simple. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How would you pass a variable from Flash AS3 to a HTML website? | Ghast | HTML/CSS/DHTML | 0 | 01-23-2010 03:52 AM |
| Why Web site not indexed in Yahoo? | Infoindya | SEO - Search Engine Optimization | 0 | 01-22-2010 12:04 PM |
| I installed windows xp on a laptop that already had windows vista. How do... | indsmaz | WIndows XP | 1 | 12-09-2009 02:21 AM |
| when you jailbreak your iphone does it erase your contacts? | djburnop | Apple Iphone | 2 | 12-09-2009 01:18 AM |
| I lost my blackberry disk!? | GETLIKEME | BlackBerry | 1 | 12-08-2009 12:52 PM |