View Full Version : Darkinspirations Board
imported_punishment
11-22-2003, 05:32 PM
Hello!
I have a geman Darkart Board!
I don't speak good English! Sorry
Ok this is the Address http://www.darkinspirations.com/forum/index.php?s=
And the Postbit http://www.darkinspirations.com/forum/showthread.php?s=&threadid=214
It's only for 1024x768 Pixel update comming soon.....!
This Board is the support for my Art and other Darkart, "Giger, Poul Booth etc., "
Thank's for looking and your Opinion!
kinda nice idea...i just think that its a bit too....bulky!
I think you've spent a lot of time making this, and i like that, but its not working for me tbh. :)
MindTrix
11-22-2003, 09:01 PM
Your front page looks amazing, alot of hard work has gone into that, well done i love it.
Would you mind letting me know how you have made that effect when placing the cursor over the navigation buttons and then removing them? It's kind of like a fading effect.Brilliant.
And the postbit!! seems like people have their own unique borders around their avatar, looks gorgeous. to be honest i just love the whole site, people HAVE to view it, alot of work has gone into this.
If it wasnt for it beeing in German i would definetly join.
imported_punishment
11-22-2003, 09:23 PM
Thanks for the nice feedback, participated good long and hard work!
Unfortunate that my English is so bad!
I think that it times which other one am than most boards and it fits
well topic! :)
MindTrix
11-22-2003, 09:26 PM
I'm guessing in English that means
Cheers for the feedback, My English is not that good. Something about other board, and that the style fits in well with the boards theme.
Either way well done mate, it looks brilliant.
imported_punishment
11-22-2003, 09:33 PM
kinda nice idea...i just think that its a bit too....bulky!
I think you've spent a lot of time making this, and i like that, but its not working for me tbh. :)
What means tbh??
MindTrix
11-22-2003, 09:35 PM
tbh is a short way of saying To Be Honest
imported_punishment
11-22-2003, 09:41 PM
I'm guessing in English that means
Cheers for the feedback, My English is not that good. Something about other board, and that the style fits in well with the boards theme.
Either way well done mate, it looks brilliant.
Ok one!
I thank you for the nice feedback! I am pleased, which pleases it you!
The development time of the Design, was also rather for a long time!
And I am unfortunately only that the diagrams make there! :(
imported_punishment
11-22-2003, 09:42 PM
tbh is a short way of saying To Be Honest
Oh thanks :)
imported_punishment
11-22-2003, 09:57 PM
@MindTrix
The Fading Effekt is a Javascript!
Between <Head> and </Head>
----------------------------------------------------------------------
<script type="text/javascript">
//Uncomment the next line for random transition rollover each time the page is loaded
document.write('<STYLE TYPE="text/css">.imgTrans{ filter:revealTrans(duration=2, transition='+Math.floor(Math.random()*23)+') }</STYLE>');
//Uncomment the next line for a specific transition rollover (transition=0 to 23)
//document.write('<STYLE TYPE="text/css">.imgTrans{ filter:revealTrans(duration=1,transition=2) }</STYLE>');
//Uncomment the next line for fading rollovers
//document.write('<STYLE TYPE="text/css">.imgTrans{ filter:blendTrans(duration=2) }</STYLE>');
var onImages=new Array();
function Rollover(imgName, imgSrc)
{
onImages[imgName] = new Image();
onImages[imgName].src = imgSrc;
}
function turnOn(imgName)
{
if(document.images[imgName].filters != null)
document.images[imgName].filters[0].stop();
document.images[imgName].offSrc = document.images[imgName].src;
document.images[imgName].src = onImages[imgName].src;
}
function turnOff(imgName)
{
if(document.images[imgName].filters != null)
document.images[imgName].filters[0].apply();
document.images[imgName].src = document.images[imgName].offSrc;
if(document.images[imgName].filters != null)
document.images[imgName].filters[0].play();
}
Rollover("home", "top_home1.gif");
Rollover("members", "top_members1.gif");
Rollover("profile", "top_profile1.gif");
Rollover("register", "top_register1.gif");
Rollover("search", "top_search1.gif");
Rollover("calendar", "top_calendar1.gif");
Rollover("portal", "top_portal1.gif");
Rollover("hilfe", "hilfe1.gif");
</script>
--------------------------------------------------------------------
Between <body> and </body>
--------------------------------------------------------------------
<a href="usercp.php?s=" onMouseOver="turnOn('profile');"
onMouseOut="turnOff('profile');"><img name="profile" class="imgTrans"
src="top_profile.gif" border="0"></a>
<a href="register.php?s=&action=signup"onMouseOver="turnOn('register');"
onMouseOut="turnOff('register');"><img name="register" class="imgTrans"
src="top_register.gif" border="0"></a>
<a href="calendar.php?s="onMouseOver="turnOn('calendar');"
onMouseOut="turnOff('calendar');"><img name="calendar" class="imgTrans"
src="top_calendar.gif" border="0"></a>
<a href="memberlist.php?s=" onMouseOver="turnOn('members');"
onMouseOut="turnOff('members');"><img name="members" class="imgTrans"
src="top_members.gif" border="0"></a>
<a href="misc.php?s=&action=faq"onMouseOver="turnOn('hilfe');"
onMouseOut="turnOff('hilfe');"><img name="hilfe" class="imgTrans"
src="hilfe.gif" border="0"></a>
<a href="search.php?s="onMouseOver="turnOn('search');"
onMouseOut="turnOff('search');"><img name="search" class="imgTrans"
src="top_search.gif" border="0"></a>
<a href="home.php?s="onMouseOver="turnOn('home');"
onMouseOut="turnOff('home');"><img name="home" class="imgTrans"
src="top_home.gif" border="0"></a>
<a href="index.php?s="onMouseOver="turnOn('portal');"
onMouseOut="turnOff('portal');"><img name="portal" class="imgTrans"
src="top_portal.gif" border="0"></a>
-------------------------------------------------------
Much fun thereby and a english support is planned with us ;)
MindTrix
11-22-2003, 10:00 PM
Thank you for the code. I'll try it out soon
imported_punishment
11-22-2003, 10:07 PM
Thank you for the code. I'll try it out soon
Please no Prob..!
The effect changes also while again loading of the side!
Unfortunately only InterNet Explorer of Microsoft is able!
MindTrix
11-22-2003, 10:08 PM
Thats ok as i only use Internet Explorer :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.