Click here to Skip to main content
15,912,578 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to copy form files from one project to another without loosing the desinger view Pin
mmhu18-Feb-08 12:11
mmhu18-Feb-08 12:11 
AnswerRe: How to copy form files from one project to another without loosing the desinger view [modified] Pin
Pritish20-Feb-08 3:55
Pritish20-Feb-08 3:55 
GeneralCustom Collection Pin
CodingYoshi18-Feb-08 11:29
CodingYoshi18-Feb-08 11:29 
GeneralRe: Custom Collection Pin
Patrick Etc.18-Feb-08 12:05
Patrick Etc.18-Feb-08 12:05 
GeneralRe: Custom Collection Pin
CodingYoshi18-Feb-08 16:51
CodingYoshi18-Feb-08 16:51 
GeneralRe: Custom Collection Pin
darkelv18-Feb-08 17:01
darkelv18-Feb-08 17:01 
GeneralRe: Custom Collection Pin
Patrick Etc.18-Feb-08 18:54
Patrick Etc.18-Feb-08 18:54 
GeneralCustomizing web part title border in MOSS 2007. Pin
sdklfjlkdsfjdklsfjkdslfjdslkf18-Feb-08 2:58
sdklfjlkdsfjdklsfjkdslfjdslkf18-Feb-08 2:58 
Hi.

I am using MOSS 2007 and trying to change the title border of the web - parts.

I have managed to use 3 pictures - left, middle and right - to appear as border on the web - part title, but I have problems with alignment even though all the picture are same size. The problem is that the left and right pictures get 1 px under the middle picture.



I use this code wich I found on this site, but it doesn't work out for me.



.ms-WPHeader td { background: url('webpartBg.gif') top left repeat-x; padding-right: 0 !important; }
.ms-WPHeader h3.ms-WPTitle { background: url('webpartCornerLeft.gif') top left no-repeat; color: #BD8C2A; }
.ms-WPHeader .ms-HoverCellInActive, .ms-WPHeader .ms-HoverCellActiveDark { background: url('webpartCornerRight.gif') top right no-repeat; padding: 7px 5px 5px 5px; }
.ms-WPBody { padding: 0 5px 5px 5px; }
.ms-WPBorder { border-color: #FFECC5; }
.ms-partline { background: #FFECC5; }
.ms-WPTitle { padding: 7px 0 5px 10px; }
.ms-WPTitle a { color: #BD8C2A; }





http://www.thesug.org/blogs/kyles/Lists/Posts/Post.aspx?ID=9



Any suggestions ?

Smile | :)
QuestionECDsaCng elliptic curve class produces exception on import of private key Pin
Steve_K17-Feb-08 23:40
Steve_K17-Feb-08 23:40 
GeneralAdding new syntax highlighting Pin
barbq200017-Feb-08 2:55
barbq200017-Feb-08 2:55 
GeneralRe: Adding new syntax highlighting Pin
Pete O'Hanlon17-Feb-08 10:25
mvePete O'Hanlon17-Feb-08 10:25 
GeneralStreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Mike Bluett16-Feb-08 13:46
Mike Bluett16-Feb-08 13:46 
GeneralRe: StreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Guffa17-Feb-08 4:22
Guffa17-Feb-08 4:22 
GeneralRe: StreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Mike Bluett17-Feb-08 8:13
Mike Bluett17-Feb-08 8:13 
GeneralRe: StreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Guffa17-Feb-08 10:11
Guffa17-Feb-08 10:11 
GeneralDataGridTableStyle equivalent for DataGridView Pin
keniagm15-Feb-08 7:40
keniagm15-Feb-08 7:40 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
led mike15-Feb-08 7:56
led mike15-Feb-08 7:56 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
keniagm15-Feb-08 8:07
keniagm15-Feb-08 8:07 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
led mike15-Feb-08 8:15
led mike15-Feb-08 8:15 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
keniagm15-Feb-08 8:27
keniagm15-Feb-08 8:27 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
led mike15-Feb-08 9:05
led mike15-Feb-08 9:05 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
keniagm15-Feb-08 9:20
keniagm15-Feb-08 9:20 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
Member 1190124510-Mar-21 18:29
Member 1190124510-Mar-21 18:29 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
Richard Deeming10-Mar-21 21:30
mveRichard Deeming10-Mar-21 21:30 
Question[Message Deleted] Pin
Ippacciani15-Feb-08 7:40
Ippacciani15-Feb-08 7:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.