Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-29-2011, 11:01 AM
Linkin-Dreamer's Avatar
Linkin-Dreamer Linkin-Dreamer is offline
The Chamomile Tea Drinker
 
Join Date: Aug 2011
Posts: 43
Gender: Female
Credits: 5,848
Linkin-Dreamer is on a distinguished road
Default Oh hey, look, I have another problem 83

Hey x3

I'm having some problems intergrating a script I found with my template 83

This is the script -

HTML Code:
<html> 
<head> 
<title>CSS based drop-down menu</title>	
	<style type="text/css"> 
ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul li {
	display: block;
	position: relative;
	float: left;
	}
li ul {
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	padding: 5px 15px 5px 15px;
	background: #2C5463;
	margin-left: 1px;
	white-space: nowrap;
	}
ul li a:hover {
	background: #617F8A;
	}
li:hover ul { 
	display: block; 
	position: absolute;
	}
li:hover li { 
	float: none;
	font-size: 11px;
	}
li:hover a {
	background: #617F8A;
	}
li:hover li a:hover {
	background: #95A9B1;
	}
	</style>		
</head> 
<body> 
	<ul id="menu"> 
			<li><a href="">Home</a></li> 
			<li><a href="">About</a> 
			<ul> 
			<li><a href="">The Team</a></li> 
			<li><a href="">History</a></li> 
			<li><a href="">Vision</a></li> 
			</ul> 
			</li> 
			<li><a href="">Products</a>
			<ul> 
		        <li><a href="">Cozy Couch</a></li> 
		        <li><a href="">Great Table</a></li> 
		        <li><a href="">Small Chair</a></li> 
		        <li><a href="">Shiny Shelf</a></li> 
		        <li><a href="">Invisible Nothing</a></li> 
			</ul> 
			</li> 
			<li><a href="">Contact</a> 
			<ul> 
		        <li><a href="">Online</a></li> 
		        <li><a href="">Right Here</a></li> 
		        <li><a href="">Somewhere Else</a></li> 
			</ul> 
			</li> 
			</ul>
</body> 
</html>
I'm using the Spooky Wood and Simple themes and I'd like to integrate it into both x3

Any help?
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:44 AM.

Currently Active Users: 4462 (0 members and 4462 guests)
Threads: 4,081, Posts: 32,032, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636