HighDots Forums  

CSS rowspan on table in NS

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS rowspan on table in NS in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
anole
 
Posts: n/a

Default CSS rowspan on table in NS - 09-01-2004 , 02:26 PM






I've just started trying to fix my own site up with CSS after working
with some client's sites.

I have a navigation table here:

http://65.108.133.31.com/Anoles/aianolgal.htm

In IE I get a nice label on the left side that spans all the rows of the
table. In Firefox (and I presume NS), I get the first vertical column
*above* the rest of the table. It's an interesting effect that I don't
think I could have gotten if I tried, but it's not the way it's intended.

Any ideas?

Thanks in advance,

anole


The css applied is this:

ailink {
width: 115px;
padding: 0px;
border: 1px #666600;
margin: 10px 0px 0px 20px;

}
#ailink div {
width: 115px;
border: 1px #666600;
margin: 0px;

}
#ailink table {
width: 115px;
padding: 0px;
border: 1px #666600;
float: left;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 20px;
margin-top: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
display: block;
}

#ailink td {
width: 95px;
display: block;
border-top: 1px solid #666600;
border-right: 2px solid #666600;
border-bottom: 1px solid #666600;
border-left: 2px solid #666600;
padding: 0px;

}
#ailink td.vert {
width: 17px;
background-color: #666600;
padding: 0px;
margin: 0px;
display: block;
vertical-align: top;
border: 1px none #666600;
position: static;
height: 100%;

}
#ailink a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
text-decoration: none;
text-align: center;
width: 95px;
margin: 0px;
padding: 0px;


}
#ailink a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
text-decoration: none;
width: 95px;
border: 1px #666600;
text-align: center;
color: #FFFFFF;
background-color: #999966;
display: block;


}
#ailink p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
text-decoration: none;
text-align: center;
border: 1px #666600;
margin: 0px;
padding: 0px;
display: block;

}




Reply With Quote
  #2  
Old   
anole
 
Posts: n/a

Default Re: CSS rowspan on table in NS - 09-01-2004 , 02:29 PM






anole wrote:

Quote:
I've just started trying to fix my own site up with CSS after working
with some client's sites.

I have a navigation table here:

http://65.108.133.31.com/Anoles/aianolgal.htm

In IE I get a nice label on the left side that spans all the rows of the
table. In Firefox (and I presume NS), I get the first vertical column
*above* the rest of the table. It's an interesting effect that I don't
think I could have gotten if I tried, but it's not the way it's intended.

Any ideas?

Thanks in advance,

anole

Sorry, that should be without the .com:

http://65.108.133.31/Anoles/aianolgal.htm


Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.