Page 1 of 2

A less dark style sheet

PostPosted: Sat Dec 27, 2003 9:50 am
by oochappan
An attempt to lighten up a less grey background http://www.pbase.com/oochappan/idealbeachresort notice all covering colors are transparant, full code:
Code: Select all
filter: progid:DXImageTransform.Microsoft.Alpha (style=1, opacity=25, finishOpacity=100, startX=0, finishX=100, finishY=0);
or........ { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }....... stripped.
____________________________________________________
another code to put f.i. java into your css by a *.HTC url
Code: Select all
behaviour(file: url: http// .........../DATA.HTC);
pity, I had no time yet to test this on pbase .... who wants to try ?

PostPosted: Sat Dec 27, 2003 10:05 am
by jianxun
another code to put f.i. java into your css by a *.HTC url

whats this code about? :?:

PostPosted: Sat Dec 27, 2003 10:12 am
by jianxun
oochappan:
how do i make my background stays while i scrolls up n down...
now my background moves along the thumbnails when i scrolled up n down...

any ideal how to solve this?

PostPosted: Sat Dec 27, 2003 10:24 am
by srijith
jianxun wrote:how do i make my background stays while i scrolls up n down...
now my background moves along the thumbnails when i scrolled up n down...

any ideal how to solve this?

Code: Select all
background-image:url(http://www.ursite.com/urimage.jpg); #Image URL
background-repeat:no-repeat; #Repeat or do not repeat the image
background-attachment: fixed; #Move the image along with scrolled text or not

PostPosted: Sat Dec 27, 2003 12:27 pm
by oochappan
jianxun wrote:oochappan: how do i make my background stays ?

normally I say to my dog stay to make him stay put, but this won't work for you ..... :shock: ...... therefore I cut the code from my source as normally you could do with your browser ..
Code: Select all
body{
............
background-attachment: fixed;
background-image : url(http://www.pbase.com/image/24484280.jpg);
}


and to make my dog sit down in the right bottom-corner
Code: Select all
body{
..............

background-attachment: fixed;
background-image: url(http://users.pandora.be/oochappan/sitthambi.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

PostPosted: Sat Dec 27, 2003 12:34 pm
by oochappan
jianxun wrote:oochappan:.....
don't forget to look at the photo's also...... especially the first of golden retriever, my favourite ..... with a blinking eye .... :wink:

PostPosted: Sat Dec 27, 2003 3:38 pm
by jianxun
oochappan wrote:and to make my dog sit down in the right bottom-cornerCode:
body{
..............

background-attachment: fixed;
background-image: url(http://users.pandora.be/oochappan/sitthambi.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

i cant create a small icon at the corner with my image background cause the code is similiar
e.g.
background-image: url(http://users.pandora.be/oochappan/sitthambi.gif);
&
background-image:url(http://www.pbase.com/image/24441540/original.jpg);


srijith wrote:Code:

background-image:url(http://www.ursite.com/urimage.jpg); #Image URL
background-repeat:no-repeat; #Repeat or do not repeat the image
background-attachment: fixed; #Move the image along with scrolled text or not




oochappan wrote:Code:
body{
............
background-attachment: fixed;
background-image : url(http://www.pbase.com/image/24484280.jpg);
}

thanks both it works!


oochappan wrote:don't forget to look at the photo's also...... especially the first of golden retriever, my favourite ..... with a blinking eye ....

ur gallery n ur website's dog swf is amazing u create urself? what software is needed? :P

PostPosted: Sat Dec 27, 2003 3:44 pm
by jianxun
oochappan i can understand how the two puppies play with each other using swf... but how the golden retriever blinks...swf too?
if it is easy i would like to learn :P

PostPosted: Sat Dec 27, 2003 6:35 pm
by oochappan
golden retriever blinks...swf too?
if it is easy i would like to learn :P


no that photo is a gif , but u know already if you download ...... flash is not so easy to download nor to make ..... if you really want to go along with the time, learn visual basic .... if you can buy the packet .. cause it's still too expensif for now

PostPosted: Sat Dec 27, 2003 7:23 pm
by jianxun
no that photo is a gif , but u know already if you download ...... flash is not so easy to download nor to make ..... if you really want to go along with the time, learn visual basic .... if you can buy the packet .. cause it's still too expensif for now


i didnt know flash can save as gif file.. i learnt abit of flash but i thought it can only be saved as swf or mpg files... i tried to put the photo as desktop background but it cant ..hee :roll:
how long did it take u to do the blink?

PostPosted: Sat Dec 27, 2003 9:33 pm
by oochappan
i didnt know flash can save as gif file..
Yes you can
how long .....
did that 3 years ago as I got my dog .... No not so long, I think .... till it was perfect ....
if you like flash, here is a simpel one, but as always, layout does satisfact me more then technical .... pity for you, its in dutch : http://users.pandora.be/oochappan/dendermonde what you don't put on scene as more important than .....

PostPosted: Sun Dec 28, 2003 10:44 am
by thewedding
VB will get stuck you in the past...
along time wil be C# (c-sharp) ...
future appz will move more and more into the java direction and opensource.

with al 3 languages you can write .htc extensions but the outcome wil be a IE only dhtml script as far as I've seen this, only webfx wrote something usefull...

but I guess it's worth a try ;)

PostPosted: Sun Dec 28, 2003 1:25 pm
by jianxun
webdev wrote:with al 3 languages you can write .htc extensions but the outcome wil be a IE only dhtml script as far as I've seen this, only webfx wrote something usefull...

but I guess it's worth a try




i dont quite understand... so if i am going do a similiar blink ... what language should i use.. or software? :?

PostPosted: Sun Dec 28, 2003 2:20 pm
by oochappan
a similiar blink ... what software? :?

as the target is a gif for one picture in ur gallery then
any gif editor like Animation-shop van Jasc software or gifmoviegear .... will do the simple things(in adding pictures and transitions) ....
flash can export the timeline, more elaborated .... PS don't make it too big
(PS if you cut the 'background-repeat:no-repeat;' from ur css then ur bacground will be fully covered)

PostPosted: Sun Dec 28, 2003 5:03 pm
by jianxun
oochappan wrote:(PS if you cut the 'background-repeat:no-repeat;' from ur css then ur bacground will be fully covered)


u mean after i did the blink ... i need to cut the code out from my css?