Re: Plaese help us to port NetSurf to Playstation 2

2012-08-30 Thread Harriet Bazley
On 30 Aug 2012 as I do recall, Oleg Petrov wrote: > I read info on your web-site about NetSurf and was very amazed that it can > work even on Atari computers. Also I read that it can be ported on older > platforms and that developers of NetSurf would be happy to contact such > people. >

height attribute in CSS

2012-08-30 Thread Gavin Wraith
I have come across a difference between the way NetSurf 2.9 (on an Iyonix) and Firefox 15 (on an XP notebook) treat the CSS "height" attribute. The way NetSurf does it gives the display I want, and I am trying to figure out how to make Firefox do the same. My webpages are to be in three columns, w

CSS height attribute

2012-08-30 Thread Gavin Wraith
I found out how to get the effect I wanted both in NetSurf and in Firefox by avoiding the "height" attribute. I put everything inside a containing box and for the left- and right-hand columns set the attributes "top" and "bottom" to 0. Then their heights get sucked to that of the middle column. --