Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Problem with table to CSS conversion.

Reply
Thread Tools

Problem with table to CSS conversion.

 
 
Rene Grothmann
Guest
Posts: n/a
 
      12-19-2005
I am trying to convert my table layout to CSS. But I am about to give
up. Here are the two pages, the old table layout, and the new try.

http://www.motettenchor-ingolstadt.de/index.html
http://www.motettenchor-ingolstadt.de/index-neu.html

The table layout was a centered 2x2 table with a background picture of
size 700x3000. The lower right cell takes lots of text in subpages and
makes the table grow showing more and more of the background picture.

I tried to mimic that in HTML, taking a centered layer with a
background picture instead of the table. To do that I had to consult
the internet, esp. this newsgroup, since IE has troubles with
centering. However, I made that work.

Then I had to learn that absolutely positioned sub-components do not
change the size of the container at all, and relative positioning does
not properly change it. So the background picture did not show, or
shows only partially. This misfeature makes it necessary to use a flow
layout for at least one component, in my case the lower right one. I
had to use padding to position it, which is a nuisance in my eyes.

This work-around is a start, but I wanted a minimal height of the
background picture to show. So I used min-height for the container,
only to discover that this is not supported in IE. In the net, I found
various work-arounds for that sub-problem, but all make me use some
extras in the HTML text, which I strictly want to avoid.

At that point, I decided to keep my old layout, until the problems with
CSS are sorted out. I admit that most problems are connected to IE, but
that insight does not help me at all.

Has anyone an idea how to properly do that?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS table don't look like html TABLE vitay HTML 8 11-09-2006 05:56 PM
please explain css entry #subnav table table {border-bottom:none;} jason@cyberpine.com HTML 3 09-24-2006 03:36 PM
CSS Layout question - how to duplicate a table layout with CSS Eric ASP .Net 4 12-24-2004 04:54 PM
Table/table rows/table data tag question? Rio HTML 4 11-05-2004 08:11 AM
Could not load type VTFixup Table from assembly Invalid token in v-table fix-up table. David Williams ASP .Net 2 08-12-2003 07:55 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57