473,503 Members | 11,968 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Wrapper isn't wrapping in Firefox

The page at <http://www.edbjay.com/ver4.htmlseems to render properly in
Opera 9.2 and IE6, but has a problem with Firefox -- the outer container
doesn't wrap the entire page. I can't see why...can someone?
--
Ed Jay (remove 'M' to respond by email)
May 6 '07 #1
2 1928
Ed Jay wrote:
The page at <http://www.edbjay.com/ver4.htmlseems to render properly in
Opera 9.2 and IE6, but has a problem with Firefox -- the outer container
doesn't wrap the entire page. I can't see why...can someone?
Floats may not be contained within containing block if the content is
greater. It will extend beyond the container. This is how floats are
supposed to work.

See the diagram "A floating image obscures borders of block boxes it
overlaps." on page:

http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo

You need to either add a clearing element after floats and before the
closing tag of the containing DIV.containerbox or your can add:

..containerbox {
overflow: auto;
}
--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
May 6 '07 #2
Jonathan N. Little scribed:
>Ed Jay wrote:
>The page at <http://www.edbjay.com/ver4.htmlseems to render properly in
Opera 9.2 and IE6, but has a problem with Firefox -- the outer container
doesn't wrap the entire page. I can't see why...can someone?

Floats may not be contained within containing block if the content is
greater. It will extend beyond the container. This is how floats are
supposed to work.

See the diagram "A floating image obscures borders of block boxes it
overlaps." on page:

http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo

You need to either add a clearing element after floats and before the
closing tag of the containing DIV.containerbox or your can add:

.containerbox {
overflow: auto;
}
Thank you very much. Solved the problem.
--
Ed Jay (remove 'M' to respond by email)
May 6 '07 #3

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

Similar topics

12
4051
by: Egil M?ller | last post by:
Is there any way to create transparent wrapper objects in Python? I thought implementing __getattribute__ on either the wrapper class or its metaclass would do the trick, but it does not work for...
0
4647
by: Claudio Grondi | last post by:
What is the current status of Python OpenCV interface i.e. the opencv module? \OpenCV\samples\python\contours.py gives following ERROR: OpenCV Python version of contours Traceback (most recent...
2
4810
by: Billy Porter | last post by:
Greetings, I got a class that wraps the System.Data.SqlClient.SqlConnection class (no COM interaction). I'm not sure if I'm supposed to implement the IDisposable pattern for this wrapper or not....
22
2480
by: linwu02 | last post by:
I am trying to write a Wrapper for our web wrapping engine, Cameleon. Currently Cameleon is able to answer certain SQL queries but with a restriction that all SQL queries must have a predicate....
2
3078
by: GinTon | last post by:
EyeDB is a free ODBMS based on the ODMG 3 specification with programming interfaces for C++ and Java. It is very powerfull, mature, safe and stable. In fact, it was developed in 1992 for the Genome...
16
3407
by: utab | last post by:
Dear all, In programming terminology, what is a wrapper and where is it used? Regards
1
1254
by: Jeremy Sanders | last post by:
One little issue I have is to write a little wrapper which can generally pass standard and keyword arguments to a callee: def a(x, y, z): print x, y, z def b(x, y, z='fruitbat') print x, y, z...
5
2117
by: GCRhoads | last post by:
I have some templated functions and I want to write a call wrapper class for it. I also want to pass the function object from this class to some functions that will then call the function...
60
3790
by: jim | last post by:
I am looking for an application that will wrap my .Net application (and any needed .Net parts) into a single exe. I know of Thinstall ($4,000 for application and per copy fees for your exes) and...
0
7212
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
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7296
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
7364
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7470
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
5604
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,...
1
5026
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...
0
1524
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 ...
0
405
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...

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.