| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Oct 2005 Location: Kent ~ U.K.
Posts: 3,209
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #2 (permalink) |
| NamePros Member Join Date: Nov 2005 Location: the Netherlands
Posts: 127
![]() | for starters, I always enclose my image URL in single quote marks Code: background: #ffffff url('images/mainbg.gif') repeat-y;
__________________ accepts paypal and cookies |
| |
| | THREAD STARTER #3 (permalink) |
| Senior Member Join Date: Oct 2005 Location: Kent ~ U.K.
Posts: 3,209
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | it loads 2 different pics... www.josephheskett.com one loads the colour in the backround, the other loads the strip... my main problem is: Code: background-image: url(http://www.josephheskett.com/images/head.jpg);
__________________ Myself and "JackHeskett" are no longer associated with FusedHosting.net. Please pipe all PMs to admin [at] fusedhosting.net. |
| |
| | #4 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,267
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Change this to Code: .html {
background: #222 url('http://www.josephheskett.com/images/bg.gif') repeat-x scroll;
font: 0.75em/1.3 Verdana, Helvetica, Arial, Sans-serif;
text-align: center;
} iNod.
__________________ I feel old. |
| |
| | #6 (permalink) |
| Account Closed Join Date: Oct 2005 Location: Lost deep in the realms of css and xhtml...
Posts: 24
![]() | Wybe, i'm not sure whether i would recommend enclosing the image URL within single quotes, this stops IE5 Mac from seeing your background images. I would recommend specifying: Code: background: #ffffff url(http://wac.658e.edgecastcdn.net/80658E/namepros/images/mainbg.gif) repeat-y; |
| |
| | THREAD STARTER #7 (permalink) |
| Senior Member Join Date: Oct 2005 Location: Kent ~ U.K.
Posts: 3,209
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | ok right... thanks for your help it is all working now ![]() the '.' has been added and the single quotes removed
__________________ Myself and "JackHeskett" are no longer associated with FusedHosting.net. Please pipe all PMs to admin [at] fusedhosting.net. |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting RedNerve to CSS - Hitting some problems! | will7 | Web Design Discussion | 10 | 12-13-2005 07:45 PM |
| Various CSS problems | Daniel Exe | Programming | 1 | 11-22-2005 10:46 AM |
| CSS Menus.com + CSS Menu.com | Unknown | Domains For Sale - Auctions | 3 | 02-14-2005 04:41 PM |
| CSS: what's the use of it? | lucesei | Programming | 13 | 04-12-2004 07:21 AM |