• he there.. this css/wordpress stuff is a lot of fun.

    I’ve been wrestling with a little problem and still have not made much progress.

    I have a piece of header art that is so many pixels wide – this piece of art is not appropriate for repeating to will the screen width.

    I have a tall, thin piece of art that is designed to be the filler that will pad the picture to the right to the full width of the container.

    But I am struggling to incorporate it into my CSS/template.
    I’m fairly new to it. I am basing my theme off bliz and here are the pertinetn parts:

    Header.php contains this code segment:

    <!– header …………………………… –>
    <div id=”header”>
    <h1>“><?php bloginfo(‘name’); ?></h1>
    </div> <!– /header –>

    in my stylesheet, i have this:

    /* header
    ————————————————–*/
    #header {
    background-color:#ffffff;
    background-image:url(/images/top/top-emergency.jpg);
    background-repeat:no-repeat;
    }

    so it’s padding with white. My filler jpg is in
    /images/top/top-emergency-filler.jpg and it’s 1px wide

    I appreciate the CSS/style gurus out there who can help me achieve this.

    I am really beginning to love wordpress and the power of css.

    cheers
    glyn

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can we get a URL to this blog in question please? I’d like to see it first hand, if all possible. 😉 =) The way you have your question written now, is *kind of* confusing.. =P But, me thinks I know what you’re meaning though lol..

    spencerp

    Thread Starter tomkinsg

    (@tomkinsg)

    Spencer, i feared that you might ask that … I have it only installed on my PC at home. sorry for also for lackof clarity on teh question. It’s late!!!!

    I’m in the process ofputting the ste up on a server .. will post again with the url when it is there.

    Oh, well..it’s cool man, I’ll keep an eye on this thread for your replies then. 😉

    spencerp

    Thread Starter tomkinsg

    (@tomkinsg)

    wow … wordpress is so easy to move.

    here’s the site out there:

    http://www.theairwaysite.com/wordpress/

    thanks
    glyn

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘a little advice …’ is closed to new replies.