BTW, the same problem exists with left aligned images, e.g. 
[[Image:name.ext|left]]. The CSS definition for such images contains the 
"float:left" (as your suggestions does). IE and Firefox render it differently. 
Both left-align the text "Bullet", IE hides the bullet points behind the table, 
Firefox shows the bullet point (in front of the table). 

May that the skin definition has to be improved to overcome this issue. (In 
this case it is a topic for the developer mailing list. I know, I know...

Roland


-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Christensen, 
Courtney
Sent: Donnerstag, 26. März 2009 18:44
To: MediaWiki announcements and site admin list
Subject: Re: [Mediawiki-l] Left aligned table and bullet list

What part are you trying to move left?
This might be too complicated, but how about:
<div style="float:left;">
{| border="1pt"
|| Test
|}
</div>

<div style="float:left;">
* Bullet
* Bullet
* Bullet
* Bullet
* Bullet
</div>
<div class="visualClear"></div>

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Roland Achermann
Sent: Thursday, March 26, 2009 11:38 AM
To: [email protected]
Subject: [Mediawiki-l] Left aligned table and bullet list

Hello,

There is a problem with left aligned tables and bullet lists. The following 
wiki code results in a left-aligned table and surrounded by a bullet list, but 
the bullets overlap the table. 

{| align=left border="1pt"
|| Test
|}

* Bullet
* Bullet
* Bullet
* Bullet
* Bullet

Is there a solution solving that? Maybe a patch for the style sheet?

Thank you!

Roland

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to