473,396 Members | 2,129 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,396 software developers and data experts.

CSS layout - problems with Mozilla 1.4 and general comments

I've been playing with a CSS based layout at
http://steve.pugh.net/vtt/

I thought this wouldn't be too tricky, but eventually had to use a
combination of position: relative and float which is a bit messy. (I
also had to do some other nasty things to work round IE's host of
bugs).

At the moment it's working perfectly in IE6, Opera 7.11 and older
Gecko based browsers.
But when it comes to Mozilla 1.4 (and hence also Netscape 7.1) the
actual text of navigation drops down to below the end of the content,
although the box containing that text still displays correctly.

XHTML and CSS pass validation.

Any ideas about what I've missed?

And in general, how does it look in other browsers. I'd especially
like to hear about Win IE5.5, Win IE5, Mac IE5, Safari and Konqueror.

cheers,
Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #1
5 2968
Steve Pugh <st***@pugh.net> wrote:
I've been playing with a CSS based layout at
http://steve.pugh.net/vtt/

At the moment it's working perfectly in IE6, Opera 7.11 and older
Gecko based browsers.
But when it comes to Mozilla 1.4 (and hence also Netscape 7.1) the
actual text of navigation drops down to below the end of the content,
although the box containing that text still displays correctly.


Okay, I've fixed it. I had an extraneous right hand side margin on my
content container. Now looking good in IE6, Opera 7 and Gecko
browsers.

I'm still interested in feedback from other browsers though.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #2
Steve Pugh wrote:
http://steve.pugh.net/vtt/

And in general, how does it look in other browsers. I'd especially
like to hear about Win IE5.5, Win IE5, Mac IE5, Safari and Konqueror.


MSIE 5.0/Win looks nearly identical to Moz 1.3/Win. The borders that
give the boxes a raised look actually look a little better on MSIE 5.0
(sic).

--
Brian
follow the directions in my address to email me

Jul 20 '05 #3
In article <q9********************************@4ax.com> in
comp.infosystems.www.authoring.stylesheets, Steve Pugh
<st***@pugh.net> wrote:
Steve Pugh <st***@pugh.net> wrote:
I've been playing with a CSS based layout at
http://steve.pugh.net/vtt/

I'm still interested in feedback from other browsers though.


MSIE 4 puts nav links 1-4 in a box at upper right, "Praesent" text
in a VERY wide box below that (forces horizontal scrolling even on
1024 pixel screen), and nav links 5-8 left justified in a box that
is itself right justified below and slightly wider than the
"Praesent" box.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #4
Stan Brown <th************@fastmail.fm> wrote:
In article <q9********************************@4ax.com> in
comp.infosystems.www.authoring.stylesheets, Steve Pugh
<st***@pugh.net> wrote:
Steve Pugh <st***@pugh.net> wrote:
I've been playing with a CSS based layout at
http://steve.pugh.net/vtt/

I'm still interested in feedback from other browsers though.


MSIE 4 puts nav links 1-4 in a box at upper right, "Praesent" text
in a VERY wide box below that (forces horizontal scrolling even on
1024 pixel screen), and nav links 5-8 left justified in a box that
is itself right justified below and slightly wider than the
"Praesent" box.


Thanks.

IE4 may end up with NN4 in getting a bare bones stylesheet (I've not
yet written it). Just too much hassle.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #5
AD.
On Thu, 11 Sep 2003 12:16:39 +0100, Steve Pugh wrote:
Okay, I've fixed it. I had an extraneous right hand side margin on my
content container. Now looking good in IE6, Opera 7 and Gecko
browsers.

I'm still interested in feedback from other browsers though.


I never saw it before you fixed it but it looks ok in Firebird 0.6.1 on
Linux.

It's messy in Konqueror 3.1.3 though. The 2nd and 3rd boxes on the right
are below the main text, and the first box seems to be tall and skinny and
hiding underneath (ie behind) the main text with none of its
content visible.

Cheers
Anton
Jul 20 '05 #6

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

Similar topics

82
by: Peter Diedrich | last post by:
The site design is pretty simple: ============================================ | Head | ============================================ | | ...
39
by: Zak McGregor | last post by:
Hi all Are there any good solutions to aligning form field names and input boxes without resorting to tables? I am struggling to do this nicely at the moment. Thanks Ciao Zak
4
by: Marc-Olivier BERNARD | last post by:
Hi there, I need to create a classic layout like this: ------------------------\ top | ------------------------| | | | left| center |right|
0
by: Old Wolf | last post by:
I have a site that I laid out with tables, and lots of grotty hacks and lots of markup generated by client-side javascript. I'm in the process of converting it to "nice" CSS code but have got...
2
by: Eric Lindsay | last post by:
I have been trying to do a CSS liquid layout imitating a frame, using position: fixed for header, footer, and side navigation, and a fixed background image. Page is valid HTML 4.01 Strict, and is...
14
by: Anoop | last post by:
Hi, I am new to this newsgroup and need help in the following questions. 1. I am workin' on a GUI application. Does C# provides Layout Managers the way Java does to design GUI? I know that it...
5
by: Jeff User | last post by:
Hi all I am writing program/framework to server a web site dynamically based on stored web page data with C#, .net1.1 What is the preferred means of controlling page layout, frames or...
26
by: mark | last post by:
The idea of this is very simle. The site is 800px wide and sits in the middle of the browser window, on either side of the site I want a different background image aligned against it. If I were...
11
by: Daniel Norden | last post by:
Hello. Can you give me some feedback on my code layout? I have everything organized in an object, "NRL", that's used as a namespace, and there are other subobjects/modules below that, for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
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
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
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,...
0
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...

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.