Hi guys,
How do i get the image to go behind all the text in my account?
http://unikids.splay.co.uk/zencart/i...n_page=account
email: test AT test DOT com
p/word: test1
thanxs
Hi guys,
How do i get the image to go behind all the text in my account?
http://unikids.splay.co.uk/zencart/i...n_page=account
email: test AT test DOT com
p/word: test1
thanxs
You could add a
background-repeat: repeat-y;
but I don't think that would look very good. I think it looks fine as is. The circles logically and neatly cover what they do and whitespace below balances out. Remember, any background image makes it that much harder (not much in your case) to read the foreground text.
The other possibility would be to make a taller image with more rings, but that would require loading that bigger image behind every page.
Hi, iv just noticed a lil problem.
when i wonder around the website..the black texts cannot be seen??
When you highlight the text it does appear..but when you refresh..it goes again??
its okay on the home page tho?!?
http://unikids.splay.co.uk/zencart/i...ain_page=login
highlight from the top of the page..youl see the hidden title bar text??
I am also having a problem with a background image. I am adding a second image in the header using the background-image feature. I can get it to work with one image to test it, and it works as follows:
#logoWrapper{
background-color: #4c50dd;
background-image: url(../images/metropolislogo-redback-web.gif);
background-repeat: no-repeat;
background-position: right
}
However, the image I would like to use would look like this:
#logoWrapper{
background-color: #4c50dd;
background-image: url(../images/headerimages.gif);
background-repeat: no-repeat;
background-position: right
}
The image url is: http://www.metropolistoys.com/zencar...aderimages.gif
Is there some reason that this works with the first image I tested it with and why it won't work with the actual image need to use? The test site is at www.metropolistoys.com/zencart137
I don't know if you cut and pasted that code or re-typed it, but the LINK you supplied to the image has // before images.
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !