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

Help me with this CSS on MacIntosh and I will immortalise you in Cambridge

I am building a site for my college and it looks OK on PCs (IE,
Netscape, Opera, not Mozilla though), but the page is displaced to the
bottom of the screen on a Mac.

Probably something simple, but I don't know where to look for
information.

If you help me, I'll put your name on the site credits.

See the site at www.ckno.org

Cheers,

Denis
Jul 20 '05 #1
7 1670
Denis wrote:
I am building a site for my college and it looks OK on PCs (IE,
Netscape, Opera, not Mozilla though), but the page is displaced to the
bottom of the screen on a Mac.
I'm surprised more browsers don't have issues with it.
Probably something simple, but I don't know where to look for
information.
It was not so simple to find the cause, that's fer shur. IOW, the code
is sub-optimal (to put it nicely). It needs a diet, among other things.
See the site at www.ckno.org


<TD id="teaser"...>

#teaser {
float:left; margin-bottom:0px;
}

Floating table cells? I can't even imagine how it's supposed to render.
Both mozilla and MacIE gave it a shot, though, and you know what
ugliness came out of it. ;)

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 20 '05 #2
kchayka wrote:
Denis wrote:

I am building a site for my college and it looks OK on PCs (IE,
Netscape, Opera, not Mozilla though), but the page is displaced to the
bottom of the screen on a Mac.

I'm surprised more browsers don't have issues with it.


This is how it looks in Mozilla 1.6 on Windows :-)

http://w1.978.telia.com/~u97802875/ckno.jpg

--
/Arne
Jul 20 '05 #3
Denis wrote:
I am building a site for my college and it looks OK on PCs (IE,
Netscape, Opera, not Mozilla though), but the page is displaced to the
bottom of the screen on a Mac.

Probably something simple, but I don't know where to look for
information.

If you help me, I'll put your name on the site credits.


Your first row asks for a three-column-span wide cell of 165px width
followed by a five-column-span 627px wide cell: eight columns in total.

Your next row only asks for seven columns. Try changing the first row's
second cell to COLSPAN=4.

Then ditch the tables and do it properly.

--
Mark.
Jul 20 '05 #4
Wa! Right on!

It did the trick on MacIE and did it also on Mozilla. The last trouble
now is with Netscape on Mac. Many thanks for this help! I admit that a
diet is badly needed for this code, I will get to it soon. Thank you
kchayka for finding the culprit in the CSS mess and thank you Mark
Tranchant for noting the discrepancy in the number of cells of the
first two rows and thank you Arne. I'll write to you for precise names
for mentions.

I've read about working without tables, but in this case, any
suggestion on how to replace them?

A keen learner,

Denis

kchayka <us****@c-net.us> wrote in message news:<2i************@uni-berlin.de>...

It was not so simple to find the cause, that's fer shur. IOW, the code
is sub-optimal (to put it nicely). It needs a diet, among other things.
See the site at www.ckno.org


<TD id="teaser"...>

#teaser {
float:left; margin-bottom:0px;
}

Floating table cells? I can't even imagine how it's supposed to render.
Both mozilla and MacIE gave it a shot, though, and you know what
ugliness came out of it. ;)

Jul 20 '05 #5
Thank you for finding that one. It is most appreciated. How may I join
you personnally?

Denis

Floating table cells? I can't even imagine how it's supposed to render.
Both mozilla and MacIE gave it a shot, though, and you know what
ugliness came out of it. ;)

Jul 20 '05 #6
Denis wrote:
Thank you for finding that one. It is most appreciated. How may I join
you personnally?


If you mean to "immortalise" me, then it's not necessary. Besides, I'd
really rather not have my name attached to that code while it is in its
current ishy state.

But, if you want to pay me to help clean up the rest of the code, that's
something else. ;)

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 20 '05 #7
Might be the case. I have been asking around for a hand. It would come
from my pockets though and not from the college, so it might not be
exactly the Klondike ;) We would have to see what we can accomplish.
At the moment, everything seems alright on PC (IE, Netscape, Mozilla,
Opera). On Mac, the subpages on IE don't display their header
properly, the text being misaligned. Netscape on Mac shows more
problems. I can indeed get rid of lots of CSS code I ended up not
using. For more severe clean up, I was going to postpone it, but I
would certainly consider a suggestion if you have one.

Denis
If you mean to "immortalise" me, then it's not necessary. Besides, I'd
really rather not have my name attached to that code while it is in its
current ishy state.

But, if you want to pay me to help clean up the rest of the code, that's
something else. ;)

Jul 20 '05 #8

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

Similar topics

7
by: Tim Ward | last post by:
I'm trying to make an image which is a chart of some data. The graphics code on its own works fine - this is a file which in outline is: <?php Header ('Content-Type: image/png'); $img =...
2
by: Key Bohn | last post by:
var NN4 = document.layers? true : false; //Netscape Navigator 4.x. var IE4 = document.all? true : false; // IE version 4 and above. var agent = navigator.userAgent.toLowerCase(); function...
1
by: Spidah | last post by:
Hi folks Can somebody help with a problem I am having with onclick events. If I set up a link link this: <a href="#" onclick="if(confirm('Do you wish to...
38
by: lawrence | last post by:
I'm just now trying to give my site a character encoding of UTF-8. The site has been built in a hodge-podge way over the last 6 years. The validator tells me I've lots of characters that don't...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
2
by: john | last post by:
Access 2003 on my PC has stopped working. This is the help message I get ************************ Object library not registered The Visual Basic for Applications object library is no longer a...
8
by: Bob Skutnick | last post by:
Greetings, I'm hoping someone has experienced a problem I'm having: I have an existing ASP application (working fine) that uses an SSL server certificate. My user community is made up of both...
9
by: Eric Lindsay | last post by:
I can't figure how to best display little snippets of shell script using <pre>. I just got around to organising to bulk validate some of my web pages, and one of the problems occurs with Bash...
1
by: Rahul | last post by:
Hi Everybody I have some problem in my script. please help me. This is script file. I have one *.inq file. I want run this script in XML files. But this script errors shows . If u want i am...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
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
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
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...

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.