My site works fine in firefox but doesn't show the background color of my pages in that is to say, any help greatly appreciated.

My site is http://www.bigmoggs.prohost4u.co.UK the site appears fine in FF but then open in IE none of the text, buttons or flash animation, the only thing that appears is a blank page in the correct color, can someone me please help

On line 60, opening style tag is not complete:

Tags: Dreamweaver

Similar Questions

  • My HTML code works fine in IE8 but 'jump' slightly to the right and left pages in Firefox

    I created a Web site that looks and works fine in IE8 but in Firefox some pages break a couple of pixels to the left. I tried to debug it but cannot find coding errors.

    You can force a vertical scroll bar with body {overflow-y: scroll}

  • Site works fine in Firefox, completely broken in Internet Explorer.

    I can't understand it, but I'm used to making websites based on browsers that aren't IE... There always seems to be a problem with it.

    Here is the page and please tell if I need to display any other information.

    http://chaoscoalition.NET/testsite/index.php#

    Edit: Here's the CSS, as appropriate:

    @charset "utf-8";
    / * CSS document * /.

    .oneColLiqCtr #container {}
    background-image: url(images/body.png);
    background-repeat: no-repeat;
    Width: 1000px;
    height: 974px;
    margin: 0 auto; / * This setting overrides the text-align: center on the body element. */
    z-index: 0;
    }
    #header {}
    position: absolute;
    Width: 1000px;
    height: 74px;
    margin: 0 auto;
    z-index: 0;
    }
    #nav {}
    fonts: Verdana, Geneva, without serif.
    do-size: 14px;
    position: absolute;
    Width: 500px;
    height: 50px;
    top of the margin: 35px;.
    margin left: 461px;
    z-index: 0;
    }
    #logo {}
    position: absolute;
    top:-125px;
    left:-15px;
    Width: 419px;
    height: 222px;
    z index: 30;
    }
    #main {}
    position: absolute;
    top: 118px;
    padding-left: 60px banner;
    padding-right: 60px banner;
    Width: 882px;
    height: 870px;
    margin: 0 auto;
    z-index: 0;
    }
    #news {}
    Width: 700px;
    height: 300px;
    z-index: 0;
    }
    {#donate}
    position: absolute;
    margin-top:-295px;
    margin left: 705px;
    Width: 175px;
    height: 46px;
    }
    {#poll}
    position: absolute;
    margin-top:-230px;
    margin left: 705px;
    Width: 175px;
    height: 442px;
    }

    /*
    content slider
    */

    .floatLeft {float: left; margin-right: 10px ;}}
    .floatRight {float: right ;}}
    . Clear {clear: both ;}}
    a                                            { outline: none; }

    #page-wrap {width: 700px; position: relative; height: 300px;}


    background: high url(images/bg.png) in the Center;
    background-repeat: no-repeat ;}


    UL {list-style: square inside ;}}
    a, a: visited {color: #729dff; text-decoration: none ;}}
    a: hover, a: active {}
    color: #CCC;
    }
    BLOCKQUOTE {}
    padding: 0 20px;
    left margin: 20px;
    border-left: 10px solid #666666;
    do-size: 14px;
    do-family: verdana;
    top of the margin: 40px;
    color: #CCC;
    }


    purchase online .slider {}
    Width: 640px;
    height: 240px;
    position: absolute;
    top: 30px;
    left: 30px;
    }
    .stripViewer .panelContainer
    . Panel ul {text-align: left; margin: 0 15px 0 30px ;}}
    .stripViewer {position: relative; overflow: hidden; width: 640px; height: 240px ;}}
    .stripViewer .panelContainer {position: relative; left: 0; top: 0 ;}}
    .stripViewer .panelContainer .panel {float: left; height: 100%; position: relative; width: 640px ;}}
    .stripNavL, .stripNavR, .stripNav {display: none ;}}
    . NAV-inch {right margin: 5px ;}}
    #movers - line {margin:-55px 0 62px 0 ;}}
    div #movers - line {width: 20%; float: left ;}}
    div #movers - line a.cross - link {float: right ;}}
    your-meta-data {background: url(images/transpBlack.png); padding: 10px; height: 40px;}
    margin-top:-240px. position: relative; z index: 9999; color: white; }
    your-meta-data span {}
    do-size: 16px;
    color: #CCC;
    }
    .cross-link                                    {
    display: block;
    Width: 62px;
    position: relative;
    padding-top: 15px;
    z index: 9999;
    }
    .the-inch {background: transparent url(images/icon-uparrowsmallwhite.png) top in the Center no-repeat ;}}

    In your embedded CSS, you have 2 instances of body.  Keep one and delete the other.  Notice the differences in the size of the font, colors, and backgrounds.

    body {
         font: 100% Verdana, Arial, Helvetica, sans-serif;
         background: #666666;
         margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
         padding: 0;
         text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
         color: #000000;
         background-color: #000;
         background-image: url(.../images/background.png);
         background-repeat: repeat-x;
    }
    
    /**and again near the end you have this one**/
    
    body {
         background-color: #000;
         background-image: url(images/background.png);
         background-repeat: repeat-x;
         color: #CCC;
         font-size: 12px;
         font-family: Verdana, Geneva, sans-serif;
    }
    

    It is the appearance of your site in IE6:

    When I increase the text size in the browser (Ctrl +++) your page becomes a mess of confusion due to the values of height on most of your containers. This happens in all browsers not only IE. Do a Google search for CSS MIN-HEIGHT.

    In IE6, your PNG images transparent look terrible because pre - IE7 browsers don't support Alpha transparency without a JavaScript hack.  Do a Google for IE PNG fixsearch.

    Rebuild your page content flows logically mind of footer.  Avoid absolutely positioned Divisions. Use instead the floats and CSS margins.

    Here is a link to a sample 2 column CSS Layout.  No absolute positioning division, no height not limited and no animals were injured in the realization of this layout.

    http://ALT-Web.com/templates/right-column-fixed-width-template.shtml

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics |  Print | Media specialists
    www.Alt-Web.com/
    http://www.Twitter.com/ALTWEB

  • 4.4 LR works but doesn't show the photos?

    My computer is dead and needs a lot of work, including a new motherboard and new graphics cards. Now 4.4 LR shows a photo. LR seems to work fine in every other way, but where the pictures should be the spaces are empty. I vaguely remember something like what is happening before, but I don't remember the solution. Any suggestions?

    Thank you

    Doug

    Re-calibrate your monitor.

  • How to change the background color of the code written DW page but not the Web page...

    How to change the background color of the code written DW page but not the Web page...

    If you have DWCC2015, you can change to edit > Preferences > coloring Code and either choose a new theme (RecoGnEyes is the background dark code by default) or you can change it to what you want in the background field by default.

    2014 CC had no theme options, but you can change the background color in the same place.

    I think that some of the previous versions also had the option, but I don't have them on my machine to check.

  • Facebook will not load, but other sites work fine!

    Hi guys

    I have a problem, and I am very sad

    Facebook page does not load, but other sites work fine! Only FACEBOOK.

    I deleted history/empty caches/delete all site data / but nothing.

    I reinstall El Capitan 10.11.6 updating still nothing.

    I deleted the cookies/cache it always draws nothing

    In the other browser works very well only safari are break down

    Who has encountered this problem?

    Thanks in advance

    Hello

    You can have a third party Safari installed third-party plugin or extension that prevents loading Safari Facebook.

    In the Safari menu, click Safari > Preferences, and then select the tab Extensions extensions uninstall then leave then restart Safari to test.

    If it is not a question of extensions, try troubleshooting third-party plug-ins.

    Back to Safari > Preferences. This time select the tab Security Deselect: plug-ins Allow. Quit and restart Safari to test.

    If it makes a difference, the instructions of troubleshooting plugins here.

  • Flash works fine in firefox 14 but I can't update

    Firefox could only have this problem. My operating system is windows xp pro 32-bit computer Sp. I upgraded from 12 Firefox Firefox 14 Friday and everything worked fine. No problem, however the next day, I saw that the flash was updated from version 11.3.300.265 to11.3.300.268. The opera and internet Explorer update to the new version. 14 Firefox is not. I check messages, Google, forums, nothing. So I downloaded flash again and still no change in Firefox. Still using the old version of flash. Now the new flash works fine in Firefox, the question is why it refresh.? So I tried to update the plugin myself nothing, became: config and enabled the plugin container and tried other things that did not work. I don't understand. I'm OK with Firefox 14 but not if I have to use an older version of flash, and I'm on the edge when I am forced to upgrade my browser and it works very well. Here is a link on the adobe forums that a guy has the same problem six days ago. see that they have in the forum believe it is a Firefox will not deliver a flash program.
    http://forums.Adobe.com/thread/1040108?TSTART=0

    I'm using google chrome because i don't want to use an older version of flash. I knew it was too good to be true. If i can get it fixed it's still the second best browser in my mind. If I can't then i need to change. THANKS.
    

    If you have the 265 and the 268 in the folder, delete the 265 by hand. It is possible that some Flash media plays so the Adobe installer did not cleaning itself. I cross my fingers.

  • Safari on my MacBook Pro retina 9.0.3 15-inch Version 10.11.3 do not show images on some Internet sites. They appear for a fraction of a second then disappear with a question mark in the Center. The same sites work fine on Chrome and Firefox.

    Safari on my MacBook Pro retina 9.0.3 15-inch Version 10.11.3 do not show images on some Internet sites. They appear for a fraction of a second then disappear with a question mark in the Center. The same sites work fine on Chrome and Firefox.

    I suggest you only begin by taking the measures recommended in this support article.

  • Using firefox 14.0.1. Load a link using the right click and "Open link in new window", translates into a new window opens but doesn't show URL address bar...

    Using firefox 14.0.1. Load a link using the right click and "Open link in new window", translates into a new window opens but doesn't show URL address bar. However, if I click with the right button on a link and select "Open link in a new tab", the tab displays the URL in the address bar. If it works when a new tab it's not in a new window.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

  • Why does my site display properly in Firefox but not Safari/Chrome?

    I have looked through all my code and do not understand why my previews site perfectly well in Firefox, but in Safari or Google Chrome all elements of the site work but the images that make up the background appear empty or with a blue question marks in a box on them.  I made the site by slicing layers in Photoshop then saved the HTML as a template and added the relevant divs.

    It displays a good overview on Dreamweaver as well but it is precisely these browsers on that it does not work.  It is used to preview very well on these browsers while I was doing it until I added the flash element to it, so I don't know if this has something to do with it, although all Flash elements appear and function ok.

    methumeddwl wrote:

    Thanks SnakEyes, I managed to get rid of the Alt error now.  My structure automatically becomes a tabular presentation due to the importation of the slices directly from Photoshop in a fixed layout?  All of a sudden I have all these new upcoming errors for no leftmargin, topmargin, marginWidth don't and marginheight as well as the height, so it would be ok if I just deleted all references to the latter in the code?

    Nancy Merci for these links to page layouts ready to use, they will definitely come in handy for my next site.  As I want my site to be a fixed 1024 x 700 does what a function table plan?  I want it be fixed instead of liquid that I want all the Flash animations to show in specific locations on the site.

    This is why you should not export the HTML from Photoshop.  To answer your question that exports only Photoshop like HTML 4.01, which is why he has these attributes.  In addition, everything is an image in a table cell, which leads to many problems.  Learn how to cut out pictures and use everything that CSS can offer will make better code.

  • Just upgraded to Vista Home Premium to XP. Got a Packard Bell with RF for the Media Center remote control, worked fine with XP, but is no longer compatible with Vista.

    after update to XP media center units Vista remote control

    Just upgraded to Vista Home Premium to XP.  Got a Packard Bell with RF for the Media Center remote control, worked fine with XP, but is no longer compatible with Vista.  I checked the usb driver for the usb XF-10 rf remote receiver and it is fine, uninstalled and reinstalled it.  Handset was working fine a few days ago.  I also went in 'Administrator', 'services' and then active HID, but it still does not work.  Media works well, but it would be nice to have the operation of the remote control!  Not particularly computer, simply suggestions please!  Thank you, Nick.

    Hi Nicolas,

    I suggest you to check the battery. Additionally, make sure that you have installed the right drivers for you Consumer IR Port.

    For more information, you can check the link below,

    http://www.PackardBell.com/index.html

  • Tween alpha works fine in preview, but not in the swf file

    I was wondering if anyone could offer some suggestions. I have a few words written in text mode static I made a graphic symbol. On the timeline, I used the motion tween and classic Tween to create change aplha from 0% to 100%.  I made sure that I have enoough to space on my calendar (10 images).

    Aplha interpolation works fine in preview, however when I export the swf file the aplha interpolation doesn't work anymore? I tried to break the text, flash of reboot, restart my computer and similar proposals for other items such as:

    I was able to fix this by checking the box 'use bitmap caching DURATION' in Blend in the properties panel for the MovieClip in question.

    I am currently using Flash CS5 on an imac. Would be grateful for any suggestions, that I do not understand how something that worked very well, has suddenly stopped working? Bug?

    Thanks in advance

    Stace

    Create a new fla and duplicate your efforts with your tween alpha of your text.  any problem?

  • insterted my IBM & reg travelstar 2.0, it is recognized as being plugged but doesn't show on the control panel and I can't access it.

    insterted my IBM & reg travelstar 2.0, it is recognized as being plugged but doesn't show on the control panel and I can't access it.

    I don't know what to do because he has all my work on it. An error report has been sent to me by saying: "Windows has detected a new device attached to your computer, but could not find the driver software, make the device usable. Each device manufacturer typically includes the driver from a CD that comes with the device, or for download on its Web site. Your device hardware ID is ACPI\HPQ0006. »

    What should I do?

    Hi Rachael7861,

    1. have you installed the latest drivers for the hard disk, mentioned in the previous post?

    I suggest that you connect the hard drive to another computer to check if it is broken.

    Also check in Device Manager for the status of the hard drive.

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Maintain a fixed width design, but which extends from the background with responses?

    Hello!

    I'm working on a site teaser for a kickstarter for a client campaign. I have the design done in Edge animate CC, with a scrolling Parallax mapped to the timeline.  I want to maintain the appearance of width fixed of the drawing or model and hide the overflow on x, but extend the background color for the browser window.  Can someone help me with how to do this?  Site link below.

    http://www.chadwelchart.com/ruinsaga.com/

    Thanks in advance!

    Chad Welch

    Hello

    (1) "hide the overflow on x' ==> sym. $(«elementName») .css ('overflow-x', 'hidden');

    (2) "toextend the background color" to the ==> the $(«body») .css ('background-color', "yourColor"); "

  • Change the background Image on a Page of a Site.

    CSS of my site has a background image set. I need to change the background image on a page, which has a feedback form.

    I tried a number of different positions for the insertion of the image, but nothing helped. I tried to go in the rule for div id = 'background', and change is here, but it affects all pages. So, I guess that I must write a new rule?

    Here is the code:

    < div id = 'background' >

    < div id = "items" >

    < h2 > Heard! < / h2 >

    < p > < a href = "index.php? status = pending" > waiting for < /a > < a href = "index.php? status = planned ' > under < /a > < a href =" index.php? status = declined "> refused < /a > < /p >" "

    < ol >

    <? PHP {? >}

    < li > < strong > <? PHP echo $row_Getclan ['title'];? > < / strong > < br / >

    <? PHP echo $row_Getclan ['content'];? > < br / >

    by

    <? PHP echo $row_Getclan ['author_name'];? >, to <? PHP echo $row_Getclan ['created_at'];? > < /li >

    <? PHP} while ($row_Getclan = mysql_fetch_assoc ($Getclan));? >

    < /ol >

    < p > < a href = "<?" PHP printf ("%s? (pageNum_Getclan = %d %s", $currentPage, max (0, $pageNum_Getclan - 1), $queryString_Getclan);? > "> previous view < /a > <?" PHP echo ($startRow_Getclan + 1)? >... <? PHP echo min ($startRow_Getclan + $maxRows_Getclan, $totalRows_Getclan)? > on <? PHP echo $totalRows_Getclan? > < a href = "<?" PHP printf ("%s? ("pageNum_Getclan = %d %s" %s "$currentPage, min ($totalPages_Getclan, $pageNum_Getclan + 1), $queryString_Getclan);? > "> Next < /a > < /p >"

    < / div >

    < div id = "crΘer" >

    Speak < h2 > < / h2 >

    < do action = "<?" PHP echo $editFormAction;? ">" method = "post" name = "form1" id = "form1" >

    < table align = "center" >

    < tr valign = 'of basic">

    < td nowrap = "nowrap" align = "right" > title: < table >

    < td > < input type = "text" name = "title" value = "" size = "32" / > < table > "

    < /tr >

    < tr valign = 'of basic">

    < td nowrap = "nowrap" align = "right" valign = "top" > content: < table >

    < td > < textarea name = "content" cols = "50" rows = "5" > < / textarea > < table >

    < /tr >

    < tr valign = 'of basic">

    < td nowrap = "nowrap" align = "right" > votre_nom: < table >

    < td > < input type = "text" name = "author_name" value = "" size = "30" / > < table > "

    < /tr >

    < tr valign = 'of basic">

    < td nowrap = "nowrap" align = "right" > Your_email: < table >

    < td > < input type = "text" name = 'author_email' value = "" size = "30" / > < table > "

    < /tr >

    < tr valign = 'of basic">

    < td nowrap = "nowrap" align = "right" > < table >

    < td > < input type = "submit" value = "Insert file" / > < table >

    < /tr >

    < /table >

    < input type = "hidden" name = "MM_insert" value = "form1" / >

    < / make >

    < / div > < / div >

    Thank you.

    div id = 'background' will work for all pages related to a style sheet.

    The best way to do what you want is to re-register your stylesheet with another name. So for a page, link to this new stylesheet. Then, in the style sheet, change the background image. It was easy.

    The only way to do and keep a style sheet is change the designation of the div tag that has your training, to something like the div id = 'backgroundCommon' and then create another div for just one page as div id = "backgroundSpecial".

    Then in your style sheet, copy the description of div and rename it backgroundSpecial and then call on just the single page, with the other pages making up the backgroundCommon.

    Make sense?

Maybe you are looking for

  • How much time does it take for my ipod to connect the itune after putting in disc mode?

    How much time does it take for my ipod to connect the itune after putting in disc mode? my ipod displays 'do not disconnect' for half an hour already, but my itune cannot always detect my ipod (as itune will pop up once I have connected my ipod norma

  • First HP: after upgrade to premium, is is more connected to my computer

    until I'm able to send Notes between my first HP and Dell Computer.  I then upgraded the operating system of the first, and now it does not connect.  When I press 'send' on the Simulator in computer Dell running Windows 7, I get an error to reconnect

  • problem with the on LABVIEW DAQ assistant.

    I have a LABVIEW student edition. I needed to use NI USB-6008 to acquire the signal, but I do not see "DAQ Assistant" on the Express > entry in the block diagram pane anytime, I opened a new VI. Any help will be appreciated. Thank you.

  • Windows XP Pro

    In my Windows folder, there are a lot of files that begin with "$".  Are these updates?  I can remove them?

  • Window ghost started after the withdrawal of the BingBar

    I removed the product BingBar of IE 8 in Windows XP Home Edition.  Now at the start of the system, Windows will display a window on the desktop that looks like a remnant of an IE window.  Microsoft is the label in the title bar.  The window is empty