Avatar

Replying in 'Table view' (Bugs)

by Alfie ⌂, Vienna, Austria, Tuesday, September 04, 2007, 00:00 (6072 days ago) @ Alex

Hi Alex,

am I slow on the uptake or are you? :confused: ;-)

Neither both of us :-D

It seems to be a browser-specific problem (interpretation of CSS).

[image]

Left: M$ IE 6.0.2900.2180.xpsp_sp2_gdr.070227-2254IC (on XP Pro/SP2 all Patches)
Right: Mozilla Seamonkey 1.1.4 Gecko/20070802 (on XP Pro/SP2 all patches / Vista Business all patches)

...working also in IE 7.0.6000.16512 (Vista Business all patches).
Both XHTML and CSS are valid; IE6 is not in Quirks-mode. :angry:

<div class="postinganswer">
< a class="stronglink" href="index.php?mode=posting&amp;id=1814&amp;back=thread"
title="Reply to this message">Post reply</a>
</div>

is transferred correctly to bloody IE6, but simply does not show up!

Obviously IE6 is trapped somehow by the CSS; if I change

.postinganswer {
  float:left;
  font-size:0.82em; }

to

.postinganswer {
  float:left;
  font-size:4em;
  border:solid 1px red; }

the damned div-class slowly appears - obviously it has been simply covered by div-class .postingcontainer (which I cannot find in my style.css of beta12).

[image]

This calls for a hack - I will have a look the next days - hopefully...

--
Cheers,
Alfie (Helmut Schütz)
BEBA-Forum (v1.8β)

locked
8308 views

Complete thread:

 RSS Feed of thread