Forum: HTML and CSS Jul 3rd, 2009 |
| Replies: 7 Views: 911 I have checked your code. The problem is with the positiong of floated div's in a nested div. Please add these css:-
.Row{
margin:3px 3px 3px 3px;
clear: both;
}
.Cell {
color:#000000; |
Forum: HTML and CSS Jul 2nd, 2009 |
| Replies: 7 Views: 911 HTML tables are used for displaying tabular data on the page.
Div's are used to build the entire layout of the page. It gives more layout control using CSS.
And i dont see any thing wrong with... |
Forum: HTML and CSS Jul 1st, 2009 |
| Replies: 14 Views: 875 |
Forum: HTML and CSS Jul 1st, 2009 |
| Replies: 14 Views: 875 Hi,
I have designed one html page (home) with CSS. I have four more pages in html and want my heading and menus to be repeated. How should i do it? Do i have to write all the heading and menu... |
Forum: HTML and CSS Jul 1st, 2009 |
| Replies: 4 Views: 431 ID can be used only once in a page but class can be repeated any number of times. |
Forum: HTML and CSS Mar 31st, 2009 |
| Replies: 6 Views: 702 Though i am also new to css, i found
http://www.w3schools.com
as a very good site for learning. Hope this will help you. |
Forum: VB.NET Jun 3rd, 2007 |
| Replies: 5 Views: 1,131 hi
try to check www.codeproject.com (http://www.codeproject.com)
www.vbdotnetheaven.com (http://www.vbdotnetheaven.com) |
Forum: VB.NET May 29th, 2007 |
| Replies: 4 Views: 5,606 Thank you for the post.... |
Forum: VB.NET May 28th, 2007 |
| Replies: 4 Views: 5,606 Hi,
How can i clear picturebox at runtime in vb.net2005? Please help me.... |
Forum: VB.NET May 27th, 2007 |
| Replies: 4 Views: 1,428 Thank you for the post ,i got it.......... |
Forum: VB.NET May 25th, 2007 |
| Replies: 4 Views: 1,428 Hi,
can you please help, where is the windows form code generated in vb.net 2005? |