473,569 Members | 2,691 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2972
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.infosystem s.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.infosyste ms.www.authoring.stylesheets, Steve Pugh
<st***@pugh.ne t> 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
10626
by: Peter Diedrich | last post by:
The site design is pretty simple: ============================================ | Head | ============================================ | | | | | | | | | left | center | right | | | |...
39
5637
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
3479
by: Marc-Olivier BERNARD | last post by:
Hi there, I need to create a classic layout like this: ------------------------\ top | ------------------------| | | | left| center |right|
0
2257
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 stuck on a couple of issues. My pages are going to be used in a situation with fixed viewport (1024x768) and Mozilla browser -- so there are no...
2
2391
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 at http://www.ericlindsay.com/palmtop/palmnote.htm and the CSS is valid (with colour warnings but no errors) at...
14
4823
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 can be done using the designer but I intentionally don't want to use that. The one reason is that you cannot change the code generated by the...
5
2653
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 table(s) ? Benefits or problems related to using one or the other ?
26
2574
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 doing this with table based layout the code would be as follows: <head> <style type="text/css"> #bgleft { background: url(left_half_circle.gif)...
11
1287
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 example "dialog" or "ajax". I'm interested in general comments, and I have some specific questions, but first the (sample) code: var NRL = {};
0
8122
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...
1
7673
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...
0
7970
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5513
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5219
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...
0
3653
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...
1
2113
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
1
1213
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
937
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...

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.