|
Post by peace on Mar 3, 2005 12:33:49 GMT -5
Image type: menu bottons & icon images Size: Pixel x Pixel Please Color1: 2A2A2A Color2: 909090 Color3: #8CBAFF Text: you choose plz Font: Verdana,Arial URL: halifaxtown.proboards45.com/index.cgiDetails: I want some menu and icon buttons as i dnt know how to create them, i am not sure what i am looking for but just some thing that goes the forum, so i will leave it with anybody that wants to give it a go, Thanks
|
|
|
Post by Tommy Huynh on Mar 3, 2005 13:00:36 GMT -5
Image type: menu bottons & icon images Size: Pixel x Pixel Please Color1: 2A2A2A Color2: 909090 Color3: #8CBAFF Text: you choose plz Font: Verdana,Arial URL: halifaxtown.proboards45.com/index.cgiDetails: I want some menu and icon buttons as i dnt know how to create them, i am not sure what i am looking for but just some thing that goes the forum, so i will leave it with anybody that wants to give it a go, Thanks Okay, you want some gradients and matching on/off buttons while I'm at it? I'll also provide you a nice cell highlight colour and some stuff to your css.
|
|
|
Post by peace on Mar 3, 2005 14:08:56 GMT -5
[glow=gold,2,300]I would love it m8t, coz i aint too much of a designer myself, although i'm trying too pick thing up.[/glow]
Thanks alot m8t ;D
|
|
|
Post by Tommy Huynh on Mar 4, 2005 19:50:02 GMT -5
Okay, I started work on this, I'll be done by tomorrow.
|
|
|
Post by peace on Mar 5, 2005 5:08:48 GMT -5
Ok m8t and thanks again!!
|
|
|
Post by Tommy Huynh on Mar 6, 2005 20:39:16 GMT -5
What do you think of these? On/Off Icons Gradients Menu Icons Place this in your headers <style type="text/css"> <!-- a:link,a:visited, { color: #8CBAFF; text-decoration: none; }
a:hover { color: #B0D0FF; text-decoration: underline; }
.titlebg { background-image: url(http://img.photobucket.com/albums/v381/graygriddesigns/Member%20Requests/peace/titlebg.gif); background-repeat: repeat; }
.catbg { background-image: url(http://img.photobucket.com/albums/v381/graygriddesigns/Member%20Requests/peace/catbg.gif); background-repeat: repeat; }
--> </style>
and this in your footers <script language="JavaScript" type="text/javascript"> <!-- /* Cell Highlight & Link Copyright © 2003 Craig Suffolk, ProBoards.com All Rights Reserved */
var mouseOverColor = '7D7D7D'; var statusMessage = 'HaliFax Town FC'; window.status = statusMessage;
cellHigh = document.getElementsByTagName('TD'); for(ch=0;ch<cellHigh.length;ch++) { if((cellHigh[ch].className=="windowbg2" && cellHigh[ch].width=="66%") || (cellHigh[ch].className=="windowbg" && cellHigh[ch].width=="48%")) { if (cellHigh[ch].width=="48%") {var num=0;} else {var num=1;} cellHigh[ch].onmouseover = function(){this.style.cursor='pointer';this.style.backgroundColor=mouseOverColor; window.status=this.getElementsByTagName('b')[0].innerHTML;}; cellHigh[ch].onmouseout = function(){this.style.backgroundColor=this.bgColor;window.status=statusMessage;}; cellHigh[ch].onclick = function(){location = this.getElementsByTagName('a')[num].href;}; }} // --> </script>
<script language="JavaScript" type="text/javascript"> <!-- tablew = document.getElementsByTagName('TABLE'); for(t=0;t<tablew.length;t++) { if(tablew[t].width=="92%"){ tablew[t].width='790'; } } // --> </script> What do you think? Sorry I couldn't get these done earlier, I had to do some reading. Well, not for school, just reading for pleasure. ^_^
|
|
|
Post by peace on Mar 7, 2005 12:39:19 GMT -5
Thanks m8t for taking the time out!!
They look good m8t and i reckon they will go great with the forum, i'll let you know when there up so u can take em of your host. Thanks again!!
|
|
|
Post by Tommy Huynh on Mar 7, 2005 13:02:01 GMT -5
Don't worry. Feel free to hotlink. Er, try using 909090 as your cell highlight colour.
|
|