473,748 Members | 2,621 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Display problems with IE 5.x (Win)

I have a strange problem with IE 5.x which does not show up on other
browsers / systems.

http://www.westerntrainerin.com/

It is in basic.css on line 186 (inserted Tantek Hack to make the content
visible in IE5, otherwise it would be hidden) where I have a problem
with _margin: 0 0 30px 166px;_ which works well in all browsers, except
for IE5.

#inhalt {
position: relative;
background-color: #FFFFFF;
margin: 0 0 30px 0; /* IE5 very buggy */
voice-family : "\"}\"";
voice-family : inherit;
margin: 0 0 30px 166px; /* IE6 knows what to do */
border: 9px solid #D2DBE1;
padding: 0 205px 0 23px;
}
html>body #inhalt { /* good browsers get this one */
margin: 0 0 30px 166px;
}

I am all lost ... tried almost every hack I know and it still does not work.

Regards,
Nils
Jul 20 '05 #1
1 1612
managed to fix most of the problems (in IE5) on my own ...
It is in basic.css on line 186 (inserted Tantek Hack to make the content
visible in IE5, otherwise it would be hidden) where I have a problem
with _margin: 0 0 30px 166px;_ which works well in all browsers, except
for IE5.


by using this part:

#inhalt {
position: relative;
background-color: #FFFFFF;
margin: 0 0 30px 0; /* IE5 very buggy */
border: 9px solid #D2DBE1;
padding: 0 205px 0 23px;
width: 99.9%;
voice-family : "\"}\"";
voice-family : inherit;
margin: 0 0 30px 166px; /* IE6 knows what to do */
width: auto;
}
html>body #inhalt { /* good browsers get this one */
margin: 0 0 30px 166px;
}

However, there are quite a few more bugs, like resizing problems in all
IE-Browsers.

Regards
Nils

Jul 20 '05 #2

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

Similar topics

7
4685
by: Jeff Thies | last post by:
I'm trying to do a nav list using list items. Roughly this is putting links styled display: block and with a background color. In IE5 (windows, haven't tried Mac yet), adding the display: block for the link adds a bit of whitespace between the list items. NS7.1 does not do this. Why the whitespace (about 5px)? Is it possible to get IE and NS looking
3
2822
by: chuck | last post by:
Hi, This is a test for a larger form i am working on. I want to have a real time display of the radio button value when selected. I tried with various event handlers with varying success. The code below works in mac/win firefox, other browsers don't handle it at all. I have tried using onclick, and that buggers it in all browsers. <script type="text/javascript"> function updateSize()
2
1765
by: Steve Hall | last post by:
Dear All We have a SQL Server 2000 BE on a Win 2K Server box. Access 2000 clients, running on Win 2000 Pro. Front end design is fairly straight forward - 5 different "record types" (split across approx 20 tables). For each "record type", there is a datasheet view, listing the records of that type, and this can be filtered by using a combination of text / combo / check box filters above the subform datasheet. On clicking a record ID in...
6
3744
by: Sushil Prasad | last post by:
I am having problem in displaying the compiled help file. In asp.net app I have link button labeled help. On the users click of this button i do the respose.redirect to the url of the .chm file. The error message on the web page i get is Action Cancelled. I do see the left panel of help file that has the contents. The right panel is the one that is not appearing. Also this help file does display and work well when i browse it from the...
0
377
by: Ennio-Sr | last post by:
Hi all! After a very long struggle I finally succeded in transferring my old *.dbf file and the relating *.dbt (alias memo fields) to a pg table. For the time being I put the memo field in a separate table having two fields only (i.e.: n_memo integer, memo text) which can be related to the main table in a view.
0
977
by: Devlei | last post by:
I have developed an application using Visual Studio 2003 and Win XP. All works 100% on Win XP, but on deploying to Win 98 I am getting the following problems: 1. The installer creates shortcuts on Desktop and Start menu that have no 'Target Location' etc. On trying to run them it returns an error, "C:\Windows\Application Data\Microsoft\Installer\{1D5D63DD-....}\_69525.exe is not a Win32 Application" 2. I get the following error:...
5
1852
by: tor.brekke.skjotskift | last post by:
www.sogn.vgs.no - press button upper left corner labeled "meny". Safari 3 win do not display the text inside the a elements. Any ideas? Installed Safari on XP. Clean install, no modifications. Works fine in every other browser and safari mac. _____________
3
4601
by: engteng | last post by:
How to display OS Name in short Name eg Win Vista SP1 Win XP 2003 SP2 Regards, Tee ET
1
1871
by: OzzyB | last post by:
from graphics import * import math def drawCircle(win, centre, radius, colour): circle = Circle(centre, radius) circle.setFill(colour) circle.setWidth(2) circle.draw(win) def drawEye(win, centre): for circles in range(1):
0
8996
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8832
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9562
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
9386
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
9333
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
9254
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6078
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
4608
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...
3
2217
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.