Results 1 to 2 of 2

Thread: CSS Issue Urgent plz help

  1. #1
    kstyles Guest

    Lightbulb CSS Issue Urgent plz help

    Hello, I have set up a highschool website done in .asp and when it opens up in different browsers Its not adjusting properly.

    Here is what i would like to fix :
    -I want the header to adjust in width with the rest of site design without ruining the quallity of the image,when the screen is too large it leaves a blank white spot.

    -Some text that displays on some of the various pages of the site , should have more of an indent on the right side of the page.

    Last is that it doesnt show certain images when i open it in IE , and the whole school uses IE, but when I open it up in FIreFox the images come up fine.

    Here is the adress: mathieumartin.nbed.nb.ca

    Please help me asap
    Thanks in advance guys

  2. #2
    Join Date
    May 2009
    Location
    England
    Posts
    165
    Hello kstyles,

    Regarding the masthead image: It is not possible (nor desirable) to stretch an image depending upon the width of the screen. Instead, set the image to be aligned centrally within the screen and set the background to be the base or bleed of the masthead.

    <div id="masthead">
    <img src="masthead.jpg" />
    </div>

    #masthead{
    margin:0px auto;
    text-align:center;
    background:#00a;
    height:50px;
    }

    You may need to slightly redesign the masthead image so that it has the same colour at the left and right hand edge and therefore fits with the background colour that you have set.

    I hope that helps as a starting point.

    Regards,


    David
    David McLeary
    Emerging Innovations
    Website Development, Training and Consultancy

Similar Threads

  1. IE CSS positioning issue
    By pdlr in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 15 Feb 2008, 01:48 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •