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

Big mistake

Sorry, I trusted in a suggestion to change <tableto CSS.

This is the result:
http://192.168.11.11/sonoptikon.de/k...g.de/index.php

It works with firefox, but not with IE.

I made the mistake to change all my pages without testing with IE.

What to do now???

Or is it only a little tiny error?

thanks for help

Werner

--
--------------------------------------------------
Dorothee & Werner Partner, 45699 Herten
http://www.sonoptikon.de
Aug 19 '07 #1
8 2028
Werner Partner wrote:
Sorry, I trusted in a suggestion to change <tableto CSS.

This is the result:
http://192.168.11.11/sonoptikon.de/k...g.de/index.php
^^^^^^^^^^^^^
This is an address in your local network. Please post a publicly accessible
URL.

--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://pink.odahoda.de/
Aug 19 '07 #2
Benjamin Niemann schrieb:
Werner Partner wrote:
>Sorry, I trusted in a suggestion to change <tableto CSS.

This is the result:
http://192.168.11.11/sonoptikon.de/k...g.de/index.php
^^^^^^^^^^^^^
This is an address in your local network. Please post a publicly accessible
URL.
EXcuse:

http://40296.webtest.goneo.de/praxis-hp/index.php

Werner

--
--------------------------------------------------
Dorothee & Werner Partner, 45699 Herten
http://www.sonoptikon.de
Aug 19 '07 #3
Werner Partner schrieb:
Benjamin Niemann schrieb:
>Werner Partner wrote:
>>Sorry, I trusted in a suggestion to change <tableto CSS.

This is the result:
http://192.168.11.11/sonoptikon.de/k...g.de/index.php
^^^^^^^^^^^^^
This is an address in your local network. Please post a publicly
accessible
URL.
EXcuse:

http://40296.webtest.goneo.de/praxis-hp/index.php
The fact makes me little bit sad, because it looks quite nice with
firefox, but terribly wrong with IE

Werner

--
--------------------------------------------------
Dorothee & Werner Partner, 45699 Herten
http://www.sonoptikon.de
Aug 19 '07 #4
Werner Partner <ka****@sonoptikon.dewrites:
Benjamin Niemann schrieb:
>Werner Partner wrote:
>>Sorry, I trusted in a suggestion to change <tableto CSS.

This is the result:
http://192.168.11.11/sonoptikon.de/k...g.de/index.php
^^^^^^^^^^^^^
This is an address in your local network. Please post a publicly accessible
URL.
EXcuse:

http://40296.webtest.goneo.de/praxis-hp/index.php
The W3C validator reports a few errors. Nothing that will be too hard to fix,
but I'd suggest fixing them first. There's no guessing what browsers will do
with errors in HTML.

http://validator.w3.org/check?verbos...hp%2Findex.php

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Aug 19 '07 #5
On 8/19/2007 2:54 AM, Werner Partner wrote:
Benjamin Niemann schrieb:
>Werner Partner wrote:
>>Sorry, I trusted in a suggestion to change <tableto CSS.

This is the result:
http://192.168.11.11/sonoptikon.de/k...g.de/index.php
^^^^^^^^^^^^^
This is an address in your local network. Please post a publicly accessible
URL.
EXcuse:

http://40296.webtest.goneo.de/praxis-hp/index.php

Werner
They look the same to me on Seamonkey 1.1.4 and Internet Explorer 7.
Seamonkey uses the same HTML rendering engine (Gecko) as Firefox.

One thing that should be fixed is the width. Horizontal scrolling is a
real annoyance. Do not use a fixed width for any elements; use only
relative widths (e.g., percent).

--
David E. Ross
<http://www.rossde.com/>

Natural foods can be harmful: Look at all the
people who die of natural causes.
Aug 19 '07 #6
Werner Partner wrote:
Werner Partner schrieb:
>Benjamin Niemann schrieb:
>>Werner Partner wrote:

Sorry, I trusted in a suggestion to change <tableto CSS.

This is the result:
http://192.168.11.11/sonoptikon.de/k...g.de/index.php
^^^^^^^^^^^^^
This is an address in your local network. Please post a publicly
accessible
URL.
EXcuse:

http://40296.webtest.goneo.de/praxis-hp/index.php

The fact makes me little bit sad, because it looks quite nice with
firefox, but terribly wrong with IE
A quick check of your Firefox error console reveals a error in your CSS

html
{
margin:0; padding:10;
^^^
10 what? You need to put the units.

Next I would challenge your statement that "looks quite nice with
firefox" just bump up the text size and see your page disintegrate. It
is not just to change from table layout to css styling, your need to
approach the design in a different way. Avoid using pixel-perfect layout
grids. Use pixels when dealing with inflexible items like images but use
em or % for text blocks...

I would put your top image in a DIV for a banner with your banner text
and float image to the left. Make DIV minimum the height of the image.
Then I would put your content below and float your menu to the left as
well. Maybe you should not change the background color of the menu and
avoid the temptation of making the "grid" and just have the menu
visually part of your content...
--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Aug 19 '07 #7
Jonathan N. Little schrieb:
Werner Partner wrote:
>Werner Partner schrieb:
>>Benjamin Niemann schrieb:
Werner Partner wrote:

Sorry, I trusted in a suggestion to change <tableto CSS.
>
This is the result:
http://192.168.11.11/sonoptikon.de/k...g.de/index.php
^^^^^^^^^^^^^
This is an address in your local network. Please post a publicly
accessible
URL.

EXcuse:

http://40296.webtest.goneo.de/praxis-hp/index.php

The fact makes me little bit sad, because it looks quite nice with
firefox, but terribly wrong with IE

A quick check of your Firefox error console reveals a error in your CSS

html
{
margin:0; padding:10;
^^^
10 what? You need to put the units.
OK - but it does not change anything :-(
>
Next I would challenge your statement that "looks quite nice with
firefox" just bump up the text size and see your page disintegrate. It
is not just to change from table layout to css styling, your need to
approach the design in a different way. Avoid using pixel-perfect layout
grids. Use pixels when dealing with inflexible items like images but use
em or % for text blocks...

I would put your top image in a DIV for a banner with your banner text
and float image to the left. Make DIV minimum the height of the image.
Then I would put your content below and float your menu to the left as
well. Maybe you should not change the background color of the menu and
avoid the temptation of making the "grid" and just have the menu
visually part of your content...

I will try that!

thanks

Werner

--
--------------------------------------------------
Dorothee & Werner Partner, 45699 Herten
http://www.sonoptikon.de
Aug 19 '07 #8
David E. Ross schrieb:
On 8/19/2007 2:54 AM, Werner Partner wrote:
>Benjamin Niemann schrieb:
>>Werner Partner wrote:

Sorry, I trusted in a suggestion to change <tableto CSS.

This is the result:
http://192.168.11.11/sonoptikon.de/k...g.de/index.php
^^^^^^^^^^^^^
This is an address in your local network. Please post a publicly accessible
URL.
EXcuse:

http://40296.webtest.goneo.de/praxis-hp/index.php

Werner

They look the same to me on Seamonkey 1.1.4 and Internet Explorer 7.
Seamonkey uses the same HTML rendering engine (Gecko) as Firefox.

One thing that should be fixed is the width. Horizontal scrolling is a
real annoyance. Do not use a fixed width for any elements; use only
relative widths (e.g., percent).
I need only to fix the size of the icon, rest may float
I schould try

thanks

werner

--
--------------------------------------------------
Dorothee & Werner Partner, 45699 Herten
http://www.sonoptikon.de
Aug 19 '07 #9

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

Similar topics

3
by: Deltones | last post by:
Hi all, I'm just getting into Python/wxPython/Pythoncard and I'm trying the tutorial from this page: http://pythoncard.sourceforge.net/walkthrough1.html Is it me who's totally dense or...
27
by: wooks | last post by:
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=5206943952
3
by: E. Robert Tisdale | last post by:
Something that calls itself Paul Fame wrote: > In my University course teaching Java, my lecturer just claimed that > operator overloading in C++ was a mistake and that > Java's lack of operator...
43
by: Mr.Tickle | last post by:
// Run this code and look for his obvious error by the compiler namespace FlagCheck { using System; enum SomeFlags {
1
by: Paul | last post by:
HI! I have a script here below that I want to use in order to bet around a small bug in Firefox. function Firefoxautofix(x,y,){ parent.window.resizeBy(-1,-1) parent.window.resizeBy(+1,+1) } ...
41
by: Greenhorn | last post by:
Hi, We see that C is a bit liberal towards non-standard syntax, for e.g. when i tried <printf("string1", "string2 %d", v1);> in Dev-C++, it printed string1 and no error was raised, is this the...
2
by: Martin | last post by:
Isn't it a mistake for XmlSiteMapProvider to use the url as the node key? What if you want to change the url? The node and the url should be decoupled, via a distinct key which does not change. ...
3
by: Deven Oza | last post by:
Hello everybody, I need your help to write the following procedure. I did it but dont get the out put so please help me that where I made mistake. I written the procedure just after the...
3
by: Jeff Kish | last post by:
Hi. I deleted a stored procedure (one I had written) out of the master database. I thought I had accidentally put it there, then I got to thinking.. what if it is normally reflected there, and...
7
by: CuTe_Engineer | last post by:
hii, can you tell me plzz why my programme doesn`t work ,i don`t have any errors and every thing is fine but i don`t know why it`s not working , soo plz can you help me un finding my mistake i...
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
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
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...
0
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...
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,...

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.