Web Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old February 14th, 2005, 10:41 AM
ezenaide's Avatar
ezenaide ezenaide is offline
custom user
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Location: olinda - br
Posts: 77 ezenaide User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 Days 12 h 44 m 50 sec
Reputation Power: 4
Send a message via MSN to ezenaide
FireFox/IE Compatibility

hi, folks.
im trying to make this simple code do the same effect in Firefox and IE:
#####################
.left {
position: absolute;
left: 0px;
top: 0px;
width: 180px;
background-color: #FFFFFF;
}
.subMenuEsquerdo {
position: relative;
left: 0px;
top: 0px;
height: 18px;
width: 180px;
color: #006699;
font-size: 12px;
font-family: Verdana;
font-weight: normal;
text-align: center;
cursor: pointer;
background-color: #CCCCCC;
}
---------
<div class='left'>
<span class='subMenuEsquerdo'>teste1</span>
<span class='subMenuEsquerdo'>teste2</span>
</div>
###################
i dont know why - and HOW - it works one time <a href='http://temaver.blogspot.com/'>here</a>.
and i wasnt able to find where is the error.
the pics show both FF and IE results.

please, be patient, people. im starting to work with layers.
Attached Images
File Type: jpg firefox.jpg (11.6 KB, 516 views)
File Type: jpg ie60.jpg (15.3 KB, 484 views)

Reply With Quote
  #2  
Old February 15th, 2005, 09:24 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 14 m 9 sec
Reputation Power: 8
You might be better off using an unordered list...

Code:
<html>
<head>
<style>
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 180px;
	background-color: #FFFFFF;
}

ul li {
	margin: 2px;
	color: #006699;
	font: normal 12px Veranda;
	text-align: center;
	cursor: pointer;
	background-color: #CCCCCC;
}
</style>
</head>

<body>
<ul>
<li>teste1</li>
<li>teste2</li>
</ul>
</body>
</html>

Reply With Quote
  #3  
Old March 10th, 2005, 11:51 PM
chrisjlee.net chrisjlee.net is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 7 chrisjlee.net User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 33 sec
Reputation Power: 0
check this out

www.alistapart.com/dropdown/

Reply With Quote
  #4  
Old March 11th, 2005, 07:52 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 14 m 9 sec
Reputation Power: 8
I assume that's refering to Suckerfish Dropdowns.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Development > FireFox/IE Compatibility


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway