inherit
55564
0
Dec 5, 2005 8:23:06 GMT -8
bubba22carly
54
August 2005
bubba22carly
|
Post by bubba22carly on Sept 26, 2005 8:35:08 GMT -8
Forum URL: bubba23carly.proboards62.comis there any possible way to soften out the lines on my site, the clours are very delicate and I dont like the lines being so obvious. thanks in advance
|
|
Guide
New Member
Posts: 0
inherit
181056
0
Jul 6, 2012 10:43:44 GMT -8
Guide
0
July 2012
11823
|
Post by Guide on Sept 26, 2005 8:37:24 GMT -8
I dont really get what you mean. What lines do you need to change?
|
|
inherit
55564
0
Dec 5, 2005 8:23:06 GMT -8
bubba22carly
54
August 2005
bubba22carly
|
Post by bubba22carly on Sept 26, 2005 8:42:11 GMT -8
theout lines around the boards, i mean is there a way to get them to fade into the background instead of being so obvious.
|
|
Guide
New Member
Posts: 0
inherit
181056
0
Jul 6, 2012 10:43:44 GMT -8
Guide
0
July 2012
11823
|
Post by Guide on Sept 26, 2005 8:43:13 GMT -8
Not really possible. You can totally remove them. I f you want to do that, head over to code requests
|
|
inherit
33138
0
Aug 27, 2006 3:15:41 GMT -8
Tracco
54
November 2004
lordoftrees
|
Post by Tracco on Sept 26, 2005 9:39:13 GMT -8
Just boost the hex value up by a few units.
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Sept 26, 2005 11:17:11 GMT -8
I have an idea, and that is to make an 1x1 image in photoshop/gimp/psp and to lower the opacity of that image, and save it as a .png But IE doesn't support PNG transparency though.
Then insert this into global headers
<style type="text/css"> <!-- .bordercolor { background-image: url(URL OF IMAGE); background-repeat: repeat; } --> </style>
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Sept 26, 2005 11:29:50 GMT -8
To prevent a flicker effect when you scroll the image should be 50 x 50 or larger. This will fix PNG transparency in IE.
<style type="text/css"> <!-- .bordercolor { background-image: url(URL OF IMAGE); background-repeat: repeat; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='URL OF IMAGE', sizingMethod='scale'); } --> </style>
|
|