Slashdot Mirror


User: Tr1umph

Tr1umph's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Narrow browser on Slashdot HTML 4.01 and CSS · · Score: 1

    If there was a minimum width specified in the CSS, this could be avoided. Might as well make a maximum width too. min-width: 800px; max-width: 1200px; There are several ways to do that... but IE doesn't really support it that well... There are work arounds... More can be learned here: http://www.webcredible.co.uk/user-friendly-resourc es/css/more-css-tricks.shtml