473,397 Members | 2,116 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,397 software developers and data experts.

CSS instead of tables

I've made an experiment page with the layout set out by css instead of
tables which I'm used to. It works very well with the exception of one
thing in ie, and two in firefox. I would really appreciate it if
someone could point me in the direction of how to sort it.

I've uploaded the page to:
http://www.website-coder.co.uk/experiments/divs.html

It works well as long as you don't have to scroll down, and there is
the descrepancy between the browsers. In IE the colour in the left
'column' continues but the background picture of the second column
stops. Whereas in firefox the colour in the left column stops as well
as the background picture of the second column. Not so important is
that in IE the right column doesn't continue up to the edge.

Any tips much appreciated!

Flic

Aug 13 '06 #1
1 1399
"Flic" <Fe*******@gmail.comwrote in news:1155474605.241121.283760@
75g2000cwc.googlegroups.com:
I've uploaded the page to:
http://www.website-coder.co.uk/experiments/divs.html

It works well as long as you don't have to scroll down, and there is
the descrepancy between the browsers. In IE the colour in the left
'column' continues but the background picture of the second column
stops. Whereas in firefox the colour in the left column stops as well
as the background picture of the second column. Not so important is
that in IE the right column doesn't continue up to the edge.
You've set the navigation column height to 100%. At the time your page
is rendered, it uses 100% of the window height. Your "content" uses
more height so spills out of the div. Play around with it not setting
an explicit height and move your image into that column instead of
outside of it, then 100% height on the image will be 100% of the
containing div instead of the window height.

You may also want to consider setting background/foreground color for
the rest of the page. I see my default purple background coming
through.

--
Stan McCann, RETIRED!!, "Uncle Pirate" http://stanmccann.us/
Implementing negative score for googlegroup postings, see
http://blinkynet.net/comp/uip5.html
A zest for living must include a willingness to die. - R.A. Heinlein
Aug 13 '06 #2

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

Similar topics

6
by: Hareesh | last post by:
Hi, I am trying a Set Approach instead of Using of Cursor (which works). I am attaching the SQL to create tables and the my Procedure, and a piece of code to execute the Procedure. I would...
8
by: Stuart McGraw | last post by:
Is Microsoft full of #*$#*% (again) or am I badly misunderstanding something? Quote from Microsoft's T-SQL doc: > INSTEAD OF triggers are executed instead of the triggering action. > These...
10
by: serge | last post by:
Using "SELECT * " is a bad practice even when using a VIEW instead of a table? I have some stored procedures that are identical with the difference of one statement in the WHERE clause. If I...
5
by: Chris | last post by:
I'm attempting to get Instead Of triggers working. My platform in Solaris, DB2 verison 8.1.x (not sure which). If I create two simple tables with 1 row each: create table test_cc_1 (col1...
5
by: Martin Lacoste | last post by:
There's likely not a simple answer for this, I know, but, I thought I'd try anyways... Background.. I've been racking my brain with some queries that I thought were straightforward, but have...
0
by: madsgormlarsen | last post by:
Import of html tables to access (or exel), but it fills a column instead of a row. I have tried to import a html tables to access/exel, but both exel and access fills a column instead of a row. ...
1
by: mp | last post by:
Hi, How we can use xml file instead data base table (read/write). Example: CustID | FirstName | lastName | etc. I am looking for some example. Thanks
2
by: Roy | last post by:
Hey all, Here's a small VB codeblock that connects to a database and uses 2 SQL queries then forms a relation for a master/detail view on the aspx side: Private Sub Binddata(ByVal name As...
59
by: phil-news-nospam | last post by:
In followups by Brian O'Connor (ironcorona) to other posts, he repeats the idea that using tables in CSS is not something that should be done because IE doesn't support it. Of course I'm not happy...
4
zachster17
by: zachster17 | last post by:
Hello all, I have 2 tables (tblAddProviderProfessional and tblAddProvider). There are other tables such as tblAddProviderFacility and so forth. tblAddProvider is a table that has similar data...
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: 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
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
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.