Jump to content

Chop

Members
  • Posts

    4
  • Joined

  • Last visited

Chop's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Im using a CSS based pop up code that makes a text box pop up when you scroll over a link.In IE, on this page ( http://yourmodular.com/plans.htm ), the pop ups dont show up and the code messes up the layout. However in Firefox, it is fine and everything pops up like it is supposed to. What is going wrong here?The CSS code }a.navText3 { font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #000066; font-size: 12px; line-height: 24px; letter-spacing: 1px; text-decoration: none; text-align: center; position:relative; z-index:24;}a.navText3:hover{z-index:25; text-decoration:none;}a.navText3 span{display: none;}a.navText3:hover span{ display:block; position:absolute; top:2em; left:2em; width:25em; border:2px solid #3D4C73; background-color:#A79361; color:#000066; text-align: center;} And heres how it's inserted into the HTML <a href="link" class="navText3">Link Name<span>Textbox</span></a> Please help
  2. Hey, Im wondering why these text boxes on this page (linked below) arent working in IE. They aren't just not working, they are messing up the entire layout. View in Firefox first becasue that is what I want it to look like.Thankshttp://www.yourmodular.com/plans.htm
  3. So I cant have one class tag that modifies the color and text and another class tag that adds a mouseover effect? Would I just have to combine them?
  4. Is it possible to do a double class. Something like this. <a class="1" class="2" href="etc">And so on</a>
×
×
  • Create New...