Jump to content
xisto Community

Tyssen

Members
  • Content Count

    1,159
  • Joined

  • Last visited

Posts posted by Tyssen


  1. Infuriated, hurt, languished, smacked - I felt it all. I don't blame the band, because they absolutely don't support this sort of extortion.

    I think to a certain extent you do have to blame the band. They may say they don't support this sort of stuff, but if they were serious about it, they'd have a better agreement with the promoter to guard against this sort of thing happening.

  2. And you've obviously chosen to ignore what I wrote about not using the XML prologue with IE. You need to do some reading about what doctypes are available, how they should be used and in which circumstances and with which mimetype instead of just copying and pasting. For instance, your page will never validate as XHTML1.1 when you're using this:

    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    It should be this:
    <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" />
    but you can't use that mimetype with IE cos it doesn't understand it.

  3. I can't honestly see why you wouldn't use a background image (for a div or a table cell) but if you feel the great need to do it another way, you can use the z-index variable in css which allows for the layering of multiple elements.

    Like WaW says, using an image in the HTML and then using z-index to position text over it would be a dumb way of doing it but if you absolutely had to (although I'd like to hear a good reason why), then you'd also need to use positioning (absolute/relative) to get the two elements to occupy the same space.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.