[css-d] The best way to create the site map

2006-06-21 Thread Igor
Hi everybody!

What is the best way to create the site map?

Thanks a lot in advance,

Igor
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


[css-d] Styling the form textarea scrolling-bars

2006-05-23 Thread Igor
Hi everybody,

please send me an advice how to colorize the form textarea scrolling-barrs and 
arrows, with css or without css,
within one form?

Thanks a lot in advance,
sincerely,


Igor


P.S.

What would be the best image gallery for presenting the real-estate pictures?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


[css-d] Best picture gallery?

2006-05-21 Thread Igor
Hi everybody,

what kind of picture gallery would be the best to present the real-estate offer,
and do you have any suggestion or example, or advise?

Thanks alot in advance,
sincerely,

Igor
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


[css-d] Hover color for links in the list

2006-04-30 Thread Igor
Hi,all!
 I would like to ask if somebody can answer me following question:

I styled my list with links in the left column of my page with hover color in 
#C52C27.
I want that this hover color goes from left side to the right side of the 
column, all the way through. 
Right now I made it to the right side, but not to the left. 
The color is covering to the left side only the link and few pixels to the left 
out of the link, 
but not all the way to the side of the box.

See below the code for the list and the style for this list:
(I am viewing this code in IE)



  .
  .
  .
  .
  
  
  
  
  

  

CSS style for links:

#sectionLinks a:link{
 voice-family: "\"}\"";
 voice-family: inherit;
 width: auto;
 color: #C52C27;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
 padding-top: 2px;
 padding-right: 0px;
 padding-bottom: 2px;
 padding-left: 0px;
}

CSS hover style:

#sectionLinks a:hover{
 background-color: #C52C27;
 padding: 2px 0px 2px 10px;
 color: #FF;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}

I would like that the #C52C27 hover color spreads from the left side of the box 
all the way down through the right side of the sectionLinks box.

Thanks a lot in advance for answer,
best regards,

Igor
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/