painful margins left/padding

I'll be darn if I can understand why I have these problems of left margin.

One is in my sidebar div, and that should be obvious:

< div id = "sidebar" > we have a wide range of houses to bounce

< / div > <! - ends sidebar - >

I would like him to have the same left margin as the div above it (not in the HTML code but in Visual page on a desktop computer): < div id = "bouncer" >

I've been playing with the CSS and cannot move the div to the left.

In addition, I have a four-column page footer area. The text, it is too far left, as well:

< div class = "colonne-quatrieme" >

< div class = "content of the column" >

< ul >

Bristol < /li > < li > Bounce House rentals

Forestville < /li > < li > Bounce House rentals

Plainville < /li > < li > Bounce House rentals

Newington < /li > < li > Bounce House rentals

West Hartford < /li > < li > Bounce House rentals

East Berlin < /li > < li > Bounce house rentals

< /ul >

< / div >

< / div >

And I looked at the lists and lists bulleted, all in the style of the leaf and cannot, for the life of me, know the dash.

Can I get a second pair of eyes?

The web page is here:

http://bouncezonect.com/bouncezone.html

Is the style sheet to http://bouncezonect.com/CSS/main.CSS

In the HTML code, I don't want to set the bar just below the content div, because on the phones, I want it to appear under this div.

Thank you!

-Mark

Footer:

UL {margin: 0; padding: 0}

#sidebar {float: left}

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Margin and Padding question

    I think my first responsive website.  Nothing too crazy.  Header, navigation bar, content, footer.  That's all.  However, I can't space them correctly.  I have an image in the header and want the header to be at the exact height of the image.  But the background of the header going slightly below the image. In addition, there is a gap between my header and the bar of navigation in firefox but not safari.  I want to know how to get rid of the interval in all browsers.  I've experimented with margins affecting 0 and/or automatic in several places and padding to 0 in several places, but nothing works. What is the trick? I put a link to the page so you can see what is happening and also to provide my HTML below and lower than CSS.  Thanks for any help!

    http://www.jradrocks.com/indexnew

    HTML

    <! DOCTYPE HTML >

    < html >

    < head >

    < meta charset = "UTF-8" >

    < title > J.Rad < / title >

    < link type = "text/css" rel = "stylesheet" hand. CSS"/ >

    < meta name = "viewport" content = "width = device-width, original scale = 1.0" >

    < / head >

    < body >

    < header > < Center > < img src = ' Background-Images/sick-Fantasy - Banner.png "alt ="Image of the banner"> < / center >

    < / header >

    < nav >

    < ul >

    < li > < a href = "#" > < img src = "Images/Background-News.png" alt = "News" > < /a > < /li >

    < li > < a href = "#" > < img src = "Background-image/Bio.png" alt = "Bio" > < /a > < /li >

    < li > < a href = "#" > < img src = "Background-image/Tour.png" alt = "Tower" > < /a > < /li >

    < li > < a href = "#" > < img src = "Background-image/Store.png" alt = "Store" > < /a > < /li >

    < li > < a href = "#" > < img src = "Background-Images/Music.png" alt = "Music" > < /a > < /li >

    < li > < a href = "#" > < img src = "Background-image/Photos.png" alt = "Photos" > < /a > < /li >

    < li > < a href = "#" > < img src = "Background-image/Videos.png" alt = "Vidéos" > < /a > < /li >

    < li > < a href = "#" > < img src = "Background-image/Contact.png" alt = "Contact" > < /a > < /li >

    < div class = "clearfix" > < / div >

    < /ul >

    < / nav >

    < div id = "container" >

    < article id "left column" = >

    It's the session of the left for the main content column

    < / section >

    < id side = "right column" >

    It's the right for secondary content column

    < / side >

    < div class = "clearfix" > < / div >

    < / div >

    <>footer

    < / footer >

    < / body >

    < / html >

    CSS

    @charset "UTF-8";

    / * CSS document * /.

    {body

    height: 100%;

    background-attachment: fixed;

    background-image: url(Background-Images/Sick-Fantasy-Background.png);

    background-position: top center;

    background-size: coverage;

    margin: 0 0;

    padding: 0px;

    }

    {to header

    overflow: auto;

    background-size: coverage;

    background-image: url(Background-Images/Rust-and-Foamy-Blood-Texture.png);

    background-position: center;

    margin: 0px;

    padding: 0px;

    }

    {of NAV

    background-color: #000;

    background-size: coverage;

    padding: 0;

    margin: 0 0;

    }

    NAV ul {}

    list-style: none;

    margin-top: 0;

    margin-left: 25px;

    padding: 0px;

    }

    nav li a {}

    color: #FFFFFF;

    Display: block;

    float: left;

    padding: 0px;

    text-decoration: none;

    }

    {.clearfix}

    Clear: both;

    Display: block;

    }

    NAV a: hover, nav li.active a {}

    background-color: #996600;

    }

    #container {}

    Max-width: 960px;

    Width: 960px;

    margin: auto;

    }

    {#left-column}

    Width: 600px;

    float: left;

    Background: #0000FF;

    }

    {#right-column}

    Width: 360px;

    float: left;

    Background: #FF0000;

    }

    {.clearfix}

    Clear: both;

    Display: block;

    }

    @media screen and (max-width: 959px) {}

    {#body}

    Width: 100%;

    }

    #header {}

    Width: 100%;

    }

    #container {}

    Width: 100%;

    }

    {#left-column}

    Width: 65%;

    }

    {#right-column}

    Width: 35%;

    }

    IMG {}

    Width: 100%;

    }

    }

    @media screen and (max-width: 640px) {}

    {#left-column}

    Width: 100%;

    }

    {#right-column}

    Width: 100%;

    }

    }

    @media screen and (max-width: 300px) {}

    #header {}

    Width: 100%;

    }

    #container {}

    Width: 100%;

    }

    }

    The central element is obsolete, so delete it.

    Banner Image

    Then add the link above for main.css

    
    

    The first style rule removes all the padding and margins of all the elements. Don't forget to add the padding and margins of these elements that need it such as h1 or p etc.

    The second rule of style changes the image of an inline-block to a block element, and adds a margin to auto to Center. A margin of auto normally requires a width property, but the width of the image is used in this case.

    There is one more problem in the document, namely

  • http://www.jradrocks.com/Background-Images/Photos.png"alt ="Photos">"
  • http://www.jradrocks.com/Background-Images/Videos.png"alt ="Vidéos">"
  • http://www.jradrocks.com/Background-Images/Contact.png"alt ="Contact">"
  • Div element is not allowed as a child of the ul element in this context.

  • inputNumberSpinbox with left-pad zeros

    Hello

    I use Jdev 11.1.1.7 and tries to use the af:inputNumberSpinbox component to enter the hours and minutes. It is provided in the date widget. MinValue. If the date. MinValue has a convert as HH:SS DD/MM/YYYY, the date component. MinValue will get not only the date but also time using some components af:inputNumberSpinbox.

    So, I'm having exactly the same thing, using the components af:inputNumberSpinbox to hours and the other to enter time.

    Question: Brame, it's the af:inputNumberSpinbox to enter minutes. For values from 0-9, I have 00-09 (as it is in the date widget. MinValue). But, once I use up and arrows, number does not turn. It always shows 00.

    < af:inputNumberSpinbox label = "Label 2" id = "ins2.

    simple = "true" minimum = "0".

    maximum = "59" value = "0" >

    < af:convertNumber pattern = '00' / >

    < / af:inputNumberSpinbox >

    How can I get the the values of left pad zeros af:inputNumberSpinbox?


    Any suggestions would be very helpful.


    Thanks in advance


    Miguel

    I thought about it by taking a peek at the fact demo against rich ADF.

  • What IS the use of the margin and padding?

    When you create a new Web site, you can set margin and padding. What is this for?

    Hello

    Padding and margin, are CSS properties, check out these links for more details

    Margins: margin CSS

    Padding: CSS Padding

    Hope this helps

  • Cannot set the margins or padding

    Margins and padding don't work for images, forms or anything I can say.

    Can you help me understand how to set the padding and margins?

    Or I have to quickly create with Muse and export to Dreamweaver or Expression?

    Ugh. Well, Muse is not yet provide a mechanism for vertically centering in the browser window, so to realize that you need to be creative with others come. According to your comfort with the coding, the complexity of the page and the frequency that you want to achieve this outcome, the way invites you to create outside of the Muse or you may want to explore creative insert use of HTML, the Page Propertiessection or the creation of a MuCOW widget.

  • Margins and padding around image links are clickable. How can I configure only the image as the link?

    I can't not formatting of the links I added to my images. I used css rules to define the layout of my page, the margin using the css rules to dictate most of the layout. I had everything where it needs to be visually, however I have a problem after adding links. Whenever I put an image as a link, the white space around the image that is associated with the margin is also a clickable part of the link. I tried to use padding instead of margin for the page layout, but that was of no help. I want only the image itself to be the link so that the margins between photos in a gallery are not clickable links. How can I do this while maintaining the layout of the page?

    I think that the best way to solve this problem would be to hold each image in a div that is sized appropriately.  Put the margins and padding on the div.  Put the links on images.  The divs must be launched to get them on the same horizontal line.

    Make sense?

  • Margin and padding values

    Hello
    Should we we specifically state the margin and property in EACH selector to fill, even if its value is zero?
    (* I know that if they are not specified, the default values are used and they vary differently browsers browsers.)
    So, how can I simplify the process other than the use of grouped selectors?
    Thanks for any help!

    If you * want * it is zero, then you need to indicate that this is so.

    * {margin: 0; padding: 0 ;}}

    will define the margin/padding to zero on each element of the page.

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    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
    ==================

    "Kit - P" wrote in message
    News:e27p4q$MDI$1@forums. Macromedia.com...
    > Hi,.
    > Should we specifically state the margin and padding property each
    > selector even if its value is zero?
    > (* I know that if they are not specified, the default values will be used and)
    > they
    (> varies differently from browsers browsers.)
    > So, how can I simplify the process other than the use of grouped selectors?
    > Thanks for any help!
    >

  • What is - this? hmmessage P {margin: 0px; padding: 0px} body.hmmessage {do-size: 10pt; do-family: Tahoma}-&#62;

    I keep getting expired then this apears:hmmessage P hmmessage

    hmessage

    pMessage

    Once in a while.  Hotmail will be "time me out" and then I lose everything I can be typing in an e-mail.

    No change.

    No problem with the help of an Office application

    Currently, there are a lot of changes past with MSN Hotmail.  During the transition period, you will encounter some problems.  Be patient.  The text you listed, 'hmmessage P {margin: 0px;}. {padding: 0px} body.hmmessage {do-size: 10pt; police-family: Tahoma} , is the script for the way the Web page appears to viewers.

    Sébastien advised you correctly referring to the Hotmail portal.

  • ScanJet Professional 3000 cutting the margin left only on the back side of 2 faces scan

    I have two scanners SJ 3000 Pro - work under Win7Pro.  Two a sides fine analysis, the other clips off the coast of about 1 "from the analysis of the back side.  Any ideas on how to fix?  Should not be roller/alignment as it works through the scanner only once and it scans both sides at once.  I'm puzzled.

    Solved.  Open scanner and found that there are a bunch of finger as paper tape which had been delivered with one end of it stuck to the window of scan back!  Deleted and it is stuck back where it was supposed to be and voila - it is more chops off the coast of the 1 "off the coast of the left margin.

  • Unable to increase the Indent/margin left on the value in the drop-down list (no label)

    Hello

    How is it that I can't increase the left margin for the part of the value of the drop-down fields?  Just to clarify, I'm not trying increase the left margin in the setting tab on the page of the object, but the left indent or margin of the value selected in the drop-down list.  The text is just against the left side of the drop-down list box, as you can see in the first picture below, where defence"is.   When I go into formatting, withdrawal of left which cannot be increased from zero.  Any help is appreciated.


    temp.png


    temp2.png


    Alternatively, you can cheat it. It seems to work. Define the field as a text field, and the dash. Then go to the Type of object field and replace it with a drop-down list. This seems to keep the dash.

  • Assistance of margin left requested postScript

    Happy new year!

    On a Mac OS X system, in the Terminal application, I can do, for example:

    LDM t man | Open f - one overview

    And the 'man page' for the command "LDM" is open in preview, rather than displayed on the Terminal screen.

    The problem is that the police are a bit too small, and I want to make it bigger. The '-t' option to the command 'man' said to produce PostScript, that overview includes how to display, so I felt I could do:

    LDM man-t > mdls.ps

    Then I looked at the resulting PostScript file and found several instances of things like ' 10/Times-Roman' and ' 10/times-bold ". So I did a search and replace global and changed all "10 / Times" to "12 / Times. It worked well, and the page is now more readable in the preview. Of course, manually edit a PS file each time is tedious, so I changed my original task to:

    LDM t man | SED s/10/Times/12\/time/g ' | Open f - one overview

    It works very well, too. The only problem - and this is the real purpose of my question today ' today - is that larger police causes a part of the text to run off the right edge of the page (it is truncated apparently). Stretching from the large preview window does not help. But I noticed that there is a fairly wide left margin. If I could find a way cut the left margin, then my poster text very well. OR... If I could figure out how to wrap the text, it should appear as well.

    So these are my questions:

    (1) is it possible, given an existing PostScript file, for re - wrap text so that it is not get truncated along the right edge of the page? If not, then...

    (2) how can I reduce the size of the left margin in the file PS to make more room for larger text?

    If it would help to see an example of the PostScript produced by the command "man" of OSX, let me know... I'd be happy to show you.

    Thank you!

    B.

    In principle, this should be relatively simple; just call the operator translate at the top of each page, something like

    definition of 0-12

    In practice, the appropriate place in the code to insert this line depends on how the PostScript program is written; in particular, you want to do after the initialization code clean of the PS but before the commands that draw the text. If it is convenient for you to send me the code of PS in the man page (my e-mail address is below), I can suggest precisely where to insert the call to translate.

    -John Deubert

    ----

    John Deubert's Acumen training

    PostScript & PDF training [email protected] & consulting

    + 1-949-248-1241 http://www.acumentraining.com

  • FGL - remove margin or padding to about full page

    I know that this has been discussed ad nauseum, but I was not able to solve the problem.  How can I get rid of the gray area at the top of my page?  http://www.littleriverbedandbreakfast.com/LittleRiverBBresponsive/index.html

    It doesn't bother me as much on the desktop version, but he eats in real estate in mobile view.

    Open menu.css and remove the padding-top of your body selector.

    {body

    background: #fafafa;

    padding-top: 36px;

    background: url("img/bg2.png");

    }

    Nancy O.

  • When I print a web page there is a large margin left even if the left margin is set to zero, which also shows in the preview before printing.

    Change other printing settings does not resolve the problem. Firefox is perfectly up to date.

    What paper size?

    http://KB.mozillazine.org/Problems_printing_web_pages#Prints_to_a_small_portion_of_the_page

  • IE 7 does not take into account the left margins

    I just upgraded to IE 7 to begin to test my Web site and noticed that IE 7 ignores the parameters of left margin on left floats and all pages in my basket. The CSS is basically the same thing for the main site and the shopping cart, but for some reason any IE 7 uses the left margin of my main website, unless there is a div floating left, but in my pages of basket shopping with the same CSS code, he ignores the left margins all together. The only difference is that the shopping cart uses tables for layout. I removed the main layout tables and used my CSS div. All the world did this experiment with IE 7? Is there any solution for this? Thanks for any help. JD
    Homepage display fine http://www.discwritecd.com

    Subpage with left float - no room left http://www.discwritecd.com/media.htm

    My basket - without floats but no margin left http://www.discwritecd.com/sunshop/html/15-Second-Video-Ad.html

    Well apparently I did something on some pages that has been set by the Holly Hack, which apparently IE 7 bed is no longer.
    This is the Holly Hack, who was in the original CSS file:
    / * WinIE5 has the following selector to display the padding in #content. This comment may not be in the switch or it will trigger the end of the skin of the Jersey. */
    / * hide from MacIE------* /.
    * html #content {}
    height: 1%;
    }
    / * end hide * /.

    Once I deleted it from the main CSS file and put it in a specifec IE CSS file everything has been right once again. And of course he hasn't needed the selectors MacIE stars hide more is simply:
    #content {}
    height: 1%;
    }

    For anyone who is still trying to figure it all out, rather than create a separate file, this could be done in the header of each page after the link to the main CSS file, like:

    However since my cart is dynamic php, instead add the code to each page, I had to add a line of code in my header template file as follows:

    I still had to change all static HTML pages in my site which is a pain. JR

  • 'Click to edit all the properties' does not not in Dreamweaver CC for padding/margins

    Whenever I try to use the option "Click to change all the properties" in Dreamweaver CM³ (the link icon of string in the middle of the box of Magin/Padding), it never seems to work. Or should I use the abbreviation CSS, it lists, up, down, left and right margins/padding separately no matter if I have the chain linked or broken link icon.  If I set it up to connect the four sides, and enter a value in the top, nothing happens on the other sides. It's not until I enter a value towards the bottom it auto fills in the other two sides. Anyone else having this problem?

    I am unable to reproduce the problem where the link in the chain does not update the 4 values all. This works well for me.

    As for the formula of stenography, there's a preference setting that is probably unchecked?

    Go to Dreamweaver-> preferences on a Mac or Edition-> Preferences Windows and go to the section of CSS Styles. If the check box for margin and padding is defined, then you will get a code shortcut otherwise it will not.

    HTH,

    Nithya

Maybe you are looking for

  • iPhone battery 6 help please!

    Currently, I own an iPhone 6 and have been since the day wherever he went. I always did my best leave my battery up to about 10 to 20%, then then plug to recharge. I thought it was the best way to charge my phone, rather than plug regularly throughou

  • News Time Capsule, who am I clicking / moving from the old to the new

    I am installing a new time machine.  I can't find anything that clearly explain what exactly I'm clicking and dragging from the old to the new.  It States in the article apple in the Finder to drag the time capsule backup disk image to the new origin

  • Portege R830 - model with SSD or HARD drive?

    Hello! I am considering buying a Portege R830. I've yet to decide between the Portégé R830-10R (model with HARD drive) and the Portégé R830 - 10 p (model with a 256 GB SSD). To do this, I would like to know: -What is the SSD model assembled in the Po

  • Satellite L300D-243 - cannot download pictures

    Hi can anyone help? Cannot download photos from digital camera to the laptop. Can do it easily on the old computer that runs on Windows XP. Must use old computer and transfer via USB key.Very annoying to have a new laptop. Thanks to all those who can

  • HP laptop: Hp laptop screen on the side

    This morning I turned on my laptop mode 'sleep' and that's on the side, I don't know why it happened, but it happened once, but my son pressed a few letters on the keyboard and it happened