473,799 Members | 3,245 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

probs with container in FF

I'm making a photoblog for a friend. In Opera and IE it looks like I
want it to, but in Firefox I can't seem to get it right.

On http://www.groothoek.nl you can see what happens: the columns on the
left and on the right are supposed to end at the end of the page, but
end where the text ends. Also there's a bit of white above the right
column, where I'd expect green like the rest of the background. Finally,
there should be a 2 px border left and right of the container, but that
doesn't show up in FF either.

It is all somehow connected with the container and the "hoofdkolom " and
"zijkolom" classes. I'm aware that the xhtml is basically tagsoup, but
that's what the template with this tool looked like. I know it could be
a lot better, but that's not my first priority.

I'm hoping someone here could get me on the right track...

Thanks,
Prikkie
Jul 21 '05 #1
2 1478
Prikkie wrote:
I'm making a photoblog for a friend. In Opera and IE it looks like I
want it to, but in Firefox I can't seem to get it right.

On http://www.groothoek.nl you can see what happens: the columns on the
left and on the right are supposed to end at the end of the page, but
end where the text ends. Also there's a bit of white above the right
column, where I'd expect green like the rest of the background. Finally,
there should be a 2 px border left and right of the container, but that
doesn't show up in FF either.

It is all somehow connected with the container and the "hoofdkolom " and
"zijkolom" classes. I'm aware that the xhtml is basically tagsoup, but
that's what the template with this tool looked like. I know it could be
a lot better, but that's not my first priority.

I'm hoping someone here could get me on the right track...
Thanks,
Prikkie


I found it by giving the container a red border, it showed the
difference between rendering in IE/FF quickly.

#container {
...
border: 1px solid red;
}

I fixed it in my browsers (IE 6, Netscape 7.2, Firefox 1.0.1, Mozilla
Mozilla 1.7.5) using a clear div:

..clear{
clear: both;
}

</DIV><!-- footer -->
</DIV><!-- column-inner -->
</DIV><!-- zijkolom -->
<div class='clear'></div>
</DIV><!-- container -->

</BODY>
</HTML>
Jul 21 '05 #2
mscir wrote:
Prikkie wrote:
[containerprob]
I fixed it in my browsers (IE 6, Netscape 7.2, Firefox 1.0.1, Mozilla
Mozilla 1.7.5) using a clear div:

.clear{
clear: both;
}

</DIV><!-- footer -->
</DIV><!-- column-inner -->
</DIV><!-- zijkolom -->
<div class='clear'></div>
</DIV><!-- container -->

</BODY>
</HTML>


That did the trick. Thanks!

Prikkie
Jul 21 '05 #3

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

Similar topics

1
1980
by: Arijit Chatterjee | last post by:
Hi Everybody, I am facing another probs. I have created a trigger for table Tab1 for perticular column col1 for checking value ranges.But at time for using insert statement it is working fine but when I am importing data from flat file through DTS the trigger is not working.How to solve this. Regards Arijit Chatterjee
7
6622
by: A.Translator | last post by:
On this page http://huizen.dds.nl/~ochrid/Henk/biblio_nieuw.htm I try to have three divs: one containing justified text, one containing a ul and one containing an image. ul is set to float left, the div with the image in it, to float right. But both Mozilla and IE put the image underneath the ul, instead of to the right of it (so it is me, not IE!). (the image is in a div so that I can write and style text underneath it).
3
2636
by: jignesh shah | last post by:
Hi all, Is there a way to recover a single container if its been corrupted or mark bad without restoring whole tablespace? environment: db28.1/aix5.1/tsm/rs-6000. Regards Jignesh
2
4462
by: andrewcw | last post by:
Seems it should be simple. I had problems with a larger class and the newsgroup suggested something I also tried. So I pruned my class to see if I could find out what could be wrong, Still dont know. This snippet is easily dropped into any project, THANKS namespace QCLoader { public class disksetitem {
9
1801
by: horizon5 | last post by:
Hi, my collegues and I recently held a coding style review. All of the code we produced is used in house on a commerical project. One of the minor issues I raised was the common idiom of specifing: <pre> if len(x) 0: do_something() </pre>
7
2175
by: polecat | last post by:
Im new to .NET and I am having probs with this Every time I reload the form the same data is repeated again.... Done reading on msdn and another forum cant figure out why the DsProds.Tables(0).Clear() is not clearing the first lot of data ? ' This is in my load event
18
1822
by: Goran | last post by:
Hi @ all! Again one small question due to my shakiness of what to use... What is better / smarter? private: vector<MyClass_t* itsVector; OR...
0
1176
by: bkpatel | last post by:
get Join the PHP community and share ur probs - soln <table border=0 style="background-color: #fff; padding: 5px;" cellspacing=0> <tr><td> <img src="http://groups.google.com/groups/img/3nb/groups_bar.gif" height=26 width=132 alt="Google Groups"> </td></tr> <tr><td style="padding-left: 5px">
2
1267
by: brettokumar | last post by:
hai im storing value in cookies. if my 2nd value or 3rd value is stored means my previous cookies are expired my current cookies only stored others cookies values will be null how to i solve this probs. please share ur ideas
0
10484
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10251
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10228
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9072
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5463
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5585
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4141
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 we have to send another system
3
2938
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.