• Resolved Brad

    (@cre8tive)


    i am testing a theme out for a friend and it seems that the theme looks great on FireFox .. but on IE .. it si screwy …

    any suggestions on how to push the footer to the bottom and allow the text to display correctly …

    again, looks great in FF .. but not in IE …

    i know it probably the CSS .. but I do not know what to add ..

    thanks !!

    site : HERE

Viewing 4 replies - 1 through 4 (of 4 total)
  • Class

    (@class)

    It looks almost identical in FF 2.0.0.2/IE6 here.
    Add some top padding to your footer div is perhaps what you want?

    Thread Starter Brad

    (@cre8tive)

    Class … I looked into the CSS .. and actually I found it was the DIV code … a little messed up and just changed it up a bit from this:

    </div> <!– closing frame div –>

    <div id=”frame2″><?php get_footer(); ?></div>

    to this:

    <div id=”frame2″><?php get_footer(); ?></div>

    </div> <!– closing frame div –>

    so that worked for the FOOTER issue .. but now it appears the background image is not repeating .. it is now set like this ..

    #topbanner2 {

    background: url(‘images/header2.jpg’) no-repeat;

    width: 790px;

    height: 261px;

    anything i need to change to get the bg to REPEAT …

    thanks all !!

    Thread Starter Brad

    (@cre8tive)

    okay .. got it working .. had to really modify the code a bit .. but could anyone take a look at the GALLERY and suggest what went wrong?

    thanks!

    Can you tell me what you did to make it work?
    I have the same problem, but I don’t no how to fix it.

    Thanks a lot! Sandra (simply-sandra.nl)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Flowery 2.0 Theme … issues’ is closed to new replies.