HI,
Just purchased your book and getting through it gradually. I have been programming windows apps with
VB 6.0 for the past 2 years and finally pushed myself to learn how to create web pages. Easier said than done!
I created the following layout using
VB 6.0 windows form, which took around 30 mins.
http://www.members.aol.com/jono1970/layout
It has been 3 days now and I am still struggling to create the same layout on a web form using VS 2005 ASP 2.0....ggrrrrrrrrr:( - it's so frustration.I am not sure how long it would take an expert to achieve this.
I am using css and div and basically throwing lables and textboxes on the page row by row. I have managed to hash the first part of the form (light blue area) and the only way I could get the image object and the list box (far right-dark blue box)was to use a fixed position:
#picture
{
position: fixed;
top:15px;
right: 351px;
width: 10em;
}
#conditions
{
position: fixed;
top: 200px;
right: 351px;
width: 10em;
}
However, now when i change the browser's size the image and list box move out of alignment.
Anyway, I was hoping you could assist/advise me on how to achieve the above properly and put me out of my misery.
Thanks in advance
John
Ps this post may appear somewhere else as my previous post appears to have got lost in the etha.