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.