Re: I know you're tired of hearing this, but ... re FAQs
Blammo <[email protected]>
| Newsgroups | gmane.mail.spam.spamcop.help |
|---|---|
| Organization | RM Gates |
| Message-ID | <[email protected]> |
On 05 Jul 2005 WazoO entered spamcop.help and left news:[email protected]: > That last got me wondering, fired up FireFox 1.04 and > see yet again more rendering issues ... not sure if some > of this is stuff resolved in the alpha version of 1.1 .??? > I rather doubt it's a Firefox issue. I looks fine in Mozilla, though the width has changed again. The difference is probably IE's improper box model. The only real issue is the list markers are outside the block, I don't know for sure, but I know IE and Communicator do wierd things with lists, that's one reason why I suggested using description lists. Actually there are missing UL tags, which will mess things up. It should be... <ul><li>etc...</li></ul> The computed style for those LI tags is list-style-position: outside, which is likely caused by the lack of UL tags. The padding and margin is 0 so that puts the marker outside the block. Also some of the li tags are closed in the wrong place (I'd say, anyway), the next topic is contained in the previous li, which will mess up the layout. I can manipulate that page with Mozilla's DOM Inspector, but unfortunately I can't insert tags around a block, though by copy/paste/cut I can move things around. I wonder if I can copy code from another document and paste it into that one? It changed, I wonder if you are working on it right now? -- | Ric |