1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By Stomme poes

  1. Karen May Jones liked Stomme poes's post in the thread Help, Please! My Sliced Image Looks . . . Erm . . . Sliced.

    I'll tell you why, and this is important. Listen to me. Browsers have "rendering engines" which they use to look at HTML and CSS and...

    Jan 21, 2008
  2. thatedeguy liked Stomme poes's post in the thread Need Help: CSS float & Div bug in IE and Opera.

    since Opera's also bugging out on this, it's more likely to be coding than a bug (Opera has its bugs but they're nothing like IE's)....

    Jan 18, 2008
  3. ChaosFoo liked Stomme poes's post in the thread How to code this without using a table.

    I'd make the background part thing with the rounded corners a div (with the image as a background). I'd have three floats inside it,...

    Jan 11, 2008
  4. sundaybrew liked Stomme poes's post in the thread DOES CSS work in IE6?.

    First thing I see on that css is that you've got a large left margin on the right-floating sidebar. Usually, the trick is to simply...

    Jan 4, 2008
  5. mikey1090 liked Stomme poes's post in the thread Footer DIV floating too high. Will give rep for help!.

    You're valid, but definitely still conflicting and still having stuff like <div><br style="clear" /></div> which is certainly valid,...

    Jan 3, 2008
  6. AdamSee liked Stomme poes's post in the thread Which version of XP does not include IE7?.

    As I see it, Adam, you will either need to buy used copies of XP or try to find the few remaining machines/laptops out there with XP. I...

    Jan 2, 2008
  7. Halobitt liked Stomme poes's post in the thread Which version of XP does not include IE7?.

    Yeah, first the Tredosoft IE's use the current Javascript management they added to IE7, according to the site somewhere (I read it on...

    Jan 2, 2008
  8. wd_2k6 liked Stomme poes's post in the thread Argh Problem in Firefox and all IE but not IE7?.

    Hmm, why float the menu? Float the li's or the a's instead. You want a horizontal menu? <ul id="menu"> (no need for wrapping div...

    Dec 28, 2007
  9. FPForum liked Stomme poes's post in the thread What is wrong with this CSS code?.

    The first suggestion is called "faux columns" (look! French!) lol. It's got its disadvantages but is the most popular way to make...

    Dec 27, 2007
  10. mystery liked Stomme poes's post in the thread Blog Looks Fine In Firefox But With Defaulted Sidebars In Explorer!.

    Nah, you go to the website Martino listed ( http://validator.w3.org ), and start with the very first error. Often one real error can...

    Dec 27, 2007
  11. bhaque liked Stomme poes's post in the thread DHTML Popups.

    Dynamic Drive likely has them. There are usually better ways to do pop-ups though, including CSS ones, but there's your answer.

    Dec 26, 2007
  12. Flux liked Stomme poes's post in the thread CSS for good looking table ?.

    I don't like the fact that this table is only one sort, with single row and column widths, but this page does have a lot of different...

    Dec 16, 2007
  13. vegabond liked Stomme poes's post in the thread CSS structure.

    There are many resets out there. Most people (including myself) use the easy one: * { margin: 0; padding: 0; } The * means...

    Dec 14, 2007
  14. AngelaR liked Stomme poes's post in the thread Being able to write text over an image?.

    If the element holding the text (for instance, a <p>) has a background image set, OR if the box that the <p> is in has a background...

    Nov 14, 2007
  15. Forrest liked Stomme poes's post in the thread Can I change the order rules are applied.

    Later in the css, OR you could make the special one you want more specific. LIke you have #sidebar.visited, and you could then have...

    Nov 10, 2007
  16. J8Diamonds liked Stomme poes's post in the thread I don't have any skillz.

    Yes, you can do popups (I don't mean new windows) with CSS using :hover. Be aware of IE6's problem with hovers : )...

    Oct 25, 2007
  17. Halobitt liked Stomme poes's post in the thread Extended DIV/Scrollbar Offsets DIVs.

    Sorry Phenix, his usual MO is to look at the whole page, not just one problem, list all the problems, and then usually he also comes...

    Oct 22, 2007
  18. Jez liked Stomme poes's post in the thread How to get around an image / no image problem?.

    Normally if you set no widths, a div will automatically try to fill the width of the screen. Because of the lines, I dunno where you'd...

    Oct 22, 2007
  19. login liked Stomme poes's post in the thread Text on page disappear in IE6.

    I cannot see which of your many CSS sheets is the one doing it, but somewhere you have a container with a background colour and a float...

    Oct 19, 2007
  20. tayiper liked Stomme poes's post in the thread I need something very basic explained about CSS.

    Hmm, you CAN float two things like images left and right. Or you could float them both left. Floats take boxes (which normally have...

    Oct 11, 2007