Newbie questions about Pliant
On rounded corners
|
Message posted by maybe Marcus on 2002/07/18 14:45:33 |
I have noticed that some browsers are unable to present those rounded corners of a .page title. Why is that? |
Message posted by maybe Hubert Tonneau on 2002/07/18 15:31:21 |
Rounded boxes will be sent only if the browser is known to be abble to render it properly: here is the key line in /pliant/protocol/http/style/default.style
var CBool rounded := os_api<>"win32" and browser<>"" and browser<>"netscape"
Please notice that it is disabled when the server is running under Win32 since the lack of working zlib prevents to properly generate PNG files. |