472,965 Members | 1,900 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,965 software developers and data experts.

Spacing difference in IE and FF (and centering) 2:nd try

Hi again,

Last time my server was down(as for many others I have heard), but now
it is online again!

I would be really really happy if someone could take a look at my
problem a bit. I now have two problems...It is the difference between IE
and FF..

Problem #1.
Centering! It centers in FF but not in IE! It did yesterday but now when
I mest around with my code again it doesn't center in IE anymore..The
code is valid, so I shouldn't have forgotten anything.

Problem #2.
This was my original problem. The spacing between #bottom and
#copyright! It renders good in FF but the space is much bigger in IE! I
think I have tried everything but nothing helps...:(

Could anyone be so kind to help me a bit?

The url is: http://www.nitromedia.se/kunder/test/

Kind regards,

Gnolen
Jul 21 '05 #1
2 1855
Els
Gnolen wrote:
Hi again,

Last time my server was down(as for many others I have heard), but now
it is online again!

I would be really really happy if someone could take a look at my
problem a bit. I now have two problems...It is the difference between IE
and FF..

Problem #1.
Centering! It centers in FF but not in IE! It did yesterday but now when
I mest around with my code again it doesn't center in IE anymore..The
code is valid, so I shouldn't have forgotten anything.

Problem #2.
This was my original problem. The spacing between #bottom and
#copyright! It renders good in FF but the space is much bigger in IE! I
think I have tried everything but nothing helps...:(

Could anyone be so kind to help me a bit?

The url is: http://www.nitromedia.se/kunder/test/


This line: <?xml version="1.0" encoding="utf-8"?> is the cause of the
centering problem in IE6. The doctype only 'works' if it's on the
first line.

But even if you take that first line off so you get the doctype on the
first line, you'll have the same problem, only not in IE6, but IE5.
See here on how to center in IE5:
http://locusmeus.com/html-css/centeringpage.html

The space between the flower and the footer is caused by the bottom
margin of the list (Lite blandat) on the right.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Madness - Michael Caine
Jul 21 '05 #2
Els wrote:
Gnolen wrote:

Hi again,

Last time my server was down(as for many others I have heard), but now
it is online again!

I would be really really happy if someone could take a look at my
problem a bit. I now have two problems...It is the difference between IE
and FF..

Problem #1.
Centering! It centers in FF but not in IE! It did yesterday but now when
I mest around with my code again it doesn't center in IE anymore..The
code is valid, so I shouldn't have forgotten anything.

Problem #2.
This was my original problem. The spacing between #bottom and
#copyright! It renders good in FF but the space is much bigger in IE! I
think I have tried everything but nothing helps...:(

Could anyone be so kind to help me a bit?

The url is: http://www.nitromedia.se/kunder/test/

This line: <?xml version="1.0" encoding="utf-8"?> is the cause of the
centering problem in IE6. The doctype only 'works' if it's on the
first line.

But even if you take that first line off so you get the doctype on the
first line, you'll have the same problem, only not in IE6, but IE5.
See here on how to center in IE5:
http://locusmeus.com/html-css/centeringpage.html

The space between the flower and the footer is caused by the bottom
margin of the list (Lite blandat) on the right.


Thanks Els!!! Yeah, I did some stuff with the xml yesterday! And always
I look at the wrong place!

And for the spacing - it was the content(the list) that was trouble...So
I fixed it temp. Still the space between the title and the list accours
in IE..And that is the main problem of the whole thing I think..

Thank you for your time!!!

/ Gnolen
Jul 21 '05 #3

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

Similar topics

1
by: Kamil | last post by:
I want to sum elements of a multi-dimensional vector, across each vector, or across each dimension... this is my old code: #define v_ldouble vector<ldouble> #define vv_ldouble...
4
by: | last post by:
Hi all, I have a treeview control. I want when my user hovers over certain nodes to display a tooltip for the user. How can I do that? tnx.
4
by: Doug Laidlaw | last post by:
At http://www.douglaidlaw.net/boykett/index.html I have a menu of buttons generated by a "self-serve" Web site. As originally supplied, all the buttons were in a block, hard up against each other....
10
by: phil-news-nospam | last post by:
I have a table with 3 columns in 1 row. I want to increase the spacing _between_ the columns (gutter) _without_ increasing the spacing between those columns and the table itself. Is there a way...
3
by: John Pote | last post by:
1. Horizontal centering a <divin browser window. The current trend seems to be to place page content in a fixed width area in the middle of the browser window. How is this achieved? If I use a...
2
by: BT | last post by:
I inherited a website to maintain and there is a minor spacing glitch that shows up in IE v6, but not in FireFox v1.5. The website is www.crhschoir.org and the problem is with the second row of...
6
by: Wes Groleau | last post by:
I have several sites that use _very_ similar CSS. (Developed with the copy and change model.) On all Mac browsers except IE5, all of these sites have a box centered in the viewport. On...
2
by: nicky123 | last post by:
Hi everyone, This is a brief description that I have provided for parsing & displaying an XML document using DOM API. Please feel free to post your own comments & views regarding...
1
by: =?Utf-8?B?ZnJhbmt5?= | last post by:
Hello, I've created a table that has two rows that are span across three columns. The third row has three columns, each with an image. The last row is also span accross three columns. The span...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.