Allan,

here's the list of issues I've resolved in order of importance:

1. pinmenu.css fixed to work in Netscape, Mozilla, Konqueror, IE and
   Lynx (wide and short versions). It's attached. See:

    http://www.cs.wm.edu/~zvezdan/LyX/www-user/
    http://www.cs.wm.edu/~zvezdan/LyX/www-user/indexs.html

2. Whatever used class="right" should use class="rfloat" now. Reason: I
   needed name right for slightly different purpose.

3. Get rid of img.right in lyx.css, because it uses "align: right"
   instead of "text-align". Anyway, it should float to be correctly
   shown in Konqueror. Use <p class="rfloat"><img...></p> or directly
   <img class="rfloat">. I tested the first option only.

4. Now why I needed .right. In news/20010523.php3 your quotes have the
   author listed to the left. I really do not remember if this was a
   decision or an accident. If you need more customary right alignment
   use <p class="right">Jurgen</p> (where .right { text-align: right }).
   Even if you want them to the left use <p>Jurgen</p> because the font
   gets screwed in Netscape otherwise. Take a look at:

    http:/www.cs.wm.edu/~zvezdan/LyX/news/20010523.html

   Only one quote is formatted with <p class="right">. See the diff
   compared to others, and mark-up in the source.

5. Use local valid-xhtml1.gif because it is transparent as opposed to
   w3c version which has a white background. You can pick GIMP fixed
   version from my site.

6. Get rid of spaces around images. See the diff between index.html and
   indexs.html when you hover over images and see the diff in the
   source.

7. Add <xml-stylesheet...> for pinmenu.css. In fact reformat a little
   your meta lines so they are more readable:

   <?xml version="1.0" encoding="iso-8859-1"?>
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
   <?xml-stylesheet href="./lyx.css" type="text/css"?>
   <?xml-stylesheet href="./pinmenu.css" type="text/css"?>
   <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
   
What remains to be done:

Did you ever see top navbar in Konqueror. If not you are spared of big
surprise. It takes a whole page in height and two pages in width. I do
not know why, but I'm working now on fixing it in a <div> manner.

I'll be back as soon as I do that.

Best regards,
-- 
Zvezdan Petkovic <[EMAIL PROTECTED]>
http://www.cs.wm.edu/~zvezdan/

Reply via email to