473,394 Members | 1,879 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Table-less design. Am I doing this right?

Hello all,

I'm taking a shot at table-less design, but I feel like I'm poking in the
dark here. I decided to try and recreate the main page of a webiste that I
run, www.sayatnova.com, using CSS and table-less design. The page is
currently based on nested tables.

I'm not sure I'm doing this right, but I've created several DIV's and nested
them within each other. But, it doesn't line up at all in Firefox, and the
whole design seems really "buggy". If I put a space or type something or try
to move an image, the whole design collapses. It seems as if the design is
extremely delicate and prone to the slightest errors. I'm not sure if it's a
nature-of-the-beast thing or if it's poor design on my part. I'll be willing
to bet that it's poor design on my part :>)

Here's the link to my mock-up:
http://home.comcast.net/~vikenk/test/test.htm

Here's the link to the site I'm trying to emulate:
www.sayatnova.com
Jul 21 '05 #1
1 1903
Viken Karaguesian wrote:
Hello all,

I'm taking a shot at table-less design, but I feel like I'm poking
in the dark here. I decided to try and recreate the main page of a
webiste that I run, www.sayatnova.com, using CSS and table-less
design. The page is currently based on nested tables.
...and frames oh my.
I'm not sure I'm doing this right, but I've created several DIV's
and nested them within each other. But, it doesn't line up at all
in Firefox, and the whole design seems really "buggy". If I put a
space or type something or try to move an image, the whole design
collapses. It seems as if the design is extremely delicate and
prone to the slightest errors. I'm not sure if it's a
nature-of-the-beast thing or if it's poor design on my part. I'll
be willing to bet that it's poor design on my part :>)
You would most likely win the bet. :-)
Here's the link to my mock-up:
http://home.comcast.net/~vikenk/test/test.htm
Oh. That appears to be an attempt at a two-column layout, but your
original ...
Here's the link to the site I'm trying to emulate:
www.sayatnova.com


...is frames and three columns. Have a look at some well-designed
templates and then decide if you are approaching it correctly.

http://www.benmeadowcroft.com/webdev...th-footer.html

Links there to Ben's other layouts, two-column and so forth. Once you
have gleaned all this, you can then dump the following:

"**This site is designed to be viewed full screen on a 17" monitor at
800x600 resolution and may not look correct at other resolutions.
**The preferred browser for this site is Microsoft Internet Explorer
Version 5.0 or higher. Certain features may not operate correctly with
other browsers. ..."

(Don't know why I need a 17" monitor to use 800x600. Usually larger
monitors have higher resolution.)

--
-bts
-This space intentionally left blank.
Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Xah Lee | last post by:
Here's the belated Java solution. import java.util.List; import java.util.ArrayList; import java.lang.Math; class math { public static List range(double n) { return range(1,n,1); }
9
by: Ed_No_Spam_Please_Weber | last post by:
Hello All & Thanks in advance for your help! Background: 1) tblT_Documents is the primary parent transaction table that has 10 fields and about 250,000 rows 2) There are 9 child tables with...
9
by: Wang, Jay | last post by:
I try to group several rows in a table into a div and show/hide them by click on a button somewhere with a javascript link. When clicked, the link will toggle the style of the div section's style...
2
by: steventhrasher42 | last post by:
I can't figure out a way to possibly make this work in HTML. I have a table embedded in another table, with the inner table spanning a few columns. I would like for the outer table to span the...
3
by: Terrence Brannon | last post by:
I don't know what Postgres considers a relation and had no intention of creating one when piping my schema to it... I always DROP TABLE before CREATE TABLE, so here are the ERRORS emitted when...
7
by: Bing Wu | last post by:
Hi Folks, I have a very large table containing 170 million rows of coordinats: CREATE TABLE "DB2ADMIN"."COORDINATE" ( "FID" INTEGER NOT NULL , "AID" INTEGER NOT NULL , "X" REAL NOT NULL ,...
76
MMcCarthy
by: MMcCarthy | last post by:
Normalisation is the term used to describe how you break a file down into tables to create a database. There are 3 or 4 major steps involved known as 1NF (First Normal Form), 2NF (Second Normal...
7
by: Kamal | last post by:
Hello all, I have a very simple html table with collapsible rows and sorting capabilities. The collapsible row is hidden with css rule (display:none). When one clicks in the left of the...
5
by: wugon.net | last post by:
question: db2 LUW V8 UNION ALL with table function month() have bad query performance Env: db2 LUW V8 + FP14 Problem : We have history data from 2005/01/01 ~ 2007/05/xx in single big...
5
by: jrod11 | last post by:
hi, I found a jquery html table sorting code i have implemented. I am trying to figure out how to edit how many colums there are, but every time i remove code that I think controls how many colums...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.