3.4 -> hummm, question about CSS. How to set the topmargin="0"

Author Message

laurent le cadet

Monday 26 July 2004 1:59:27 am

Hi,

It's a very basic question but I can't set the top margin of the layout.tpl to "0".
In site.css we have :

div#allcontent
{
	width: 750px;
	margin: 0 auto 0 auto;
}

but it print the page_layout as on this eZ systems site (with a defaut topmargin).

I tried to add directly in the body tag of my page_layout topmargin="0", but there is no change...

It seems to be a very very basic problem, but I can't solve it (shame on me ! :)

If someone can help me.

Thanks.

Laurent.

Alex Jones

Monday 26 July 2004 6:06:00 am

Laurent, make sure that the top padding for body is also set to 0, in addition to setting your body margin to 0.

Also, so you know, you can reduce your code a bit, by changing your above code to:

div#allcontent
{
	width: 750px;
	margin: 0 auto;
}

You don't need to use the additional '0 auto' in your margin. This version will assume that you want both the top and bottom margins to be 0, while your left and right margins will be set to auto.

Hope this helps,

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

laurent le cadet

Monday 26 July 2004 6:20:29 am

Hi Alex,

I tried what you said before to "have the chances to my side" but nothing...still a 10 px height topmargin...

I even removed completly the allcontent class.

Voodoo ?

Laurent

Mikhail Chekanov

Monday 26 July 2004 6:51:30 am

Try

body {
    margin: 0;
    padding: 0;
        ...
    }
div#allcontent {
    position: relative;
    width: 750px;
    margin: 0 auto;
    }

--
mike
#6595551

laurent le cadet

Monday 26 July 2004 7:09:32 am

Your are right Mikhail,

I forgot the "padding: 1em;" in the core.css (body).
Nearly everything is base on CSS now...lots of flexibility but so many class and style sheets.

Thanks for your help (both of U).

Laurent.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 20 2025 03:24:13
Script start
Timing: Jan 20 2025 03:24:13
Module start 'layout'
Timing: Jan 20 2025 03:24:13
Module start 'content'
Timing: Jan 20 2025 03:24:14
Module end 'content'
Timing: Jan 20 2025 03:24:14
Script end

Main resources:

Total runtime1.1812 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0083 589.4219152.6563
Module start 'layout' 0.00830.0029 742.078139.5078
Module start 'content' 0.01121.1686 781.5859598.5391
Module end 'content' 1.17990.0013 1,380.125012.0938
Script end 1.1812  1,392.2188 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.2676160.0002
Check MTime0.00130.1068160.0001
Mysql Total
Database connection0.00130.109510.0013
Mysqli_queries1.107593.7566650.0170
Looping result0.00060.0503630.0000
Template Total1.136596.220.5682
Template load0.00250.207820.0012
Template processing1.134096.001320.5670
Template load and register function0.00010.009110.0001
states
state_id_array0.00060.053710.0006
state_identifier_array0.00120.101020.0006
Override
Cache load0.00210.1759390.0001
Sytem overhead
Fetch class attribute can translate value0.00060.048930.0002
Fetch class attribute name0.00100.080970.0001
XML
Image XML parsing0.00110.094130.0004
class_abstraction
Instantiating content class attribute0.00000.001590.0000
General
dbfile0.00100.0841220.0000
String conversion0.00000.000540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 25
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs