473,796 Members | 2,445 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

table background problem, help?

I'm trying to get this page to look the same in Netscape and IE.

I have a box that says 'Upcoming Events' on the lower left of the
page. It's supposed to have a gray background, but in NS 4.x it won't show
up:

http://www.wavian.com/clients/pugwash/

I'm also running into the same problem I think at the top, where I have a
navigation bar running horizontally that says 'about us' 'donate' (etc.) -
I want the blue background to span the entire width of the table, and it
doesn't do that in NS 4.x.

Both of these work well in IE though.

Any suggestions?

Thanks!
Holly
Jul 20 '05 #1
15 2066
On Wed, 21 Apr 2004, Holly wrote:
I'm trying to get this page to look the same in Netscape and IE.
Why? (that's a serious question)
And what's "Netscape"? (that's another)
I have a box that says 'Upcoming Events' on the lower left of the
page. It's supposed to have a gray background, but in NS 4.x it won't show
up:

http://www.wavian.com/clients/pugwash/
You have IMHO far more serious problems to address. Your page is very
inflexible, and fails to even approach being valid HTML. It's
composed by last century's misguided wannabe-DTP-pseudo-HTML.

Whoever taught you how to do this stuff has seriously let you down.
Stick around the HTML and stylesheets group for a while, get the
general temperature, I'm sure you'll grasp the general feelings.
Both of these work well in IE though.


That's always a warning sign. IE is (for the most part) reasonably
capable of browsing a page that's been designed for the WWW, but the
converse is emphatically not true - a page that has been designed
specifically for IE is almost guaranteed to cause problems on
WWW-conforming browsers.
Jul 20 '05 #2
"Alan J. Flavell" <fl*****@ph.gla .ac.uk> wrote in message news:<Pi******* *************** ********@ppepc5 6.ph.gla.ac.uk> ...
On Wed, 21 Apr 2004, Holly wrote:
I'm trying to get this page to look the same in Netscape and IE. [snip] I have a box that says 'Upcoming Events' on the lower left of the
page. It's supposed to have a gray background, but in NS 4.x it won't show
up:
http://www.wavian.com/clients/pugwash/


You have IMHO far more serious problems to address. Your page is very
inflexible, and fails to even approach being valid HTML. It's
composed by last century's misguided wannabe-DTP-pseudo-HTML.

[snip]

That page used table-layout, and was therefore incapable of DTP-like
precision. Tables simply don't behave like that. They tend to adapt to
their contents, and the user's viewing conditions, despite any
author's attempts to control them.

Modern experts who want pixel-precision, approaching DTP-like
fixed-width properties, use tableless-layout via CSS.

Here is some discussion of the topic:

http://photomatt.net/archives/2003/1...width-designs/
http://www.notestips.com/80256B3A007F2692/1/TAIO-5TT34F

Here are some very attractive fixed-width designs:

http://www.nozzon.com/testing/new.asp

http://www.csszengarden.com/?cssfile=100%2F100%2Ecss
http://www.csszengarden.com/?cssfile=098%2F098%2Ecss
http://www.csszengarden.com/?cssfile=096%2F096%2Ecss
http://www.csszengarden.com/?cssfile=095%2F095%2Ecss
http://www.csszengarden.com/?cssfile=092%2F092%2Ecss
http://www.csszengarden.com/?cssfile=091%2F091%2Ecss
http://www.csszengarden.com/?cssfile=089%2F089%2Ecss
http://www.csszengarden.com/?cssfile=087%2F087%2Ecss
http://www.csszengarden.com/?cssfile=003%2F003%2Ecss

There are good arguments against fixed-width designs. But there isn't
a consensus. And this has nothing to do with "20th century versus 21st
century". Nor about "old versus modern" recommendations . Nor about
"table-layout versus tableless-layout", except that only
tableless-layout can truly achieve fixed-width layout.

It is worth separating out these different aspects of page layout, so
that they can be evaluated independently.

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #3
If anyone has any idea how to work around this problem, that would be
great. This page must work in old versions of Netscape (4.x) because some
of the audience uses it and no one can be excluded.

Thanks for your help!

Holly
Jul 20 '05 #4
In article <c6**********@g rapevine.wam.um d.edu>, Holly <me@nospam.ed u> wrote:
If anyone has any idea how to work around this problem, that would be
great.
What problem? You didn't quote any of the previous discussion.
This page must work in old versions of Netscape (4.x) because some
of the audience uses it and no one can be excluded.


What do you think "work" means?

If you expect the page to "look the same" in NN4 as in modern browsers,
then you're pretty much stuck with presentational markup (a la HTML 3.2).

But if you embrace the idea that a page can look different in different
browsers, and use a simple trick or two to hide your CSS from buggy,
obsolete browsers, then even the most CSS-rich page can be perfectly
accessible (albeit not as pretty) in NN4.

See http://w3development.de/css/hide_css_from_browsers/
--
Darin McGrew, da***@TheRallye Club.org, http://www.TheRallyeClub.org/
A gimmick car rallye is not a race, but a fun puzzle testing your
ability to follow instructions. Upcoming gimmick car rallye in
Silicon Valley: Starsky & Hutch (Saturday, May 1)
Jul 20 '05 #5
Holly wrote:
If anyone has any idea how to work around this problem, that would be
great. This page must work in old versions of Netscape (4.x) because some
of the audience uses it and no one can be excluded.

Thanks for your help!

Holly


I might be able to help IF I knew the problem. Not including some
reference doesn't work. I sort by date/time instead of by thread. It's
quite possible, probable even that, as in this case, I see a reply never
having seen the original.

--
Stan McCann
Tularosa Basin chapter ABATE of NM Cooordinator, Alamogordo, NM
'94 1500 Vulcan (now wrecked) :(
http://surecann.com/Dcp_2068c.jpg
Jul 20 '05 #6
I'm sorry, I should have included my original question... my bad! I should
know better on usenet.

The problem I'm having that I hope someone more experienced than me can
help with, is that I have this page where some table backgrounds aren't
showing up in NS 4.x but they do work in IE.

http://www.wavian.com/clients/pugwash/

The table background in the lower left that says 'upcoming events' is
supposed to be gray... what can I do so that NS will see it?

Thanks everyone, for your help. I am learning a great deal and appreciate
any and all advice. I'm also reading up on the advice for CSS and how this
page is clunky so I am hoping to solve those issues, but right now I need
to solve this one particular problem (and fast!).

Thanks!
Holly

Stan McCann <st**@surecann. com> wrote:
: I might be able to help IF I knew the problem. Not including some
: reference doesn't work. I sort by date/time instead of by thread. It's
: quite possible, probable even that, as in this case, I see a reply never
: having seen the original.
Jul 20 '05 #7
How am I supposed to post my replies in a newsgroup?:
http://allmyfaqs.com/faq.pl?How_to_post

Holly wrote:
The problem I'm having that I hope someone more experienced than me can
help with, is that I have this page where some table backgrounds aren't
showing up in NS 4.x but they do work in IE.

http://www.wavian.com/clients/pugwash/


Did you read A. Flavell's response? It seems that you didn't take any of
his advice. Noone can help you until you help yourself, and you can
start to help yourself by validating your code.

http://validator.w3.org/

Actually, you need to rethink the table layout/font tags stuff. Start
with some basic html, and then think about the presentation.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #8
Holly wrote:
I'm sorry, I should have included my original question... my bad! I should
know better on usenet.

The problem I'm having that I hope someone more experienced than me can
help with, is that I have this page where some table backgrounds aren't
showing up in NS 4.x but they do work in IE.

http://www.wavian.com/clients/pugwash/

The table background in the lower left that says 'upcoming events' is
supposed to be gray... what can I do so that NS will see it?


I can't believe I'm saying this but try replacing the <div
align="center"> with a <center> tag.

BTW, it also displays correctly in Mozilla 1.6.

--
Stan McCann
Tularosa Basin chapter ABATE of NM Cooordinator, Alamogordo, NM
'94 1500 Vulcan (now wrecked) :(
http://surecann.com/Dcp_2068c.jpg
Jul 20 '05 #9
I did read all the advice - I know it looks like I didn't take it because
I didn't do any of it yet but I will... am crunched up against many
deadlines so I've been juggling my tasks kindof clumsily. But all the
advice is appreciated and didn't go to waste! I do want this page to be
validated and conform to updated standards.

Holly

Brian <us*****@juliet remblay.com.inv alid> wrote:
: Did you read A. Flavell's response? It seems that you didn't take any of
: his advice. Noone can help you until you help yourself, and you can
: start to help yourself by validating your code.

: http://validator.w3.org/

: Actually, you need to rethink the table layout/font tags stuff. Start
: with some basic html, and then think about the presentation.
Jul 20 '05 #10

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

Similar topics

3
5288
by: T | last post by:
I am attempting to create a menu using <div> and <span> tags within a table cell. When the page loads, some of the classes don't seem to be applied. If I hover over the menu everything is fine from that point on. If I remove the table everything renders correctly, and I have no problems. Unfortunately, I need to nest this menu within a table. I am currently having this problem in IE 6. Thanks in advance for the help! <html>...
10
4661
by: oLE | last post by:
I would like to add some javascript to show/hide a certain row of a table. The first row of the table contain the hyperlink that calls the javascript the second row is the one i want to show/hide with the javascript in a toggle fashion. the problem is a know very little javascript and have become incredibly frustrated because i went ahead thinking it was going to be like C. its not. I know i can use these lines to do the actual work:
1
3552
by: Thanks | last post by:
I have a routine that is called on Page_Init. It retrieves folder records from a database which I display as Link Buttons in a table cell. I set the table cell's bgcolor to a default color (say black for example). I am dynamically creating the LinkButton controls and adding them into the table cell and I've also hooked up an event handler for each LinkButton's Click event. This all works fine. Now in the Link Button's Click event...
10
5704
by: Karl-Inge Reknes | last post by:
Hi, Can anyone tell me how to change a table cells background color or background image in runtime with C#. Karl-Inge
2
16419
by: nino9stars | last post by:
Hello, I have just started messing with absolute positioning on webpages, and it definitely let's you do some creative things. Well, after much searching and help, I got the images I was using to overlap correctly. You can see it on this page: www.creativekaysjewelry.com The images overlap exactly how I wanted and in the right position
1
2448
by: edai | last post by:
Hi, I have a couple of pages which display database content in form of tables. The problem I am seeing is that @ 800x600 resolution, irrespective of the number of columns in the table the table width is constant and overflows the div. I am seeing this problem in both firefox 1.5 and ie6 I have been trying to identify the problem but without any success. I tried reducing the table width ( to 10%) but it did not help. the pages are at...
1
2689
by: rsteph | last post by:
I've got a page with a menu div that is 1066px wide by 150px high. And then I have some images that are 150px by 150px for the menu items. I put the images in a table that is set to 150x150px with a 1px border around the table, and around each cell in the table. For some reason though, a space is appearing inside the table, below the images. I've made the menu div background color red, so that it is obvious what's happened. I've also resized...
1
3077
by: asearle | last post by:
Dear all, I have been working to implement a scrolling table into an xml / xsl interface and so far have managed to put together an acceptable version using <thead> and <tbody> syntax. Indeed for the html examples that I found out there this seems to work perfectly. On the surface it also works perfectly in my xml / xsl implementation too (also based on html underneath). Indeed, using IE6*, you can take a look at a cut-down example by...
3
6691
dmjpro
by: dmjpro | last post by:
I think iText commonly used to create or manipulate PDF document in Java. So finally i decided to throw a question over here. For two days i am struggling. I encountered two types of table .. 1>Table: table can be easily created with row span or col span but still has a problem with vertical alignment of cell content. 2>PdfPTable: table can be easily created by col span but having a bit complex with row span. But it offers well vertical...
5
4199
by: Stepheno | last post by:
Hi, I am a recently converted Iseries (AS/400) RPG programmer trying to learn HTML/CSS/JavsScript all at the same time (not fun). My problem deals mostly with CSS. I will be reveiving a table, for which number of rows/columns i will not know, and I have to pretty up the table, including a verical scroll bar. This has to work in IE6, IE7, and FireFox 3.5. The CSS I currently have will give me a scrollable table, but only if I hard code...
0
10453
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10172
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6785
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5441
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.