Image in header help needed

The image in the header is previews in design and IE6
properly and looks good. When previewed in IE7 the header and the
footer go beyond the box about 1 inch. Can someone help? I'm new to
this, and I don't know where else to look. I've changed the box
size, but when I do that then I have white space at the right edge
when I preview it in IE6. Thanks so much for any help that can be
given!

Hello,
The widths of the header div and the container div are
different.
They also have different border styles.
.twoColElsLtHdr #container {
width: 715px;
<<<<<<<<<<<<<
background: #FFFFFF;
margin: 0 auto;
text-align: left;
border: medium groove #006666;
<<<<<<<<<<<
.twoColElsLtHdr #header {
background:transparent
url(../images/mountain%201%20cropped4808.jpg)
no-repeat scroll 0%;
border:thick double #006666;
<<<<<<<<<<<<<<<<<<
float:none;
height:175px;
padding:0px;
width:725px;
<<<<<<<<<<<<<<
Give the #header the same width as the container, 715px, and
the same border
style.
Or, give the container and header the same width and change
the border units
to px instead of medium and large, for which different
browsers have
different ideas on what that means.
For example:
border: 2px double #006666;
border: 2px groove #006666
Take care,
Tim
"sbschools" <[email protected]> wrote in
message
news:g0irnb$kbe$[email protected]..
>
http://www.matc.studentsites.net/Kabelis/vicom123/final/
>
> This is the link to the page. Thanks so much for your
help!

Similar Messages

  • Putting images into videos, help needed

    hi, im new to adobe after effects..i would be happy for quick help...
    i have 3 videoclips (commercials)...and in each, there are several characters...i need to take heads from pictures of people i have (i photographed people with white background)..and insert them into the video...so that the head would match and move with the original face...
    any tutorial or advice on this (if you understood what i need) ??
    please, thanks alot !!

    Not sure how good the result will be, but the outline of one way would be:
    1. Since you said 'photographed' I assume you have still images, so use PhotoShop to cut out the still images of the heads.
    2. Import the head image into AE.
    3. Use Motion Tracking to generate keyframes for following the heads in the original movie.
    4. Use this data to make the photo heads follow the motion track.
    5. Use keyframes for scale, position and rotation to orientate/size the new head to match the old one. May need to make new > old to avoid edge artifacts.
    Use Google to find tutorials on Motion Tracking.
    It is not as easy to get good results as it might sound above, especially if you are very new to AE.
    Not at all sure how realistic it will look if the new heads are static on moving bodies.
    Good luck!

  • Unique Image/MC Resize Help Needed

    Hi, I'm trying to achieve an effect, I'm hoping someone can
    help me with.
    I want an image to fill the entire screen of a browser window
    & automatically resize to fill the window area no matter the
    size of the browser; here is the exact effect I'm looking for:
    http://www.thewreckers.com/
    You'll notice that if you resize the browser window on the x
    axis, the image gets smaller, but if you resize on the y axis, the
    image
    stays the current size and only moves up and down, keeping
    the blonde singer's eyes centered on the page.
    I'm not a scripter, so exact syntax or even better, a sample
    FLA would be amazing!
    The only complaint I have about the sample is on Safari, the
    browser scroll bars show up.
    Also, how can I lock objects to the corners like the URL
    example?
    Thanks in advance for any solutions you might have.
    P.S. I'm using Flash 8, not CS3
    C

    I've sorted the crop ration for a 3:2 image but resulting in a much smaller image.
    Could you give me the details? How much smaller? What size is it? What else did you change other than the aspect ratio?
    I then then tried a 16:9 ratio which is much better
    Details please? What is better? (And why try this if you need 3:2??)
    seem to have run into a similar prob in that calculations say for a 40 x 20 I'll need 6,000 x 12,000 but lr4 will only ouutput 6,000 by 10,667.
    You are repeating your initial mistake. Images cropped to 16:9 aspect ratio cannot export to a 3:2 aspect ratio. Only images cropped to a 3:2 aspect ratio will export to a 3:2 aspect ratio.

  • Work with images in netBeans Help needed !

    Hai Guys,
    I have problem in inserting image in JFrame(In netBeans). Can any one tell me the way to insert an image to JFrame and save that image in my SQL database?
    Guys this is a very important task to me so please help me !
    Thanks for watching / replying

    If you are using net beans use the image view if it and insert the picture of the customer in to explicitly in to the column you want to put in and check the code generated behind.
    So you come to how to insert the picture in to the pane of the Jframe.
    Inseting the particular image in to database
    do as he said "BLOB" as your datatype and store the image.
    I think in your Jframe you might be taking the input from the user and posting it to show the user what he has entered and then saving it into the database.
    so directly put the input data first in to the required column where you are showing user the data what he entered and then on submit/save button call action performed method to save the data in the database

  • Python Image processing. (Help needed)

    Hi all.
    I'm currently trying to learn python and have made some(small) progress into the matter.
    However, I have an urgent need to extract some information from a bactch of photos for statistical purposes, namely:
    - color saturation (red, green, and blue)
    - mean luminance
    - variance of luminance
    - root mean square (RMS) contrast
    - kurtosis
    - skewness
    - energy
    Now I've searched for some program that could aid me in this when suddenly I remembered Python.
    I thought I could write a little script to extract said information and save it in a file.
    This is where I need the help of all you python gurus.
    Need a pointer in the right direction. I'm looking into PIL. IS this the best choice? Could this give me all the info need.
    To be honest, I don't even know what some of that info is (my wife needs it for here PhD thesis...)
    Any help would be appreciated.
    Cheers,
    P.

    palobo wrote:@buttons: Thanks. I am currently looking through that reading. Statisctical info for RGB etc is great, just what I needed. However I can't seem to get info on contast and luminance. I will keep at it.
    All I can tell you for sure from a very dim recollection of an undergraduate graphics course is that contrast and luminance can be derived mathematically from RGB somehow.
    PIL gives you the option to do pixel by pixel comparisons, so you can certainly get the info you need... the first step would be to define it though. ;-)
    Dusty

  • Adding Image in JTable - help needed(Urgent).

    Hai Friends,
    i want to add two icon in the cells of JTable... i dont know where am going wrong... the icon is not getting displayed in the cell but instead if i double click the cell the name of the icon is displayed in editable mode... any suggestion...
    this is my code... i got this from the forum only... but tis not working....
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.table.*;
    public class TableIcon extends JFrame
         public TableIcon()
              String[] columnNames = {"Picture", "Description"};
              Object[][] data =
                   {new ImageIcon("juggler.ico"), "Copy"},
                   {new ImageIcon("favicon.gif"), "Add"},
              DefaultTableModel model = new DefaultTableModel(data, columnNames);
              JTable table = new JTable( model )
                   //  Returning the Class of each column will allow different
                   //  renderers to be used based on Class
                   public Class getColumnClass(int column)
          System.out.println("getValueAt(0, column)"+getValueAt(0, 0));
                        return getValueAt(0, 0).getClass();
              table.setPreferredScrollableViewportSize(table.getPreferredSize());
              JScrollPane scrollPane = new JScrollPane( table );
              getContentPane().add( scrollPane );
         public static void main(String[] args)
              TableIcon frame = new TableIcon();
              frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
              frame.pack();
              frame.setVisible(true);
    }Urgent... pls help...
    Regards,
    Ciya.

    Hai Chris,
    Thanks for ur reply,
    Now Its throwing null pointer exception in the URL....
    Can u pls look into d code and tell me pls...
    import java.awt.Component;
    import java.awt.GridBagConstraints;
    import java.awt.GridBagLayout;
    import java.awt.Insets;
    import java.net.URL;
    import javax.swing.ImageIcon;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTable;
    import javax.swing.table.AbstractTableModel;
    import javax.swing.table.TableCellRenderer;
    public class MyIcon extends JPanel
      private JScrollPane jScrollPane1 = new JScrollPane();
      private JTable jTable1;
      private GridBagLayout gridBagLayout1 = new GridBagLayout();
      public MyIcon()
        try
          jbInit();
        catch(Exception e)
          e.printStackTrace();
      private void jbInit() throws Exception
        this.setLayout(gridBagLayout1);
        jTable1 = new JTable(new AbstractTableModel()
         URL lURL = getClass().getResource("file:///D:/Eg/TWEETY.GIF");
          URL lURL2 = getClass().getResource("file:///D:/Eg/TWEETY.GIF");
        Object[][] data =
            {new ImageIcon(lURL), "Copy"},
            {new ImageIcon(lURL), "Add"},
          public int getRowCount()
            return 2;
         public int getColumnCount()
           return 2;
         public Object getValueAt(int row, int column)
           return data[row][column];
        jTable1.getColumnModel().getColumn(0).setCellRenderer(new Renderer());
        jScrollPane1.getViewport().add(jTable1, null);
        this.add(jScrollPane1, new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(60, 20, 125, 25), -97, -287));
      public static void main(String a[])
        MyIcon c = new MyIcon();
        JFrame f = new JFrame();
        f.getContentPane().add(c);
        f.setSize(400,400);
        f.setVisible(true);
      class Renderer extends JLabel implements TableCellRenderer {
    public Component getTableCellRendererComponent(JTable table, Object value,
    boolean isSelected,
    boolean hasFocus,
    int row, int column) {
    setIcon((ImageIcon) value);
    return this;
    }Ciya...

  • Help needed with header and upload onto business catalyst

    Can someone help with a problem over a header please?
    I have inserted a rectangle with a jpeg image in  background, in the 'header' section, underneath the menu. It comes up fine on most pages when previsualised, going right to the side of the screen, but stops just before the edge on certain pages. I have double checked that I have placed it in the right place in relation to the guides on the page.
    That's one problem.
    The second problem is that I tried to upload onto business catalyst, which got to 60% and refused to go any further, saying it couldn't find the header picture, giving the title and then u4833-3.fr.png. The picture is in the right folder I have double checked. And it isn't a png. Does it have to be ?
    And the third problem is that I got an email following my upload from business catalyst in Swedish. I am living in France.
    Can anyone help ? Thanks.

    Thanks for replying,
    How can I check the preview in other browsers before I publish a provisional site with BC?
    The rectangle width issue happens on certain pages but not others. The Welecom page is fine when the menu is active, also the contact page, but others are slightly too narrow. Changing the menu spacing doesn’t help - I was already on uniform but tried changing to regular and back.
    In design mode the rectangle is set to the edge of the browser, that’s 100%browser width right?
    Re BC I have about 200 images on 24 different pages and it seems to be having difficulty uploading some of them. But it has managed a couple I named with spaces but not others I named with just one name.
    Is there an issue on size of pictures ? If I need to replace is there a quick way to rename and relink or do I have to insert the photos all over again?
    I’m a novice with Muse with an ambitious site !
    Thanks for your help.
    Mary Featherstone
    Envoyé depuis Courrier Windows
    De : Sanjit_Das
    Envoyé : vendredi 14 février 2014 22:15
    À : MFeatherstone
    Re: Help needed with header and upload onto business catalyst
    created by Sanjit_Das in Help with using Adobe Muse CC - View the full discussion 
    Hi
    Answering the questions :
    - Have you checked the preview in Muse and also in other browsers ?
    - Does the rectangle width issue happens when menu is active , or in any specific state , Try to change the menu with uniform spacing and then check.
    - In design view the rectangle is set to 100% browser width ?
    With publishing :
    - Please try to rename the image file and then relink
    - If it happens with other images as well , see if all the image names includes strange characters or spaces.
    - Try again to publish
    With e-mail from BC :
    - Under preferences , please check the country selected.
    - If you have previously created partner account in BC and selected country and language then it would follow that, please check that.
    Thanks,
    Sanjit
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6121942#6121942
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6121942#6121942
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6121942#6121942. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Help Needed..Fingerprint Identification..Image Manipulation

    Norfolk State University Student (Help Needed):
    I'm working on Fingerprint Identification using image correlation and/or a feature-based approach.  First, Goal is to minimize the lines of the minutia so that they are one pixel thick.  What services does Labview offer that will help me accomplish this task??

    Hey Snakehead...,
    Have you tried improving your original image with better lighting, better camera, better lens, etc.? What image processing have you done already, or are you starting from scratch? I agree with AnalogKid in providing some sample images to the forum so we can get an idea of what you are working with. Have you performed any morphology processing on the image? Have you tried edge detection functions? There are numerous functions that NI provides with their NI Vision software that will help you process your image, it is just finding the right combination that is the toughest part. Last, if you do have the Vision software, I might suggest taking a look at the Vision concepts manual to get an idea of the different functions and their capabilities. Let us know what kind of images you are working with and what you have done so far, and last, what you would like to eventually see. Thanks, and have a great day.
    Regards,
    DJ L.

  • Help needed placing extra images in my portfolio.

    I like to add some more pictures by my portfoliomap.
    I have now 6 items each page and i like to know if its possible to add some more pictures and how i can do this?
    You can find my site at..
    http://www.dorffdesign.nl/affiches.html

    As you can see on
    http://www.dorffdesign.nl/advertenties.html
    it worked out fine..
    Only the last set off images contait to much space between the set before? Do you know where i can adjust this?
    Regards Brian
    Date: Tue, 17 Apr 2012 09:07:38 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed placing extra images in my portfolio.
        Re: Help needed placing extra images in my portfolio.
        created by Altruistic Gramps in Dreamweaver - View the full discussion
    Upload the images to the images folder and use the markup as you have been using in the following, changing the name of the image to suit.
    !images/arcadisch_logo.jpg|alt=|src=images/arcadisch_logo.jpg!
    Gramps
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4340979#4340979
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4340979#4340979. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I have an older Mac desktop, version 10.5.8. I need to reinstall Image Capture. Help, please.

    I have an older Mac desktop, version 10.5.8. I need to reinstall Image Capture. Help, please.

    Do you have the original gray system disks that came with the computer, or a full retail install disk set for 10.5? If so, you can use a utiltiy:
    http://charlessoft.com/pacifist_olderversions.html
    to extract just Image Capture from the disk and install it. Otherwise, you  would have to reinstall the entire OS

  • [HELP] need TX2 recovery DVD/Image

    [HELP] need TX2 recovery DVD/Image HP won't repair it b/c i dont have the original software....can someone provide me an image or i will pay $ for DVD plz full model is TX2-1024CA

    That is a notebook PC. Maybe this document will help? http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00810334&cc=us&dlc=en&lc=en&jumpid=reg_R1002_US...
    ... an HP employee expressing his own opinion.
    Please post rather than send me a Message. It's good for the community and I might not be able to get back quickly. - Thank you.

  • Poor image quality -slideshow iDVD-need help asap

    Hello
    does anybody know how to create a better quality slideshow???? It sim,ply does look totally unprofessional .. when the dvd is burned.
    We have supersharp images .. but once the DVD is burned and you pop it back in the unit .. the images look fuzzy .. and not as crisp as when you actually run them in iPhoto, or iDVD...
    this is really urgent .. I'd appreciate if somebody give us a hint ... what to do .. or is there an alternative to created 100% quality slideshows on a dvd.
    We need to play the burned DVD's on a computer (to show to clients) as well as on a TV .. in case the client wants to view the DVD at home.
    please respond to
    [email protected]
    Thank you!
    I understand that it might look fuzzy on a TV screen .. but why does it look so bad on a computer screen? That is not a good way to present work/images .. please help!

    Don't count on FCE or DVD Studio Pro to be better. I think your issue is with MPEG-2 compression.
    I build my slideshows within iDVD, not iPhoto or iMovie HD. Here's an example:
    Ireland 2004 iDVD Project
    Nearly 800 images dragged into iDVD as organized folders from the hard drive. Transitions on each image, and menus, sub-menus, and sub-sub menus. The sub-menus are created by clicking on the Folder icon on the iDVD interface.
    Main Menu has 6 buttons: Downpatrick, Antrim Coast, Letterkenny, Sligo, Trim, and Extras. Behind each button are additional buttons ranging from 3 to 6 buttons. The Extras button goes fairly deep. When you click on Extras, it gives you 3 choices on a new menu. The "B&Bs" button opens a new menu with 5 buttons. The "Movies" button opens a new menu with 4 buttons. If you click on the "Irish Music" button, you open a new menu with 2 buttons. At that point, you are at a "sub-sub-sub menu."
    Music was on 95% of the slideshows. Some movies converted to QT DV from Canon S400 digicam .AVI files (iDVD 4). Now convert to H.264 with QuickTime 7. Images are original 4MP (2MB) JPEG images from the same digicam. This DVD project is around 4GB with all pictures as DVD-ROM content.
    G4 DP 1.25 GHz 4 Drives 720GB Mac OS X (10.4.4) 2 SuperDrives (SL 8X & DL 16X)

  • Serious help needed fixing an image gallery

    On my page
    http://www.dorff.nl/clients.html
    ive put this very nice gallery..
    The only problem is. I divided the gallery in 6 groups. But in every group you will see the same images. How can i change the images for each group seperately?
    I hope you understand what i ment.
    Regards Brian

    How i can use the four files you have send me?
    In dreamweaver im getting the message...
    lightbox.css is not on the disk
    prototype.css is not on the disk
    scriptaculous.css is not on the disk
    lightbox.js is not on the disk
    Date: Thu, 12 Apr 2012 12:37:39 -0600
    From: [email protected]
    To: [email protected]
    Subject: serious help needed fixing an image gallery
        Re: serious help needed fixing an image gallery
        created by adninjastrator in Dreamweaver - View the full discussion
    Here are 4 files you need:http://www.olympicdiscoverytrail.com/style_sheets/lightbox.csshttp://www.olympicdiscoveryt rail.com/style_sheets/prototype.jshttp://www.olympicdiscoverytrail.com/style_sheets/script aculous.js?loa d=effectshttp://www.olympicdiscoverytrail.com/style_sheets/lightbox.jsHere is an entire web page with working multiple galleries:
    Photo Gallery 1
        !images/125/paw_Carrie-Elwha.jpg|title=Elwha River Valley approaching the bridge|height=93|alt=Elwha River Valley approaching the bridge|width=125|src=images/125/paw_Carrie-Elwha.jpg|border=0!
    Photo Gallery 2
        !images/125/sw_IMG_1115-Downtown-Trail.jpg|title=Trail near High School close to downtown Sequim|height=83|alt=Trail near High School close to downtown Sequim|width=125|src=images/125/sw_IMG_1115-Downtown-Trail.jpg|border=0!
       </div>     <!-- close main_container -->
    </div>
    </body>
    </html>Here is a link to that working page on-line:http://www.olympicdiscoverytrail.com/trail_maps/slideshow.htmlThere is not much more I can do!You'll have to take the bull by the horns and start coding!Copy/Paste this HTML code into a new, blank page and edit the paths to all the .css, .js, and image files.Best of luck!Adninjastrator
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4330648#4330648
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4330648#4330648. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • HELP NEEDED!! (please) CS6

    HELP NEEDED!  I have been working for 3 days in a "new doc". Of course i have saved several times (control+s)
    but i do not remember it asking me about file name or folder. Today my comp crashed and i do not find the file. Just found 2 files (a tmp and one with no extension)
    : one with 174 mg and another one with almost 2 gb. Is there any possibility to recover my work? Photoshop did not oppened a thing when i restarted comp
    Thanks in advance

    The TMP file is your Scratch Disk file, and cannot be "recovered" to an Image file.
    Your second file might be almost anything. Though designed more for video files, both G-Spot and MediaInfo (both free file info utilities), CAN read several Still Image file types, and might help point out what that file (the one with no extension) really is. OTOH, as it could be almost anything, it could be that there is no header info in the file, for either to read.
    Good luck,
    Hunt
    PS - Before I did much additional work, I would investigate WHY your computer shut down. If you are on a PC, I would go into Event Viewer, at the time of the shutdown, and see if you can track down any warning, or error messages, in both the System and Applications Tabs. I am pretty sure that a Mac has similar, but have not a clue where, or even what it would be called.

  • Troubleshoting help needed:  My iMac keeps crashing and restarting with a report detail: "spinlock application timed out"  What can I do to fix this?timed out"

    Troubleshooting help needed:  My iMac keeps crashing and restarting with a notice: "Spinlock application timed out"  What can I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

Maybe you are looking for

  • HT4914 how do you de-select songs from your library that you dont want as part of iTunes match?

    i have over 36,000 songs in my Ttunes library.  iTunes match only allows 25,000.  there aer songs in my library that i dont need or want as part of iTunes match.  How do you delesect songs/tracks so that they are not part of the total library for iTu

  • I can't find a video synced to my IPad

    I admit it:  I am a MAC newbie.  I've worked on Linux and PCs for the last 20 years.... so this is probably just an ID10T error: I added 5 home movies to ITunes than synced my IPad (3rd gen) with ITunes. ITunes says the movies are on the IPad.  BUT,

  • New iMovie cannot find iPhoto Pictures

    Hello Community! After the update to the new iMovie, all pictures in my project mediathek are gone. He keeps telling me that he can't find the file path. In the old iMovie it still works. I imported the pictures from my iphoto mediathek. Any ideas ?

  • Several ADS Destination from Backend to different Portal Systems

    Hi Experten, I have created 2 ADS-Connections in the Backend System. Now, I want to use the first ADS connection from client 100 with ADS from Portal Training System. Next, I want to use the second ADS connection from client 800 with ADS from Portal

  • Delete WOT Safari extension

    How do I delete WOT? I downloaded this from the Safari extension gallery.  https://extensions.apple.com/