SharkD The <div> is a block element, and its expanding to 100% width, pushing the <span> outside the <th> (IE craziness)
What you could do is set the <th> width to, say, 100px... then set the <div> containing the header text to be width:80% I haven't had a chance to test it fully, but it *should* pull the <span> alongside the <div> You may not even have to set a width on the <th>, I'm not sure offhand... test it out! :) SharkD wrote: > Could you please restrict yourself to the topic in question? Thanks. > > On Sep 4, 12:42 am, "Jamie Campbell" <[EMAIL PROTECTED]> > wrote: > >> Total spammer! Somebody wipe this dude out please! I can't believe I even >> bothered to look. He probably got paid a penny for my impression. >> Arrrrrrrgh!!!! >> >> >> >> On Wed, Sep 3, 2008 at 11:46 PM, SharkD <[EMAIL PROTECTED]> wrote: >> >> >>> http://www12.asphost4free.com/mikh2161/html_sort_arrow_test_css.html >>> >>> I tested the above page using browsershots.org. Of the 50 browsers >>> tested it only didn't work in IE4, 5.5, 6 and 8. I plan on ignoring >>> IE4 and 8 since they're so old or in development. However, I'd like it >>> to work in IE5.5 and 6. Can you suggest a fix? Thanks! >>> >>> -Mike- Hide quoted text - >>> >> - Show quoted text - >> > > > --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
