background-image: url(verDottedLines.gif) doesn't work

Author Message

Mike Salazar

Tuesday 02 September 2003 8:03:54 pm

Hi guys:) I have this line in my stylesheet and it doesn't work. I have tried various configuration like "background-image: url(design/mysite/images/verDottedLines.gif)"
and still doesn't work. What i'm trying to achieve here is to make a vertical dotted
lines for my left menu just like the blue dotted lines on www.ez.no/developer.
I already did this to one of my non-ezpublish site. Here is the complete line

td.leftColumn
{
background-image: url(design/mysite/images/verDottedLines.gif);
background-position: top right;
background-repeat: repeat-y
}

This site I'm making right now is to be contributed to EzPublish
community. I'm not a programmer so i can't contribute any modules or any hacks for
that matter. I'm a newbie webdesigner and i think i can contribute something to the
default design templates.

My project would be to create a full featured Ezpublish website with a decent design
and give away the site to the community so that the community will learn from it. But
for me to be able to do this i need to learn more about eztemplate customization.

One more thing i don't understand why we could not create anymore a website that has a news,
forum, shop, gallery in one site on EzPublish 3.2. You could not even create a simple site
by copying the demo site to your new site.

Hope you guys can help :) Thanks!

Bjørn Kaarstein

Wednesday 03 September 2003 12:12:42 am

Try this one. This syntax works from a stylesheet of mine...

background-image: url("/design/mysite/images/verDottedLines.gif");

The smiley is supposed to be )

Regards Bjørn

Mike Salazar

Wednesday 03 September 2003 3:05:25 am

Hi, Bjørn :) Thanks for your reply. I'll give it a try :)

enigmista enigmista

Wednesday 03 September 2003 7:32:54 am

background-image: url(/design/mydesign/images/bg_top.gif); works for me

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 31 2025 01:21:26
Script start
Timing: Jan 31 2025 01:21:26
Module start 'layout'
Timing: Jan 31 2025 01:21:26
Module start 'content'
Timing: Jan 31 2025 01:21:26
Module end 'content'
Timing: Jan 31 2025 01:21:26
Script end

Main resources:

Total runtime0.0474 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0068 588.3828151.2422
Module start 'layout' 0.00680.0053 739.6250220.7500
Module start 'content' 0.01210.0331 960.3750997.7266
Module end 'content' 0.04520.0021 1,958.101633.9922
Script end 0.0474  1,992.0938 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00326.8064140.0002
Check MTime0.00122.6236140.0001
Mysql Total
Database connection0.00122.484410.0012
Mysqli_queries0.00275.654030.0009
Looping result0.00000.058810.0000
Template Total0.00153.210.0015
Template load0.00112.423010.0011
Template processing0.00040.767310.0004
Override
Cache load0.00071.397810.0007
General
dbfile0.011724.740480.0015
String conversion0.00000.026640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0002 secs