473,396 Members | 1,789 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,396 software developers and data experts.

Expanding tables

Hi everyone,

If someone can point me in the right direction with this it would be v
appreciated!

I'm working on quite a large site, but I'm experiencing some problems
when it comes to displaying in Safari and Mozilla, I've tested Opera,
IE and Netscape and all seems ok.

It appears that my main layout table is shooting off wider than it
should do and blowing apart a bit, and one of the cells isn't keeping
it's correct bg colour.

The HTML is all W3C validated, although I'm not using full CSS for
layout.

You can see it at:
www.jb-media.com/yes-final/pages/events

Any help at all would be great!

Tom
Jul 23 '05 #1
3 3406
Tom Jordan wrote:
It appears that my main layout table is shooting off wider than it
should do and blowing apart a bit, and one of the cells isn't keeping
it's correct bg colour.
"Its", not "it's". Which cell?
The HTML is all W3C validated, although I'm not using full CSS for
layout. Any help at all would be great!


This would be a really easy layout to do in CSS. Rather than debugging
the tables, do it properly.

If you want visually impaired people or search engines to use your site,
I hope your current lipsum text-images will be replaced with real text.
This is the total page as Lynx (and thus search engines) will see it:

Next Event
Sun, 15 August
Editors Page
Letters to the Editor
Calendar
Activities
Workshops
The Yes Group is a premier events organisation. Bringing you the best
contemporary speakers
in personal development, health, wealth and relationships.

Contents
Join us
Editorial Team
Search
--
Mark.
http://tranchant.plus.com/
Jul 23 '05 #2
Thanks for the constructive input Mark....

I've ripped it apart and started over in CSS, would you mind having a
quick look and giving me your opinion?

http://www.jb-media.com/yes-final/css/default.asp

Thanks again,

Tom

Mark Tranchant <ma**@tranchant.plus.com> wrote in message news:<41***********************@ptn-nntp-reader04.plus.net>...
Tom Jordan wrote:
It appears that my main layout table is shooting off wider than it
should do and blowing apart a bit, and one of the cells isn't keeping
it's correct bg colour.


"Its", not "it's". Which cell?
The HTML is all W3C validated, although I'm not using full CSS for
layout.

Any help at all would be great!


This would be a really easy layout to do in CSS. Rather than debugging
the tables, do it properly.

If you want visually impaired people or search engines to use your site,
I hope your current lipsum text-images will be replaced with real text.
This is the total page as Lynx (and thus search engines) will see it:

Next Event
Sun, 15 August
Editors Page
Letters to the Editor
Calendar
Activities
Workshops
The Yes Group is a premier events organisation. Bringing you the best
contemporary speakers
in personal development, health, wealth and relationships.

Contents
Join us
Editorial Team
Search

Jul 23 '05 #3
Tom Jordan wrote:
Thanks for the constructive input Mark....

I've ripped it apart and started over in CSS, would you mind having a
quick look and giving me your opinion?

http://www.jb-media.com/yes-final/css/default.asp


You have to admit that it makes the markup a lot easier and more logical.

If you must go with a fixed-width, image-based design, it looks good. A
few points:

1) How about some alternative text set to "display: none;" for text
browsers and search engines to parse?

2) Why HTML-4.0, when 4.01 is the standard and has been since Christmas
1999?

3) Why declare a charset of windows-1252? Wouldn't iso-8859-1 be more
appropriate?

4) Don't size fonts in px. It prevents IE from resizing them, and is
very hard to read on higher resolution displays. In gerenal, it's best
not to specify font sizes at all.

5) Provide a generic alternative to Arial, which may not be installed on
all machines: "font-family: Arial, sans-serif;". There's more out there
than just Windows (applies to point 3 as well).

6) Your menu should be a list with an appropriate header rather than
bold text and normal text with linebreaks. See my site (sig) for an
example, or read http://www.alistapart.com/articles/taminglists/.

7) I understand that this is probably just for development, but you will
split the CSS into a separate file when you're done, won't you?

--
Mark.
http://tranchant.plus.com/
Jul 23 '05 #4

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

Similar topics

1
by: Bhiksha Raj | last post by:
Hi, I created an expanding menu on one of the frames in my webpage using code I got from http://www.dynamicdrive.com/dynamicindex1/navigate1.htm I have embedded the code (with minor...
2
by: andrewcw | last post by:
I have 3 datasets I rotate to my datagrid I apply a style to each like this and cause the grid ( gridTX ) to expand.. When I look in the debug window at the datasouce attached to the grid, those...
6
by: Jack | last post by:
Hello, I would like some advice on how to disable the behavior of treeviews to expand and collapse when double clicked upon, but still allow the user to use the plus and minus on each node. ...
13
Chrisjc
by: Chrisjc | last post by:
I am in need of an expanding and collapsing code… The goal is To be able to click a PICTURE IMAGE and expand to show information Reason for this is I have 3 TABLES of information of about ...
5
by: Greg | last post by:
An apple farmer has several farms and at them, numbered boxes to hold the fruit. The boxes can be numbered 1-99. The farmer has two tables to keep track of the fruit, one that tells what fruit...
4
by: Phil Stanton | last post by:
I have a FE BE Db for handling membership of various clubs. The Db is split into a FE & BE, with all the active tables in the BE. The only tables in the FE are pretty static (such things as paths...
4
by: Sean | last post by:
Hi, all, In a table I can easily get those expanding nodes (+ and - signs) to expand/collapse subdatasheets. How can I get those in forms? Thanks, Sean
1
by: cbradio | last post by:
thescripts gurus, I would like to know if I could get some help with making elements of my layout expand (liquid) to the size of their containers, but also allow for some predefined, static...
1
by: Chris | last post by:
Hi- I'm running this database query where the results will be used to populate my treeview. For Each drPA As DataRow In dsMasterList.Tables(0).Rows iRoot = iRoot + 1 nRootNode = New...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.