Author Topic: height and cells  (Read 1588 times)

Canadian Lover

  • VIP
  • Member
  • ***
  • Posts: 713
  • Kudos: 122
height and cells
« on: 22 February 2004, 04:34 »
I am trying to create a site that has IE support IE is not a satndard browser and dose not support the standards for CSS. I have to use a background for the image because IE has problems with 100%. Therefor, I cound not use an <img> tag (Im talking about table_background.png. and now I need both the height on the first row of the table to be the same on both cells. No matter what I do, they rrefuse to be the same.
Code: [Select]
* onclick event
** onload event

SAJChurchey

  • Member
  • **
  • Posts: 246
  • Kudos: 0
    • http://sajchurchey.htmlplanet.com
height and cells
« Reply #1 on: 27 February 2004, 21:57 »
Just a Note:

IE's compatible w/ just about anything.  Even the sloppiest code.  It takes all of the skill out of Web Design.  I would say code for a Standards-based browser like Mozilla or Opera.
SAJChurchey                    

worker201

  • Global Moderator
  • Member
  • ***
  • Posts: 2,810
  • Kudos: 703
    • http://www.triple-bypass.net
height and cells
« Reply #2 on: 27 February 2004, 22:35 »
Your code is about as elegant as your typing.  No wonder you can't figure out what is wrong.

IE supports CSS just fine, if you use it right.

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
height and cells
« Reply #3 on: 29 February 2004, 08:53 »
Well, IE 5.x's CSS1 and CSS2 support was poor indeed but not nearly as poor as that of Netscape 4.x's. IE 6 seems to handle CSS a lot better.

In any case, I have not yet been able to understand what you want to do Canadian Lover. What confuses me the most is this sentence:

 
quote:

I have to use a background for the image because IE has problems with 100%



What do you mean by that exactly?

Canadian Lover

  • VIP
  • Member
  • ***
  • Posts: 713
  • Kudos: 122
height and cells
« Reply #4 on: 29 February 2004, 21:05 »
this:
Code: [Select]
to something like this:
Code: [Select]

[ February 29, 2004: Message edited by: Canadian Lover ]


Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
height and cells
« Reply #5 on: 1 March 2004, 00:14 »
I don't see why you shouldn't be able to do so. In any case, I would like to see either a snapshot of your site to make sure.

SAJChurchey

  • Member
  • **
  • Posts: 246
  • Kudos: 0
    • http://sajchurchey.htmlplanet.com
height and cells
« Reply #6 on: 1 March 2004, 01:25 »
Just a Note:

Remember that if you use the #ID in CSS it will more than likely work on only one object in the linked/containing page.  You may also want to do the following:

Code: [Select]

Netscape refused to support CSS in earlier versions 4.x.  They supported JavaScript Style Sheets (JSSS - an attempt to increase support for JavaScript).  I think they finally began minimal support for CSS in 4.79.
SAJChurchey                    

Canadian Lover

  • VIP
  • Member
  • ***
  • Posts: 713
  • Kudos: 122
height and cells
« Reply #7 on: 1 March 2004, 20:48 »
Here is a screenshot of my website:

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
height and cells
« Reply #8 on: 1 March 2004, 22:40 »
Hmm, first of all I would try what SAJChurchey suggested above, that is create an id property for the specific img tag and link it that way to your CSS file.

Otherwise you could always apply a local style inside your img tag, like:

Code: [Select]

Canadian Lover

  • VIP
  • Member
  • ***
  • Posts: 713
  • Kudos: 122
height and cells
« Reply #9 on: 1 March 2004, 22:52 »
FUCK!!! that method backfired!

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
height and cells
« Reply #10 on: 9 March 2004, 14:27 »
quote:
Originally posted by Canadian Lover:
FUCK!!! that method backfired!


Erm, what do you mean 'backfired'?