Spreading wide all the way left and right?

If you are looking for in the Web site:

http://MCEC.my/

You scroll down and in the sponsor section where you see the pink background, how do you extend the bottom completely on the screen of the browser when the page load?

Because now the left and the right is white and a little weird...

Thanks for any help in advance

However, if you are wanting to do this on your current CSS:

Replace #TheLogos in your CSS by this:

{#TheLogos}

Width: 1900px;

background: lavenderBlush;

border-top: 1px solid #666;

top of the margin: 20px;

position: relative;

left margin: 40%;

}

And replace h4 #sponsors with this:

H4 #sponsors {}

padding-top: 20px;

make-style: oblique;

Color: #333;

left margin: 25%;

/ * style for sponsor text * /.

}

Tags: Dreamweaver

Similar Questions

  • Easy way to synchronize the audio left and right, from different sources?

    I mainly filmed concerts of a single camera using a Sony Z1 - when they are available, I'll take a sound card feeds channel 1, and a live auditorium feed a microphone mono channel 2. Because of the distance of the scene (and light is faster than sound, etc.), the power of the sound card is synchronized with the video and power of the auditorium is between 1 and 3 frames behind. Is there an easy way for me to take the tray clips together and just move this auditorium feed back in sync with the video and sound card feed, raw clips?

    Previously, I did this by dropping the clips to the timeline, done to separate tracks, sliding manually sync on the auditorium that feed by the required number of frames and link everything back up again. Synchronize audio visually using the waveform display (before first CC).

    I have two problems with this in Adobe first CC. First, the audio waveforms are not like waveforms more (and it doesn't seem to be possible to change the display to the old way?). So now that I am syncing the auditorium that feed in sound only, because I don't see anything on the screen to sync any more - both channels just look like random noise (or almost).

    Secondly, I film some events of multi camera, and of course, I'd like to be able to use the new functionality of synchronization for the multicam. But I know in advance that the audio channels on all the clips are not synchronized with the video (the camera powered by the sound card will be synchronized, the camera takes live food out as indicated above). Surely, there must be a way where I can fix the sync audio to video on raw clips first, before you say Adobe to synchronize based on the audio clips? Otherwise it will all be misaligned and require adjustment of the manual sync anyway? Again, what I've done previously is set of benchmarks on the identical frames, multi camera sync (so the video is now just good) and then manually set the audio synchronization before editing.

    In the context menu for the timeline, you can uncheck rectified of Audio waveforms for their return to normal.  (I wish that Adobe does not have this as default.  It's just weird.)

    But to synchronize, you can only do in the order.

  • My Bookmark tabs and frequent site disappeared from the top left and right, how to recover?

    For no reason that I can see on Firefox in the upper right corner, the bookmark has disappeared, and on the upper left tab, the tab Web sites visited more often. There is simply nothing. I can always go to the bottom of the page to navigate, but it is most cumbersom and loses all the advantages of a single click, I had. My computer is an intel windows Vista.

    Make sure the toolbars like the toolbar 'Navigation' and the 'personal bar' are visible.

    • Firefox menu button > Options
    • View > toolbars (press F10 to display the menu bar)
    • right click on empty toolbar space
    • If the missing elements in the palette of the toolbar, and then drag them to the window customize (view > toolbars > customize) on the toolbar
    • If you do not see an item on a toolbar in the toolbar palette and then click the button "Restore default" to restore the default toolbar set up

    Make sure that you run not Firefox mode full screen (press F11 or Fn + F11 to toggle; Mac: Command + SHIFT + F).

    If you are in full screen view then hover over with the mouse upward to make the bar appear Navigation and tab bar.
    Click the expand (in the top right Navigation bar) to exit full screen or right-click on a space empty on a toolbar and select "exit full screen" or press the F11 key.

  • Place content on the extreme left and right of a line

    I have a complex form where each line has different layout requirements.
    Some lines are spaced in the browser, others are framed on the left.
    And others, like the lines at the top of the page must have the text on the left and a date on the right end of the same line.

    What is the best way to layout of this type of form?

    Try with the following:

    
      
        
          ... put some components here ...
        
      
      
        
          ... put some components here ...
        
      
    
    

    Dimitar

  • move the object left and right

    Hi, how are you all? I hope you all well...

    Now IAM trying to do more spells for the hero and this spell is the fireball

    I want to spend the time the hero is on the right also leave when the hero on the left

    I tried with this code when you press w it should move 10 or 20 px then it must stop

    but the fact of idont this step "then it must stop" because of this error as the fireball, call

    like I want to

    TypeError: Error #1010: a term is undefined and has no properties.

    Hero / onEnterFrame)

    Here is the code

    HERO class

    package {}


    import flash.display.MovieClip;

    import flash.events.KeyboardEvent;

    import flash.ui.Keyboard;

    import flash.events.Event;

    import flash.sensors.Accelerometer;
    import flash.media.Sound;
    import flash.media.SoundChannel;


    SerializableAttribute public class extends MovieClip {HERO
    var NIGHTJUNGLE:nightjungle = new nightjungle
    var ELECTRICALSHIELD:electricalshield = new electricalshield;

    var speed: int = 3;
    var fireballindex:Array = new Array
    var dir:int;
    var ELECTRICITY: electricity = new electricity;
    var SOUNDCHANNEL:SoundChannel = new SoundChannel
    var firespeed:int = 50
    var i: int
    public void HERO() {}

    addEventListener (Event.ADDED_TO_STAGE, onAddedToStage);

    }

    public void onAddedToStage(event:Event):void {}

    addEventListener (Event.ENTER_FRAME, onEnterFrame);

    stage.addEventListener (KeyboardEvent.KEY_DOWN, onKeyDown);

    stage.addEventListener (KeyboardEvent.KEY_UP, onKeyUp);


    SOUNDCHANNEL = NIGHTJUNGLE.play (1,1000)
    gotoAndStop (4);

    }

    public void onEnterFrame(event:Event):void {}

    x += dir * speed;
    {if (fireballindex [i] .stage)}
    .x += fireballindex [i] 1
    }

    }

    public void onKeyDown(event:KeyboardEvent):void {}

    If {(event.keyCode is Keyboard.RIGHT)

    gotoAndStop (2);

    dir = 1;
    Speed = 10
    If (ELECTRICALSHIELD.stage)
    addChild (ELECTRICALSHIELD)

    }


    If {(event.keyCode is Keyboard.LEFT)

    gotoAndStop (1);


    dir = - 1;
    Speed = 10
    If (ELECTRICALSHIELD.stage)
    addChild (ELECTRICALSHIELD)

    }

    If {(event.keyCode is Keyboard.UP)

    gotoAndStop (1);

    y = 10;

    }

    If {(event.keyCode is Keyboard.Q)

    Speed = 30;

    addChild (ELECTRICALSHIELD);
    SOUNDCHANNEL = ELECTRICITY.play)

    }
    If (event.keyCode == Keyboard.W) {}


    fireballindex.push (new fireball())

    addChild (fireballindex [i])
    fireballindex [i] .width = 50
    fireballindex [i] .x += firespeed * dir

    i ++
    trace (i)
    }
    If (event.keyCode == Keyboard.E) {}
    MovieClip (parent).aa.x = x + 100
    }
    }

    public void onKeyUp(event:KeyboardEvent):void {}

    If {(event.keyCode is Keyboard.Q)

    If {(ELECTRICALSHIELD.stage)

    removeChild (ELECTRICALSHIELD);
    If (SOUNDCHANNEL! = null)
    Speed = 0;
    SOUNDCHANNEL = ELECTRICITY.play (1,1)

    }

    }
    If {(event.keyCode is Keyboard.W)


    }

    If {(event.keyCode is Keyboard.LEFT)
    Speed = 0
    gotoAndStop (3);
    If (ELECTRICALSHIELD.stage)
    addChild (ELECTRICALSHIELD)

    } Else if (event.keyCode == Keyboard.RIGHT) {}
    Speed = 0
    gotoAndStop (4);
    If (ELECTRICALSHIELD.stage)
    addChild (ELECTRICALSHIELD)
    }

    }

    }

    }

    Thank you

    I would not use 'i' to target the object of the fireball.  In the case of the fireballs to withdraw at any time, that the value of i will be false.  The fireball that you add may not of fireballindex [i].

    If all the code that goes in the same neighborhood, then I declare the instance var name and use the name...

    var fBall:fireball = new fireball();

    fBall.name = "fb" + String (i)";

    fBall.width = 50;
    fBall.x += firespeed * dir;

    fireballindex.push (fBall);

    addChild (fBall);

    i ++ ;

    Later if you need to target this fireball, you can use the table or you can use its name.

    If you still want to use the non-var approach (I see no reason to) then instead of target

    fireballindex [i]

    I would target the last element added to the matrix who is definitiely going to be

    fireballindex [fireballindex. Length-1])

  • Help! Brightness all the way down and no cursor for 10 Windows Installer?

    OK, so I just did the part of boot camp to install Windows to OS X, after selecting the amount of data you want to use Windows and how many Mac. He partitioned something before resuming, and I got a black screen. I waited, but it did not go far, so I looked at this topic and saw that someone had this problem during startup in Windows once. They said that the brightness was completely down, so that they shone with a light on it and made this way. I tried this, and of course, the selection of the language and the country by selecting the thing was there. I could just do it this way, but the thing is, I left my small window slider, and now I can't find my cursor anywhere. I just started using the Enter key to select the entire document, but I just got under the terms of the agreement thing, and I actually have to click the little box. Does anyone have a solution for this? Anyway to make the screen brighter? Please quick help!

    This is on a Mac laptop or a Mac desktop?

  • Is it possible to remove the scan (left and right) between my articles from my folio?

    Hi all

    Sorry, I'm new here. My question is maybe stupid.

    I have this problem (swipe) in Adobe Content Viewer (on my ipad). I've used InDesign CC * to create a simple application for my children (a sort of mini game: kid must find (by clicking) 2 items on the first screen then screen success then new screen with 3 items...). No sense to get the ability to slide with this project. Any idea to remove this scanning option? This means that only folio app isn't a real application but an ebook?

    Thanks in advance!

    * Maybe I'm wrong, but I thought I can create and publish for free (with CC + $99 developer program I) as much simple folio (for ipad) app I want.

    Although there is no setting to turn off scanning, you can create an invisible object of multi-state 1024 x 768 on each page that contains active scan. In this way, by sweeping changes from invisible the invisible state State (in other words, he seems to have no effect). Add buttons on top of the DSO for navigation. There is an example of this in the free app from the DPS tips. See the article of last second in the Advanced edition of overlays.

  • My volume keeps going all the way upward and don't come back down.

    I have windows 8 and my computer is custom built I don't have DD also realtek audio Manager I tried to click the volume slider to lower it does not work. I do not have a virus I ran im and windows defender very well please help this becomes really aggravating

    Hi Leon,

    Please keep us updated.

    I would ask uninstall you Mad Catz and check if the problem still persists. If the problem does not persist, please contact Mad Catz or you can keep it installed.

    To do this:

    a. press the Windows key + X , and then click programs & features

    b. Locate the program, right click and click Uninstall

    c. restart the computer and check if the problem persists

    Warning: using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Hope this information is useful. Please feel free to answer in the case where you are facing in the future other problems with Windows.

  • My backspace key is very slow in removing letters - you must press to delete one letter at a time - can anyone help? Also the arrows left and right do not seem to work

    The BACKSPACE on my keyboard is only remove a letter at a time after pressing the button several times and wait between pressing the button to erase the letters. None of the answers anyone?

    You can try to uninstall the keyboard in the Device Manager

    and restart windows, then reload the material.

  • The control left and right Audio - first CC 2015

    How can I change the stereo audio to mono?  Is it being on the Timeline on possible with the media before hand?  And if so, how is this work?

    Hello

    Please see the link below.

    Editing clips > organizing media in Adobe Premiere Pro (version 2014) CC

    Vinay

  • Why header doesn't stretch all the way from left to right?

    I use Dreamweaver CS3.  I am a newbie.  I modified a model of two columns in dreamweaver.

    Now, I find that there is still a gap between the header and the left and right of the web page!  I am attaching the css stylesheet.  Please tell me where I was wrong.  Thank you very much.

    @charset "utf-8";
    {body
    Police: 100% Verdana, Arial, Helvetica, without serif.
    Background: #666666;
    margin: 0; / * It is advisable to zero, the margin and the filling of the body to hold element has a different default browser * /.
    padding: 0;
    text-align: center; / * This centers the container in IE 5 * browsers. The text is then set left aligned by default in the #container selector * /.
    Color: #000000;
    }
    .twoColFixLtHdr #container {}
    Width: 90%;  / * using the less than a width 20px full 800px allows for chrome browser and avoids a horizontal scroll bar * /.
    background: #FFFFFF;
    margin: 0 auto; / * margins (in conjunction with a width) auto Center the page * /.
    border: 1px solid #000000;
    text-align: left; / * This setting overrides the text-align: center on the body element. */
    }
    .twoColFixLtHdr #header {}
    background: #a4c2c2;
    padding: 10px 0 0 20px;  / * This filling is the alignment to the left of the items in the div that appear below. If an image is used in the #header instead of text, you can remove the padding. */
    }
    #logo {}
    height: 71px;
    padding-bottom: 12px;
    Width: 100%;
    background-color: #999966;
    padding-top: 12px;
    }
    #nav {}
    height: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
    }
    .twoColFixLtHdr #header h1 {}
    margin: 0; / * zero setting of the margin of the last element in the #header div tag will prevent the collapse of margin - inexplicable space between divs. If the div has a border around it, this isn't necessary, which also allows to avoid the collapse of margin * /.
    padding: 10px 0; / * padding instead of margin will allow you to keep the edges of the div element * /.
    Police-family: Geneva, Arial, Helvetica, without serif.
    Color: #000000;
    text-align: center;
    font size: 36 p.
    }
    {.twoColFixLtHdr #sidebar1}
    float: left; / * because this element is floating, it takes a width * /.
    Width: 40%; / actual width of this div, in browsers comply with the standards, or the standard mode of Internet Explorer includes the padding and border in addition to width * /.
    background: #EBEBEB;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    do-size: 14px;
    line-height: 21px;
    }
    {.twoColFixLtHdr #mainContent
    float: right;
    Width: 42%;
    margin-top: 0px;
    right margin: 0;
    margin-bottom: 0;
    left margin: 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    do-size: 14px;
    line-height: 30px;
    }
    .twoColFixLtHdr #footer {}
    padding: 10px 0 0 20px; / * This filling is the alignment to the left of the items in the div that appear above him. */
    background: #DDDDDD;
    Clear: both;
    }
    .twoColFixLtHdr #footer p {}
    margin: 0; / * zero setting the margins of the first element in the footer will avoid the possibility of the collapse of the margin - a space between the div tags * /.
    padding: 10px 0; / * padding on that element will create space, just as it would the margin, free margin collapse question * /.
    }
    .fltrt {/ * this class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */
    float: right;
    left margin: 8px;
    }
    .fltlft {/ * this class can be used to float an element on your page to the left * /}
    float: left;
    right margin: 8px;
    }
    .clearfloat {/ * this class must be placed on an element div or break and should be the last item before closing a container should completely contain a float * /}
    Clear: both;
    height: 0;
    font size: 1px;
    line-height: 0px;
    }

    .twoColFixLtHdr #header {}
    background: #a4c2c2;
    padding: 10px 0 0 20px;  / * This filling is the alignment to the left of the items in the div that appear below. If an image is used in the #header instead of text, you can remove the padding. */
    }

    (Comments) instructions above give you a clue. The (20px) left and right padding (10px) to zero.

    .twoColFixLtHdr #header {}
    background: #a4c2c2;
    padding: 0;
    }

  • Tecra 9100 - scroll has stopped working on the left and right buttons

    I can no longer scroll by pressing the buttons left and right above my left click button. It was working fine until one day it just stopped doing anything. All solutions?

    Thank you
    -Lewis

    Why you n t try to reconfigure the touchpad settings.
    Have you checked the settings in Control Panel-> mouse control?
    There should be an option and some touchpad properties that could be changed.

  • How to detect the left and right navigation

    Hello

    I would like to know how to follow the movenemt left and right of the trackball. I know that it is possible to follow up and down.

    Thanks in advance

    working on 4.6.1 JDE

    On a screen (FullScreen/screen), you can do something like this...

        // The navigationMovement method is called by the event handler when the trackball is used.
        protected boolean navigationMovement(int dx, int dy, int status, int time)
        {
            // Add (x velocity) based on trackball movement
            int incVelX = 0;
    
            if (dx != 0) {
                if (dx < 0) incVelX--;
                else incVelX++;
            }
            return true;
        }
    
  • I am trying to embed vimeo files but they appear with black borders on the left and right edges

    On vimeo, videos are in the right proportions. But as soon as I bring the videos in Muse with a video widget, a black border appears on the left and right sides.

    Help with the help of Adobe Muse CC

    The iframe that contains the video is set on a height of 650px. The proportions of your video is 16:9. Width of the video is of 1155. 1155px 650px x is 16:9, so your video is displayed correctly. If you were to try to force the video to fit on the edges left and right, someone viewing on a screen smaller than your will see the black bars at the top and bottom.

  • Problems with left and right Divs

    Hello, I have returned, to see if everything is OK if I could receive assistance with the same subject that I posted previously that came to no conclusion. I try to have two div to the left and right of eachother, which automatically stop the footer. Here are my problems with the following code:

    1. for some reason, the left div is located in the upper left and right div located on the lower right corner

    2. the divs do not automatically stop at the foot of page and corresponds to the amount of pixels in "min-height".

    Demo page: http://www.expertpcguides.com/web-contributors.html

    Paste the following code in my .css document

    #left {}

    Clear: both;

    Background: url ('www.expertpcguides.com/mg/Left.jpeg');

    min-height: 610px;

    Width: 150px;

    float: left;

    }

    #right {}

    Clear: both;

    Background: url ('www.expertpcguides.com/img/Right.jpeg');

    min-height: 610px;

    Width: 150px;

    float: right;

    }

    Paste the following code in my html document

    "<div id="left">< /div > .

    "<div id="right"> < / div > .

    Infact to reach the boxes of such height you'll probably have to use display: table;

    This means wrap any 'left', 'boxcontent', 'good' section in another

    :

    Then, using css:

    {#displayTable}

    Display: table;

    }

    #left {}

    Background: url ("http://www.expertpcguides.com/img/Left.jpeg");

    Display: table-cell;

    Width: 12%;

    }

    #right {}

    Background: url ("http://www.expertpcguides.com/img/Right.jpeg");

    Display: table-cell;

    Width: 12%;

    }

    #boxcontent

    {

    Width: 76%;

    Display: table-cell;

    padding: 30px 25px;

    }

Maybe you are looking for

  • Toshiba 32RL938F: MP4 playback stops after 2 h 6 min

    Hello world for the first time here and I'm subscribed to this forum just for the record I have a problem to read the files of my MP4 with an external hard drive. A single video file just stopped after 2 hours and 6 minutes (and it lasted over 2 hour

  • All Audible users?

    Can any Audible user confirm if sound repeat downloads of recent purchases? TT2

  • cannot access my original Windows Live Mail account

    I signed n additional Windows Live Hotmail, skydrive etc I thought that he would give a private e-mail account and added the private storage.  Now I can't access my original windows live account email... and that's where all my emails be sent to pres

  • Windows menu start, start looking for

    Hello Indeed, I agree with Lorien it's very confusing issue. As Lorien rightly mentioned in the previous post, there must be a non-Microsoft program that causes this problem old user account, but for some reason, it has no impact on the user account.

  • Exclamation point for missing photos after the last update of catalogue.

    I did the back upward before closing a few weeks ago and now I have photos I previously imported are missing in my library, but are still on my hard drive in my Lightroom folder. How can I re - synchronize photos on my drive hard while Lightroom do n