Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - IE7 beta 3 weird CSS behaviour

 
Thread Tools Search this Thread
Old 07-15-2006, 10:21 PM   #1
Default IE7 beta 3 weird CSS behaviour


hi group,
I am currently designing a site that will provide leisure information in
a certain region (berne, switzerland). I have just finished building the
XHTML-structure (yes, it's valid) and the raw CSS definitions in a
template. This template will be populated with results from a database.
However, the template renders perfectly under the following UAs: FF
1.5.04, Netscape 7+, IE 6, but not with IE7beta3.
With IE7 beta 3 the main menu is being shifted to the far left of the
design. I tried several different techniques to position the
div#mainmenu (which contains the ul li list of the main menu) such as
using margins and paddings, but without success.
Maybe someone from the group could point me to something I overlooked,
or maybe this behaviour is just due to the beta status of IE7?
Any help is much appriciated (and critiques as well

cheers
bernhard
--
www.daszeichen.ch
remove nixspam to reply


Bernhard Sturm
  Reply With Quote
Old 07-16-2006, 12:22 AM   #2
Jim Moe
 
Posts: n/a
Default Re: IE7 beta 3 weird CSS behaviour

Bernhard Sturm wrote:
> However, the template renders perfectly under the following UAs: FF
> 1.5.04, Netscape 7+, IE 6, but not with IE7beta3.
> With IE7 beta 3 the main menu is being shifted to the far left of the
> design. [...]
> Any help is much appriciated (and critiques as well
>

IE7 is in beta. Do not make code changes to comply with its problems as
they will change later on.
Create a test case and report it to MS.
And how could we critique it?

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
  Reply With Quote
Old 07-16-2006, 11:34 AM   #3
Bernhard Sturm
 
Posts: n/a
Default Re: IE7 beta 3 weird CSS behaviour

Jim Moe wrote:
>>

> IE7 is in beta. Do not make code changes to comply with its problems as
> they will change later on.
> Create a test case and report it to MS.
> And how could we critique it?
>

by telling me, whether you liked my coding, or if you agree on the way I
used CSS. just the ordinary procedure

(and in case somebody was missing the url: http://test.tour-de-berne.ch)

cheers
bernhard

--
www.daszeichen.ch
remove nixspam to reply
  Reply With Quote
Old 07-16-2006, 11:51 AM   #4
BlueC
 
Posts: n/a
Default Re: IE7 beta 3 weird CSS behaviour

Bernhard Sturm wrote:
> Jim Moe wrote:
>>>

>> IE7 is in beta. Do not make code changes to comply with its problems as
>> they will change later on.
>> Create a test case and report it to MS.
>> And how could we critique it?
>>

> by telling me, whether you liked my coding, or if you agree on the way I
> used CSS. just the ordinary procedure
>
> (and in case somebody was missing the url: http://test.tour-de-berne.ch)
>


You didn't post the URL in the first post, hence the question "how could
we critique it?"

--
BC
  Reply With Quote
Old 07-16-2006, 11:53 AM   #5
Bernhard Sturm
 
Posts: n/a
Default Re: IE7 beta 3 weird CSS behaviour

BlueC wrote:

>
> You didn't post the URL in the first post, hence the question "how could
> we critique it?"
>

ooops.. yes, thanks! I just discovered this. sorry, my mistake.

--
www.daszeichen.ch
remove nixspam to reply
  Reply With Quote
Old 07-16-2006, 09:47 PM   #6
Jim Moe
 
Posts: n/a
Default Re: IE7 beta 3 weird CSS behaviour

Bernhard Sturm wrote:
>> And how could we critique it?
>>

> by telling me, whether you liked my coding, or if you agree on the way I
> used CSS. just the ordinary procedure
>
> (and in case somebody was missing the url: http://test.tour-de-berne.ch)
>

Yes, I obscurely meant the URL was missing.
Quick critique (viewed with Seamonkey v1.0.2):
- Use of Transitional rather than Strict DTD. Few and minor errors with
Strict so there is no valid reason not to use Strict.
- Image "tdb_wappen.png" does not line up with the border. It would be
better to crop the image so the alignment is not so critical.
Also part of that image is pushed off the left side of the viewport so
that the T in Tour is not visible. Is that intentional?
- Several missing images. The ALT text is not meaningful.
- Tiny, tiny font size.
- I guess the weather report is not live yet?

- The page adapts reasonably well to font scaling. I went to 50% and 200%
without noticing any significant layout problems.

- Server problem:
Not Found
The requested URL /ausflugstipp/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use
an ErrorDocument to handle the request.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
  Reply With Quote
Old 07-16-2006, 10:06 PM   #7
Bernhard Sturm
 
Posts: n/a
Default Re: IE7 beta 3 weird CSS behaviour

Jim Moe wrote:
> Quick critique (viewed with Seamonkey v1.0.2):
> - Use of Transitional rather than Strict DTD. Few and minor errors with
> Strict so there is no valid reason not to use Strict.


you are right, I was thinking of switching it to the strict DTD.

> - Image "tdb_wappen.png" does not line up with the border. It would be
> better to crop the image so the alignment is not so critical.
> Also part of that image is pushed off the left side of the viewport so
> that the T in Tour is not visible. Is that intentional?


not really the T should be positioned over the tdb_wappen.png (at
least it does it in FF, IE...)

> - Several missing images. The ALT text is not meaningful.


that is also true, as the page is only a template for the PHP/MySQL
integration team, I did not provide meaningful or complete ALT-texts.

> - Tiny, tiny font size.
> - I guess the weather report is not live yet?


no it isn't yet. this will be implemented at a later stage of the
development of the site.

> - Server problem:
> Not Found
> The requested URL /ausflugstipp/index.php was not found on this server.
> Additionally, a 404 Not Found error was encountered while trying to use
> an ErrorDocument to handle the request.
>

no link should actually work, as there are only dummy-links (see above,
it's just a template for the dynamic content integration team).

thank's for the time you took for the critique of my site. I will take
your observations into account.

bernhard


--
www.daszeichen.ch
remove nixspam to reply
  Reply With Quote
Old 07-16-2006, 10:31 PM   #8
Rik
 
Posts: n/a
Default Re: IE7 beta 3 weird CSS behaviour

Bernhard Sturm wrote:
> hi group,
> I am currently designing a site that will provide leisure information
> in a certain region (berne, switzerland). I have just finished
> building the XHTML-structure (yes, it's valid) and the raw CSS
> definitions in a template. This template will be populated with
> results from a database. However, the template renders perfectly
> under the following UAs: FF
> 1.5.04, Netscape 7+, IE 6, but not with IE7beta3.
> With IE7 beta 3 the main menu is being shifted to the far left of the
> design. I tried several different techniques to position the
> div#mainmenu (which contains the ul li list of the main menu) such as
> using margins and paddings, but without success.
> Maybe someone from the group could point me to something I overlooked,
> or maybe this behaviour is just due to the beta status of IE7?
> Any help is much appriciated (and critiques as well


Another problem:
li#pageprint a, li#empfehlen a, li#zufallstipp a, li#similar a {
background-repeat: no-repeat;
background-color: #ECFCFF;
font-size:0em;<------------------------------
display:block;
height:12px;
letter-spacing: 10em;<-----------------------
text-align:right;
color:#ECFCFF;
margin:0px 0px 0px 20px;
}

Why would you want to do that?

Opera disregards the first statement because of my minumum font-size
required (6px), and obeys the second statement:
http://www.rwasmus.nl/opera.png

In this case an image with an alt attribute, or a display:none (set to
another value in an aural stylesheet) to a certain element is a whole lot
better then trying to hide it with a zero font-size.

Grtz,
--
Rik Wasmus


  Reply With Quote
Old 07-17-2006, 04:34 AM   #9
BootNic
 
Posts: n/a
Default Re: IE7 beta 3 weird CSS behaviour

> "Rik" <> wrote:
> news:74ffe$44baafea$8259c69c$ ....


[snip]

> Opera disregards the first statement because of my minumum font-size
> required (6px), and obeys the second statement:
> http://www.rwasmus.nl/opera.png



[snip]

Another Opera view, min font size 12px, screen width 2048.

Notice the text over the images, makes the image look distorted.

--
BootNic Sunday, July 16, 2006 11:34 PM

One must learn by doing the thing, for though you think you know it,
you have no certainty until you try.
*Aristotle*



  Reply With Quote
Old 07-17-2006, 04:36 AM   #10
BootNic
 
Posts: n/a
Default Re: IE7 beta 3 weird CSS behaviour

> "BootNic" <> wrote:
> news:YyDug.122125$ .com....

[snip]

> Another Opera view, min font size 12px, screen width 2048.
>
> Notice the text over the images, makes the image look distorted.


A link would be nice...

http://files.photojerk.com/BootNic/BootNic-0381.png

--
BootNic Sunday, July 16, 2006 11:36 PM

A conclusion is the place where you get tired of thinking.
*Arthur Bloch*

  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump