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

Small css problem

My website (linux-place.com) is built with css and no tables or frames
whatsoever. The left "frame" looks fine, unless the page needs
scrolling. When I scroll down, the left "frame's" background colour
does not extend to that part of the page. The sheet can be found at
linux-place.com/style.css

What can I do so that it fills the whole area?

Thanks,
Ahmed El-Daly

Aug 5 '05 #1
5 1507
ae*****@gmail.com wrote:
My website (linux-place.com) is built with css and no tables or frames
whatsoever. The left "frame" looks fine, unless the page needs
scrolling. When I scroll down, the left "frame's" background colour
does not extend to that part of the page. The sheet can be found at
linux-place.com/style.css

What can I do so that it fills the whole area?


<URL:http://www.alistapart.com/articles/fauxcolumns/>

--
Hope This Helped and MTFBWY...
Kieren aka JediFans - <URL:http://jedifans.com/>
The Force Is With Me, SuSE Linux Professional 9.3, Mozilla Firefox
1.0.6, Mozilla Thunderbird 1.5 Alpha 2 and Revenge Of The Sith!
Aug 5 '05 #2
ae*****@gmail.com wrote:
My website (linux-place.com) is built with css and no tables or frames
whatsoever. The left "frame" looks fine, unless the page needs
scrolling. When I scroll down, the left "frame's" background colour
does not extend to that part of the page. The sheet can be found at
linux-place.com/style.css

What can I do so that it fills the whole area?

Thanks,
Ahmed El-Daly

I would start by getting the page to validate at
http://validator.w3.org, for both markup and CSS.
Right now it has so many errors showing that I wouldn't
even attempt to waste a lot of time reading the markup
and CSS.

And, I would get rid of that 'Firefox...' frame at the bottom.

Once you've done all that, you might look
at some good templates like those at realworldstyle.com,
the 2 column template, and note differences between your
markup and that template.
--
mbstevens
http://www.mbstevens.com/cgi/mkatt.p...ique_Generator


Aug 5 '05 #3
mbstevens wrote:
I would start by getting the page to validate at
http://validator.w3.org, for both markup and CSS.
Right now it has so many errors showing that I wouldn't
even attempt to waste a lot of time reading the markup
and CSS.

And, I would get rid of that 'Firefox...' frame at the bottom.

Once you've done all that, you might look
at some good templates like those at realworldstyle.com,
the 2 column template, and note differences between your
markup and that template.
--
mbstevens
http://www.mbstevens.com/cgi/mkatt.p...ique_Generator


Thanks. I have vaildated both the XHTM and the CSS on the page and
place the validation icons on the footer. I have also decreased the
size of the Get Firefox! icon.

Seems like the only way to have the left div colors to extend all the
way to the bottom is by using a picture, which kind of sucks.

Anyone else solved this problem without using a picture as a
background?

Thanks to all,
Ahmed El-Daly

Aug 6 '05 #4
ae*****@gmail.com schreef:
mbstevens wrote:
I would start by getting the page to validate at
http://validator.w3.org, for both markup and CSS.
Right now it has so many errors showing that I wouldn't
even attempt to waste a lot of time reading the markup
and CSS.

And, I would get rid of that 'Firefox...' frame at the bottom.

Once you've done all that, you might look
at some good templates like those at realworldstyle.com,
the 2 column template, and note differences between your
markup and that template.
--
mbstevens
http://www.mbstevens.com/cgi/mkatt.p...ique_Generator

Thanks. I have vaildated both the XHTM and the CSS on the page and
place the validation icons on the footer. I have also decreased the
size of the Get Firefox! icon.

Seems like the only way to have the left div colors to extend all the
way to the bottom is by using a picture, which kind of sucks.

Anyone else solved this problem without using a picture as a
background?

Thanks to all,
Ahmed El-Daly


I copied your html & css and experimented with it a bit.

If you change the colors on the body to

background: #042073;
color: white;

and you change the #mainbody to

#mainbody {
position: absolute;
top: 0px;
left: 100px;
padding: .5em;
color:#042073;
background-color: white}

it does what you want in Firefox. It sucks in Explorer, but then, your
online site does, too...

HTH,

Berna

--
( )_( ) Berna M. Bleeker-Slikker
/ . . \ be***********@gmail.com
\ \@/ / http://www.volksliedjes.nl
Aug 6 '05 #5
> I copied your html & css and experimented with it a bit.

If you change the colors on the body to

background: #042073;
color: white;

and you change the #mainbody to

#mainbody {
position: absolute;
top: 0px;
left: 100px;
padding: .5em;
color:#042073;
background-color: white}

it does what you want in Firefox. It sucks in Explorer, but then, your
online site does, too...

HTH,

Berna


Thanks Berna,
It does have a side-effect thought. When I scroll now, the part that
hidden is all screwed up. If you go to the site now, you will see what
I mean. I guess it the settings from body override those of mainbody,
although I would have thought it to be the other way round!

Aug 15 '05 #6

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

Similar topics

2
by: Dave Brueck | last post by:
Below is some information I collected from a *small* project in which I wrote a Python version of a Java application. I share this info only as a data point (rather than trying to say this data...
2
by: Marek Malowidzki | last post by:
Hi all, I am writing a component that exposes a C++ library as a .NET component. The approach is somewhat automatic: every library C++ class has its managed C++ counterpart that keeps a pointer...
11
by: Bo Peng | last post by:
Dear List, It is not clear what the title means. :-) Here is the details: I need to manage a big bunch of small objects, like struct{ int a; int b; }obj;
0
by: Tony Lugg | last post by:
I have an application with a document management form. When users add documents to the form, I call the API function SHGetFileInfo to get the associated large and small icons for the file. These...
3
by: Tony Lugg | last post by:
I have an application with a document management form. When users add documents to the form, I call the API function SHGetFileInfo to get the associated large and small icons for the file. These...
2
by: Luc | last post by:
I saw a few posts on this newsgroup about it but nothing to help me resolve this problem: We designed a window in .NET on a platform using small fonts (120 ppp). But this window will run on...
4
by: =?Utf-8?B?VzFsZDBuZTc0?= | last post by:
When one architects a new project one of the first steps in the decision is to decide on the layers. (In my opinion anyway) One architecture that I have used before is to go solid OO and create...
12
by: elty123 | last post by:
I have a small C# program (about 400 lines of code) that is only 28kb after compiled. However when it runs (takes a whole 5 seconds) it takes up nearly 20MB of memory and I don't see why. ...
169
by: JohnQ | last post by:
(The "C++ Grammer" thread in comp.lang.c++.moderated prompted this post). It would be more than a little bit nice if C++ was much "cleaner" (less complex) so that it wasn't a major world wide...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.