Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
margins
- Page 1
Re: margins problem
Digital Media
UI / UX Design
13 Years Ago
by Violet_82
… referred to and makes sure that the top and bottom
margins
are 0; I have never encounter a problem using that…]margin: auto;[/CODE] doesn't that mean that all the
margins
will be taken care by the browser? I haven't… I will) but if I remove auto then all the
margins
will be 0 which means that my box won't…
Re: margins problem
Digital Media
UI / UX Design
13 Years Ago
by Arkinder
… page and evenly distributes it to the left and right
margins
- centering the element. [ICODE]margin: 0 auto;[/ICODE] is preferred… [ICODE]margin: auto;[/ICODE] to keep the top and bottom
margins
at their default value of 0. Regards Arkinder
Margins causing overflow?
Digital Media
UI / UX Design
14 Years Ago
by daviddoria
… it is nested, right?). The whitebox has top and bottom
margins
of 10% (this is 10% of the whitebox height, right…
Re: Margins causing overflow?
Digital Media
UI / UX Design
14 Years Ago
by daviddoria
I was told to add the overflow: auto to the bluegradient in order to fix the collapsing
margins
. You can see now that the whitebox is at the very top of the bluegradient even though there is a top margin on the whitebox. If you have a better way to fix that, I'm all ears. Thanks for your help on all of these issues, David
Re: Margins causing overflow?
Digital Media
UI / UX Design
14 Years Ago
by teedoff
… also be used to clear floats and yes prevent collapsing
margins
. Read the linked page I gave you and the last…
Re: Margins causing overflow?
Digital Media
UI / UX Design
14 Years Ago
by daviddoria
… top). Is there a better way to stop the collapsing
margins
besides the overflow property?
Re: Margins causing overflow?
Digital Media
UI / UX Design
14 Years Ago
by daviddoria
Great - the stopped the collapsing
margins
. There is another overflow problem though - the gray background is larger than the screen - i.e. scroll bars (the real browser scroll bars) appear even though the content is not long enough to warrant them. Thoughts?
margins problem
Digital Media
UI / UX Design
13 Years Ago
by Violet_82
Hi there, I have a strange problems with
margins
. On this website [url]http://antobbo.webspace.virginmedia.com/photography/…
Re: margins problem
Digital Media
UI / UX Design
13 Years Ago
by tawes01
the auto means the browser sets the
margins
. you can set it to anything else you want if you don't have auto.
Re: CSS margins in browsers
Digital Media
UI / UX Design
12 Years Ago
by JorgeM
margins
should work across modern browsers. The HTML Doctype should be Ok for latest versions of the browsers you mentioned. Can you provide a snippet of your CSS code?
Track Faces from Videos with Margins Using Deep Learning in Python
Programming
Computer Science
1 Year Ago
by usmanmalik57
…']['w'] = max_w f['facial_area']['h'] = max_h return updated_faces ``` ## Adding
Margins
to Video Frames ## Next, we define the `crop_image_area` function that… all facial frames faces = size_normalization(faces) # Crop and add
margins
for facial images from the original video frames sub_images = [] for…
Changing Top Margins on Second Page with FPDF
Programming
Web Development
12 Years Ago
by visualmonk
… anyone tell me if it is possible to change the
margins
on the second page of a PDF using the library…. I set the
margins
on the first page, but because the first page has… come to the second page, I tried to reset the
margins
, but it does not appear to accept a reset. I…
word 2010 margins
Hardware and Software
Microsoft Windows
12 Years Ago
by maps10005
im using word 2010 and can't change the
margins
. everytime i try to the system tells me that increasing … narrow and it doesn't allow me to change the
margins
. the problem is that i'm not changing the right… margin, i wanted to change the top and bottom
margins
. this is really frustrating. can anyone help me?
Re: Padding and margins
Digital Media
UI / UX Design
20 Years Ago
by DaveSW
…, Mozilla takes the width and adds padding and
margins
, whilst IE takes the width and subtracts padding and…
margins
... So the answer is yes and no. lol … two divs, one with the width and one with
margins
/padding. I haven't tested it, but I believe… image shouldn't change size when you add
margins
...
CSS margins in browsers
Digital Media
UI / UX Design
12 Years Ago
by KIP15
… problem I am encountering over and over is that the
margins
with Opera latest (versions), Chrome and IE seem fine. However… with Firefox, all the
margins
in my footer appear totally distorted. Cant anyone give me…
can't adjust page margins in Word for Mac
Hardware and Software
Microsoft Windows
9 Years Ago
by Mark_39
There is a lot of empty space above and below my text (55 pgs. with 115 footnotes). Even though top and bottom
margins
are set to 1 inch, there are over two inches of space above and below the text. When I go to Layout and adjust the
Margins
measurement, it will let me create more than the two inches, but not less. Please help... MJB
Re: Set Margins in VB.NET
Programming
Software Development
14 Years Ago
by Oxiegen
Replace your codesnippet with this: [CODE] PageSetupDialog1.Document = PrintDocument1 If PageSetupDialog1.ShowDialog = DialogResult.OK Then PrintForm1.PrinterSettings.DefaultPageSettings.
Margins
= PageSetupDialog1.PageSettings.
Margins
PrintForm1.Print() End If [/CODE]
Padding and margins
Digital Media
UI / UX Design
20 Years Ago
by Dani
… regards to cellpadding and cellspacing for tables, and padding and
margins
for div tags, are they included or excluded in the…
Re: Padding and margins
Digital Media
UI / UX Design
20 Years Ago
by DaveSW
… mode (with a strict or transitional doctype) adds padding and
margins
to the width. In quirks mode, without a doctype or…
Page Margins when printing
Programming
Software Development
19 Years Ago
by Katrix36
Hey all, I've built a database in delphi to store all the films that I own. I've added the ability to print the list out. At the moment when I print the list out it prints the list right up to the edge of the page. The list of films are being printed from a listbox. Is there any way of setting up page
margins
? If so how?
Printing margins
Community Center
16 Years Ago
by veledrom
Hi, I have a table in my web page. I want to arrange the
margins
very close to sides (left, right, above, below). Because, table is wide i cant see some columns when i print it off. How do i do this? Is it with HTML or CSS? If any, please code for it. Thanks
Re: Printing margins
Community Center
16 Years Ago
by casper_wang
1: support question needs to go in the proper area to get the most out of this site 2: no one here will do it for you, we are here to help you figure it out 3:google search "css" print
margins
make main form large: entire workspace less 10% margins on each side
Programming
Software Development
15 Years Ago
by hery
… + 0.1 * h, 0.8 * w, 0.8 * h ' 10%
margins
[/code] in vb6 is working why in vb.net not…
Re: make main form large: entire workspace less 10% margins on each side
Programming
Software Development
15 Years Ago
by hery
… how to make main form large: entire workspace less 10%
margins
on each side. But thanks your replies. Can you help…
Re: make main form large: entire workspace less 10% margins on each side
Programming
Software Development
15 Years Ago
by sknake
… how to make main form large: entire workspace less 10%
margins
on each side. But thanks your replies. Can you help…
Set Margins in VB.NET
Programming
Software Development
14 Years Ago
by Naveed_786
Can i set
margins
if so then please tell me how? I am using …
Jasperreports margins
Programming
Software Development
13 Years Ago
by Kevingon
… in runtime? Any help would be really appreciated, because the
margins
doesn't do anything here, it has to be the…
Synchronise Mutliple JTable column Margins
Programming
Software Development
11 Years Ago
by CoilFyzx
… make the bottom table reactive to the movement of the
margins
in the topmost table. I wish for them to stay…
Re: Synchronise Mutliple JTable column Margins
Programming
Software Development
11 Years Ago
by CoilFyzx
Will this result in the bottom-most table's
margins
moving smoothly or will the adjustment's be made in jumps? In other words, how responsive will the bottom Table be?
Problem with full screen image margins on my site
Digital Media
UI / UX Design
11 Years Ago
by mmartel25
…'t. The only way to get any color in the
margins
(didn't even try with a repeating image) is with…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC