[css-d] Having a server control render XHTML compliant html

2008-06-21 Thread Kris Marissens
Hi, 

I'm having to assist someone to alter the output of a serverside control
(.NET). 
I'm still not 100% sure about the following bit: there is a part where the
control - more specifically a paged list using alphanumeric characters -
renders these anchors starting with a "previous" anchor that is grayed out
(being at the start and all).

The problem is they are using a property "disabled" inside the anchor  and to my knowledge the disabled attribute can only be
used with form elements (input).

In order to be able to style the anchor list I thought rendering of the
grayed out anchor could be:

1. 
PreviousText

2. 
PreviousText

3. 
PreviousText 

Which do you think would be best considering the least amount of generated
html but allowing just enough room for DOM traversing and styling using css?

Thanks a lot. 
Kris

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE6 expanding div problem

2006-11-08 Thread Kris Marissens
I'm having a hard time figuring out what the problem could be with IE6's
interpretation of this page.

http://www.fwo.be/index.aspx

Apparently the navigation bar (i'm guessing the ) is expanding the
wrapper div by approx 5px, although the overflow is set to hidden...

Any suggestions would be greatly appreciated.

Thanks a lot,
Kris

html code
-

   
 
   Subsidiewijzer
   Over FWO
   Commissies
   Nieuws
   Publicaties
   Links
   Pers
   Contact
 
   



The relevant definitions (http://www.fwo.be/css/fwo.css)


.nav02_onder { 
background-color: #908271;
margin-left: 220px;
height: 55px; 
overflow: hidden;
margin-bottom: 6px;
}
.navitem { 
color: #b09b85;
font-size: 11px;
text-decoration: none;
margin: 0 4px 0 3px;
padding: 2px; 
}
.navitem a, .navitem a:visited {
color: #f5f5e6;
border-bottom: 2px solid #b09b85;
}
.navitem a:hover {
color: #f5f5e6;
border-bottom-color: #fff;
}
#navitems ul { 
padding: 28px 10px 0 12px;
margin: 0; 
}
#navitems li { 
letter-spacing: 1px;
float: left; 
clear: none; 
list-style-type: none;
list-style-image: none;
}


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/