Need some help (showing right in IE but not in FF or chrome! LOL)

1 replies
  • WEB DESIGN
  • |
I finally added in a slider at moneyhungrymomma.com and the image is suppost to line up like it does in IE 8 (in compatibility mode... strange- does not even load in IE 8 reg- downloading IE 9 now to check there.)

anyway, it should look like this:
awesomescreenshot.com/096a8c38f

but it looks like this in chrome and FF 4 - ignore the lack of titles, that is from the coufon plugin not showing up with the awesomeScreenshot plugin lol
awesomescreenshot.com/067a8c980

anyone have any ideas?
Thanks in advance!!
#chrome #css #javascript #lol #showing #slider
  • Profile picture of the author everydayeve
    I'm a dunce... figured it out- the 'user agent stylesheet' was assigning 'figure {
    display: block;
    margin: 1em 40px;
    }'

    so I just added

    figure {
    display: block;
    margin: 0px;
    }

    to my css.... love how I figure it out RIGHT after asking... sorry!
    {{ DiscussionBoard.errors[3604556].message }}

Trending Topics