Image/background is perfect in FF not in IE

not sure what the heck is going on here : but if you look at
this site in FF its fine and in IE - there is a gap ( above- "watch
these REMAX vids")
http://www.joinrec.com/
thanks
R

You have some anomalies there.
Like - what's this?
.highslide {
cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
outline: none;
and
what's this?
<td valign="top" background="/images/backgroundVert.jpg"
background-repeat:no-repeat;>
(the background-repeat)
and
what's this?
</div>
</p>
You cannot have a <div> tag within a <p> tag.
But I believe the gap you are seeing is caused by your basic
page layout.
Look at how much space is ABOVE the masthead "RE/MAX Real
Estate Center" in
IE and FF. IE is about 12px MORE than FF, and that's the size
of that gap.
What's happening is that you are seeing the white BELOW the
gradient in your
background image as a gap.
In general, I find that layout scheme of nested tables too
complex. Try
rethinking the approach - I think it will work much better
with a bit of
reexamination.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"NeilPeartRocks" <[email protected]> wrote
in message
news:fcmfaq$14c$[email protected]..
> not sure what the heck is going on here : but if you
look at this site in
> FF its fine and in IE - there is a gap ( above- "watch
these REMAX vids")
>
>
http://www.joinrec.com/
>
> thanks
> R
>

Similar Messages

  • V 3.2 v2 now has problems with layouts, displays images fine in IE10, Firefox but not in Chrome...

    Images placed in a page are not displaying in the same places in the design view on the rendered Chrome page, they are perfect in IE 10 and Firefox but not chrome / safari (ipad)?
    In other words I cant get all the browsers to render the same, in order to get one set to work I have to position images one way and then they dont work in the other browsers? it doesnt make much sense but i cant seem to figure it out and need urgent help!
    see here: http://www.nalpeiron.com/--analytics-solutions-by-role--.html
    this has been setup to work with chrome, but in the design view you have to place the images in totally wrong places to get them to show correctly....
    if you review in ie/firefox you can see the problem!
    Ideas?

    Every browser will potentially line break the same text with the same formatting differently due to subtle differences in the text layout engines between browsers, so the inline graphic approach is generally the best approach for achieving completely reliable results.
    The reason the difference was so dramatic between IE or Firefox versus Chrome or Safari is that Chrome and Safari are based on Webkit and Webkit rounds percentage leading to a whole pixel value where as IE and Firefox interpret percentage leading as a fractional pixel amount, if necessary. This means line spacing for text with leading that's specified as a percentage will be substantially different between IE/Firefox and Chrome/Safari. You can avoid this by entering a pixel value (i.e. "14 px" for leading in the Control Strip or Text panel in Muse.

  • Space between DIV with image and DIV with image background

    I have just about finalized the new design on my website. The only issue I am having now is on the gallery page.  There is a thin space between a DIV with an image and DIV with an image background.  I am using these DIV's to give the illusion of a blue border. If you look at any of the other main pages on the site the space is not there. Any ideas? 
    http://liquidfirefishing.com/index.php
    http://liquidfirefishing.com/gallery/main.php
    Here are a couple of screenshots to show exactly what I mean.

    Hello, 
    both my "IE8" and my "FF 7.01" show the blue boundary lines. Here my screenshots, left side IE8, right side FF:
    Header 1
    Header 2
    Hans-Günter

  • Centering background image [was: I have inserted an image background...]

    Here is the code. body{ background-image:url(backgrounds/MOMANDDAD.JPEG);}. what do i need to do to correct this mistake?
    I have made an inline stylesheet on a html and put a background image in it and it will not center in ie8, but is okay in firefox 3.09. what is going on?
    thanks mike

    In the future, try to keep your subject brief: "Centering background image" would suffice.
    Without seeing your site, image and other code, it's hard to guess what you have done so far.  Posting a URL to the live page is the best way to get a reply.
    Try this in your CSS:
    body {
         background: url (your_image.jpg) top center no-repeat;}
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Tutorials  - http://w3schools.com/

  • CSS image background issues - please help!!!

    I have a stubborn file that doesn't seem to want to display image backgrounds called out by CSS.  In my DW file I can see the background images in Design View, but when I go to Live View or preview in a browser they're not showing.  No broken link or unrecognized file type icons - just not there.  It doesn't matter if I'm working on the file locally or on my test server; the result is the same.
    Example 1:
    CSS callout looks like this:
    #logo h1 {
        float: left;
        width: 189px;
        height: 71px;
        background: url(/images/menu_logoblock.png) no-repeat top left;
    HTML callout looks like this:
    <div  id="logo">
                 <h1></h1>
         </div>
    Example 2 (toggle image on rollover):
    CSS callout looks like this:
    a#prod1 {
            width: 193px;
            height: 140px;
            text-indent: -9999px;
            background: transparent url(/images/image_name.jpg) no-repeat 0 0;
            margin-left: 0;
            display: block;
            position: absolute;
            left: 0px;
            top: 0px;
    a#prod1:hover {
                background-position: 0 bottom;
    HTML callout looks like this:
    <div id="products">
                <ul>
                    <li><a href="#" id="prod1" title="Title" alt="Totle goes here"><strong>Title goes here </strong></a></li>
                   </ul>
         </div>
    I have successfully used both methods on other pages without problem, but for whatever reason can't get it to work today.  I have a reset css file link to reset the browser defaults this time around and that's the only difference.

    Did you save your images for the web in RGB mode?  Most browsers don't support CMYK.
    Is your code valid?  Modern browsers are becoming less foregiving of code errors.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Trying to match sidebar to image background

    I am creating a professional portfolio.  I've been working on this problem for days, and nothing I try seems to work.  It's a little bit hard to explain so I am posting a screen shot to aid in this discussion.
    How can I get the background of my image to match the sidebar of my illustrator file?  Tried to select background then paint the same color.  But colors do not match.  Do I need to make a transparent background somehow? 

    Is your image background REALLY 50%K or is it a build of CMYK to try and look like 50%k?
    If you hover over the background in Photoshop what does the Info panel read? Are there CMY values in the info panel? That's not a 50%K then.
    If you want 50% K in Photoshop, you need to add 50% to the K channel in Photoshop and not simply paint on 50%k.

  • UITextField image background like the one in UISearchBar?

    Is it possible to use the oval background that is used for the TextField in a UISearchBar?
    Perhaps something like a borderStyle? I've tried the UITextBorderStyleRoundedRect but it isn't the same.
    Here's a link: http://img513.imageshack.us/my.php?image=searchuy0.png
    Is there any other way of using this image than just including it with my application and doing:
    textField.background = [UIImage imageNamed: SearchBarBackgroundImage];
    Thanks
    Note: I don't need the magnifying glass or cancel button or anything else. I just want the white oval background.
    Message was edited by: applehund

    But I don't want the magnifying glass image or the toolbar behind it

  • Remove image background

    Hi, I want remove this image background, now I'm using pen tool, select unwanted area & deleting. I want know any other easy way to do this. Thanks..

    omanbux wrote:
    yes i can rephotograph . pls tell me your tips .thanks..
    OK.  I hope this is not too urgent.  I'm in NZ so I'm late getting back, but a guy has to sleep sometime.
    What kit do you have?  And does the jewellery have to be photographed with the lens axess perpendicular to it?  I'm guess that you have A4 or 10x8 standard bond paper for your printer?  Did you use a tripod, and does it have an articulating arm?  Do you have external flash, or at least a strobe with an articulated head that can swivel upwards?  How about one of those curley eTTL extension leads?  A sheet of glass?
    Get back to me on that, and we'll take it from there, but shiney stuff is a PITA, and especially with such fine detail.  This is one of those times when it might actually pay to use a coloured BG so you could make a decent Alpha channel mask.  It is always nice to be able to make a cutout and use layer styles to add shaddow.  It gives a cleaner more professional look.
    I took this a lighting workshop a couple of years ago, to demonstrate that you could do it with nothing but a camera mounted flash and some Macgyver thinking. 

  • Procedure or Function that send E-mail with image background and file attached

    hi
    I4d like know if someone there is a procedure or function that send E-mail with image background and file attached, for me.
    thanks
    Josi Vieira

    If you go to this part of OTN you will find the official Oracle UTL_SMTP demo, which includes attachments:
    http://technet.oracle.com/sample_code/tech/pl_sql/htdocs/Utl_Smtp_Sample.html
    Getting a background is slightly trickier. The UTL_SMTP package is for primarily sending text e-mails, whereas images require HTML e-mail. I suggest you look at the structure of a sample HTML e-mail and see if you can write the necessary HTML strings in the DATA parameter. Otherwise you'll need to investigate handcrafting a program based on the UTL_TCP package.
    [rant]
    If this seems like a lot of trouble I agree and urge you not to bother. HTML e-mail is one of the curses of the modern age, not least because it is frequently used by purveyors of viruses. I have a filter on my Outlook client that strips out all the HTML in any e-mail I receive, which means I get lots of e-mails rendered unreadable by the inclusion of <HTML> tags. But who cares, they're mostly spam anyway. In fact, the use of HTML in an e-mail is almost always an indicator of the irrelevance of its content.
    [rant]
    Vibes, APC

  • HOWTO: JLayeredPane with a scrollable image background

    Hi,all
    I want to construct a JLayeredPane with a scrollable image background,
    so I do the following,but the result is: the Image displayed,but without scroll bars,but when I expand the window,the vertical scrollbar appeared,why?
    I am confusing...who can help me ?
    class ImagePanel extends Jpanel {
    public void paintComponent(Graphics g) {
    //paint the icon here
    class ImageScroller extends JScrollPane {
    public ImageScroller() {
    ImagePanel panel = new ImagePanel();
    getViewport().add(panel);
    //set horizontal and vertical scrollbar's value to the icon's value
    class MapPanel extends JLayeredPane {
    public MapPanel() {
    setLayout(new BorderLayout());
    ImageScroller is = new ImageScroller();
    setLayer(is,0,0);
    add(is,BorderLayout.center);
    }

    Hi,
    I too am confused as to why you've used getViewport().add instead of setViewportView(). with that i had no problems. try that. i'm not sure if it'll solve the problem though.
    Regards,
    Phani Kanuri

  • Region Image Background

    Hello,
    Does anybody know how to set up a image background on a region.
    I want to have different backgrounds for my two different regions.
    Can someone help me.
    I tried with the background style but it end up putting the background on the outer region (the main one) so I'm not sure how to do this.
    Sorry to bother you if this is very easy to do, but right now I don't have an idea on how to do it.
    Regards,
    Ruben

    Hi,
    Add to Region "Region Attributes" something like
    style="background: url(#WORKSPACE_IMAGES#mypic.gif)"Replace #WORKSPACE_IMAGES#mypic.gif with url where is your image you like use as background
    Br,Jari

  • I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Tha

    I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Thanks

    What is the problem specifiaclly?
    If the images are intended for web use I would recommend converting them to sRGB which could be done with Edit > Convert to Profile or with File > Save for Web, but as including a Save step in Actions and applying them as Batch can sometimes cause problems I would go with regular converting.
    You could also try Image Processor Pro.
    Scripts Page

  • How do I turn off background ni file activity when not using Labview? files such as nimxs.exe, nipalsm.exe, nipalsm.exe, nisvcloc.exe, nicitdl5.exe

    How do I turn off background ni file activity when not using Labview? I use labview rarely, and I also use my computer for demanding multimedia applications, including multitrack digital audio recording. I need to reduce as much background activity as possible, and taking a look with task manager I see files such as nimxs.exe, nipalsm.exe, nipalsm.exe, nisvcloc.exe, and nicitdl5.exe running even when I haven't used Labview (8 I believe). These files run even after I right click the NI icon on the lower right and turn off the application. I would like the computer to boot up without these files, and for the necessary files to be activated only when I start the program.
    Can this be done or do I have to remove labview from the system to improve performance?
    Thanks

    Hello, those processes are part of running NI services that start when Windows boots.  These processes serve varied purposes and stopping them can have undefined and unknown consiquences for your NI products.  These products run at "normal" priority meaning that they should be preempted by any process running at a higher priority which I would expect your other application to be doing given their time sensitivity.  That being said, in Windows XP (I can't speak for other OSes), you can lower their priorities even greater through task manager (right click the process»set priority) to further remove them from contention for resources.  If you want to prevent them from running you can set the service startup type to "manual" in Control Panel»Administrative Tools»Services.  Right click the process go to Properties and Under the General tab choose Startup Type»Manual.  This will start up the processes only when something directly starts it up.  LabVIEW will start these processes up as it attempts to use them.  When you shut down LabVIEW you will need to manually shut down these processes through task manager.  Again, doing this can cause problems with your NI products on your system and it is not advised.
    Travis M
    LabVIEW R&D
    National Instruments

  • My iTunes 11.0 (mac) has a black background colour and I can not see all of the information.  How do I change the background colour in iTunes 11.0 (mac)

    My iTunes 11.0 (mac) has a black background colour and I can not see all of the information for each song.    How do I change the background colour in iTunes 11.0 (mac) so I can see check boxes etc.  My download window shows no information, it is entirely black.

    Trent o
    Someone else in the forum told me how to do this.  If you have Onyx on your system then select Parameters, iTunes and turn off high contrast mode.  If you don't have Onyx, I'd suggest getting it.  It is freeware and used to help maintain your system.  Good luck
    Paul

  • I see a distortion icon image in Windows 8.1 but not in windows 8

    I saw distorted icon image in windows 8.1 but not in Windows 8. This bug doesn't affect Windows 8.1 functionality but causes some icons to look ugly, distorted, fuzzy.This bug can be seen in "Delete confirmation dialog box". The
    folder icon in delete confirmation dialog box will look distorted and ugly. Black edges will appear around the icon and the icon will not look correct.The same thing also happens in "Send To" menu.
    Also heard that this bug is not related to graphics card driver or any other thing.
    Hope windows will take necessary actions to solve this bug as soon as possible so that users like us can be satisfied with the new windows 8.1.

    Try running SFC scan. Refer the following link for more information:
    http://support.microsoft.com/kb/929833/en-us
    Balaji Kundalam

Maybe you are looking for