Posted May 24th 2013, 5:07 pm
Thanks In Advance
Go to page : 1, 2
Message (Page 1 of 2)
Posted May 24th 2013, 5:07 pm
Posted May 24th 2013, 5:23 pm
<tr><td class="row1" align="left">
<style type="text/css">
.arrowgreen{
width: 100%; /*width of menu*/
border-style: solid solid solid solid;
border-color: #141414;
border-size: 1px;
border-width: 1px;
}
.arrowgreen ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.arrowgreen li a{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
display: block;
background: transparent url(image-URL) 100% 0;
height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
padding: 4px 0 4px 10px;
line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
text-decoration: none !important;
}
.arrowgreen li a:link, .arrowgreen li a:visited {
color: #7175b0;
text-decoration:none !important;
}
.arrowgreen li a:hover{
color: #7175b0;
background-position: 100% -32px;
text-decoration:none !important;
}
.arrowgreen li a.selected{
color: #fafafa;
background-position: 100% -64px;
}
</style>
<script type="text/javascript">
function popup(url)
{
var width = 500;
var height = 600;
var left = (screen.width - width)/2;
var top = (screen.height - height)/2;
var params = 'width='+width+', height='+height;
params += ', top='+top+', left='+left;
params += ', directories=no';
params += ', location=no';
params += ', menubar=no';
params += ', resizable=no';
params += ', scrollbars=no';
params += ', status=no';
params += ', toolbar=no';
newwin=window.open(url,'windowname5', params);
if (window.focus) {newwin.focus()}
return false;
}
</script><div class="arrowgreen">
<ul>
<li><a href="#" title="A">A</a></li>
<li><a href="#" title="B">B</a></li>
</ul>
</div>
</td></tr>
Posted May 24th 2013, 5:42 pm
Posted May 24th 2013, 6:14 pm
.arrowgreen li a{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
display: block;
background: transparent url(image-URL) 100% 0;
height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
padding: 4px 0 4px 10px;
line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
text-decoration: none !important;
}
background: transparent url(image-URL) 100% 0;
Posted May 24th 2013, 7:03 pm
Posted May 24th 2013, 7:47 pm
<tr><td class="row1" align="left">
<style type="text/css">
.arrowgreen{
width: 100%; /*width of menu*/
border-style: solid solid solid solid;
border-color: #141414;
border-size: 1px;
border-width: 1px;
}
.arrowgreen ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.arrowgreen li a{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
display: block;
background: transparent url("http://i42.servimg.com/u/f42/17/32/93/44/menu3114.png") 100% 0;
height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
padding: 4px 0 4px 10px;
line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
text-decoration: none !important;
}
.arrowgreen li a:link, .arrowgreen li a:visited {
color: #7175b0;
text-decoration:none !important;
}
.arrowgreen li a:hover{
color: #7175b0;
background-position: 100% -32px;
text-decoration:none !important;
}
.arrowgreen li a.selected{
color: #fafafa;
background-position: 100% -64px;
}
</style>
<script type="text/javascript">
function popup(url)
{
var width = 500;
var height = 600;
var left = (screen.width - width)/2;
var top = (screen.height - height)/2;
var params = 'width='+width+', height='+height;
params += ', top='+top+', left='+left;
params += ', directories=no';
params += ', location=no';
params += ', menubar=no';
params += ', resizable=no';
params += ', scrollbars=no';
params += ', status=no';
params += ', toolbar=no';
newwin=window.open(url,'windowname5', params);
if (window.focus) {newwin.focus()}
return false;
}
</script><div class="arrowgreen">
<ul>
<li><a href="#" title="A">A</a></li>
<li><a href="#" title="B">B</a></li>
</ul>
</div>
</td></tr>
background: transparent url("http://i42.servimg.com/u/f42/17/32/93/44/menu3114.png")
Posted May 24th 2013, 7:57 pm
Posted May 24th 2013, 11:38 pm
Posted May 25th 2013, 3:27 am
<div id="navigation">
<ul class="top-level">
<li><a href="http://coding-spot.darkbb.com/">A</a></li>
<li><a href="http://coding-spot.darkbb.com/">B</a></li>
<li><a href="http://coding-spot.darkbb.com/">C</a></li>
<li><a href="http://coding-spot.darkbb.com/">D</a></li>
<li><a href="http://coding-spot.darkbb.com/">E</a></li>
<li><a href="http://coding-spot.darkbb.com/">F</a></li>
<li><a href="http://coding-spot.darkbb.com/">G</a></li>
</ul>
</div>
<style>#navigation {font-size:0.75em; width:100%; font-weight:bold;}
#navigation ul {margin:0px; padding:0px;}
#navigation li {list-style: none;}
ul.top-level {background:#141414;}
ul.top-level li {
border-bottom: #0d0d0d solid;
border-top: #0d0d0d solid;
border-width: 1px;
}
#navigation a {
color: #2cab58;
cursor: pointer;
display:block;
height:30px;
line-height: 30px;
text-indent: 10px;
text-decoration:none;
width:100%;
}
#navigation a:hover{
text-decoration:underline;
}
#navigation li:hover {
background: #00341d;
position: relative;
}
</style>
Posted May 25th 2013, 7:50 am
Posted May 25th 2013, 8:31 am
<style type="text/css">
.arrowgreen{
width: 100%; /*width of menu*/
border-style: solid solid solid solid;
border-color: #141414;
border-size: 1px;
border-width: 1px;
}
.arrowgreen ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.arrowgreen li a{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
display: block;
background: transparent url(http://i46.servimg.com/u/f46/12/16/55/86/menu310.png) 100% 0;
height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
padding: 4px 0 4px 10px;
line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
text-decoration: none !important;
}
.arrowgreen li a:link, .arrowgreen li a:visited {
color: #7175b0;
text-decoration:none !important;
}
.arrowgreen li a:hover{
color: #7175b0;
background-position: 100% -32px;
text-decoration:none !important;
}
.arrowgreen li a.selected{
color: #fafafa;
background-position: 100% -64px;
}
</style>
<script type="text/javascript">
function popup(url)
{
var width = 500;
var height = 600;
var left = (screen.width - width)/2;
var top = (screen.height - height)/2;
var params = 'width='+width+', height='+height;
params += ', top='+top+', left='+left;
params += ', directories=no';
params += ', location=no';
params += ', menubar=no';
params += ', resizable=no';
params += ', scrollbars=no';
params += ', status=no';
params += ', toolbar=no';
newwin=window.open(url,'windowname5', params);
if (window.focus) {newwin.focus()}
return false;
}
</script><div class="arrowgreen">
<ul>
<li><a href="http://worldgenerationda.forumotion.com/f2-announcements" title="A">A</a></li>
<li><a href="http://worldgenerationda.forumotion.com/t3-forum-rules-must-read" title="B">B</a></li>
<li><a href="http://worldgenerationda.forumotion.com/f4-introductions" title="C">C
</a></li>
<li><a href="http://worldgenerationda.forumotion.com/f5-questions" title="D">D
</a></li>
<li><a href="http://worldgenerationda.forumotion.com/f8-test-requests" title="E
">E
</a></li>
<li><a href="http://worldgenerationda.forumotion.com/f11-battle-arena" title=" F
"> F
</a></li>
</ul>
</div>
Posted May 25th 2013, 10:47 am
Message (Page 1 of 2)
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum
In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests
Users browsing this forum: None