Border image - Issue

Author Message

Chris Lan

Tuesday 20 December 2005 9:50:25 pm

Hello,

I encountered two issues with the image border. I add in the css this but nothing happen:

div.attribute-image
border-bottom: 1px;
border-top:1px ;
border-left:1px ;
border-right:1px ;

And when I apply a link to the image the border does not work:

<a href={concat('/content/view','/full/',$:item.node_id)|ezurl}><img src={$random:item.object.data_map.image.content[medium].full_path|ezroot} align="center" border="1"></a>

Sorry to bother you with so simple things but I don't see what I doing wrong.

Thanks,
Chris

Siw Helen Thorslund

Wednesday 21 December 2005 3:16:36 am

Try this code:


div.attribute-image a img {
	border: 3px solid #ff0000;
}

See demo: http://vzt.no/test/css/imgborder/

www.VZT.no ( http://www.VZT.no )
VZT References ( http://http://vzt.no/index.php/vzt_eng/referanser )
VZT Extensions ( http://vzt.no/index.php/vzt_eng/extensions )
www.MediaBase.no ( http://www.MediaBase.no )

Chris Lan

Monday 02 January 2006 11:50:31 pm

Thanks Siw Helen but it does not work. I clean the cache and so but nothing change. Any other idea?

Thanks,
Chris

john polo

Tuesday 03 January 2006 12:13:21 am

add this to your .css

a img
{
border: 3px;
}

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 18 2025 16:22:47
Script start
Timing: Jan 18 2025 16:22:47
Module start 'layout'
Timing: Jan 18 2025 16:22:47
Module start 'content'
Timing: Jan 18 2025 16:22:47
Module end 'content'
Timing: Jan 18 2025 16:22:47
Script end

Main resources:

Total runtime0.8322 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 587.8906152.6094
Module start 'layout' 0.00580.0023 740.500039.4141
Module start 'content' 0.00810.8230 779.9141589.7500
Module end 'content' 0.83110.0011 1,369.664112.1875
Script end 0.8322  1,381.8516 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3880160.0002
Check MTime0.00120.1489160.0001
Mysql Total
Database connection0.00090.109610.0009
Mysqli_queries0.782494.0153620.0126
Looping result0.00060.0680600.0000
Template Total0.803696.620.4018
Template load0.00190.233620.0010
Template processing0.801696.318020.4008
Template load and register function0.00010.009710.0001
states
state_id_array0.00110.129810.0011
state_identifier_array0.00070.080020.0003
Override
Cache load0.00160.1911320.0000
Sytem overhead
Fetch class attribute can translate value0.00050.058830.0002
Fetch class attribute name0.00090.106560.0001
XML
Image XML parsing0.00120.138430.0004
class_abstraction
Instantiating content class attribute0.00000.001670.0000
General
dbfile0.00090.1077220.0000
String conversion0.00000.000740.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
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/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
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/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: 23
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs