Question : Boot Acer Ferrari 1200 laptop from dvd to upgrade vista to windows 7

I have been asked to upgrade an acer ferrari 1200 laptop from vista hoe premium to windows 7 ultimate.  However, I find there is no option to change the boot order in bios and seemingly no f button that requests choice of boot device.
I am stuck as it seems I cannot boot from anything but the hard drive.
Does anyone know if there is a certain button which I can press during the start up to specify boot from cd?
Thanks.

Answer : Boot Acer Ferrari 1200 laptop from dvd to upgrade vista to windows 7

Hi nsitedesigns,
There are several things that needs to be changed / adjusted.
You won't be able to get rid of the left space because the list items are display:inline, they would have to be floated to get them fully adjacent, but floating would ruin the middle alignment, so then we need to manually adjust the left padding for the UL.

Also the left border is not the same height because the elements are not the same height.

I've also noticed that there's an extra pixel in the header's height as well.

Try replacing your matching CSS classes with the ones below and check how it goes.

Cheers
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
#nav {
background-color:#362650;
background-image:url("img/back_navigation.jpg");
background-repeat:repeat-y;
display:inline-block;
overflow:hidden;
padding-left:55px;
width:791px;
}

.twoColFixRtHdr #header {
background-image:url("img/header.jpg");
background-repeat:no-repeat;
height:227px;
}

#nav ul li {
float:left;
list-style:none outside none;
text-align:left;
}

#nav li a {
border-right:1px solid #F7F1DB;
color:#F7F1DB;
display:block;
padding:6px 35px 5px;
text-decoration:none;
}
Random Solutions  
 
programming4us programming4us