Hi,
My webpage looks clean on android devices, but is jumbled on iphone browsers. I cannot find a webkit code to resolve this. Here is my code:
My webpage looks clean on android devices, but is jumbled on iphone browsers. I cannot find a webkit code to resolve this. Here is my code:
CSS:
a:visited {
color: blue;
}
body {
min-width: 1200px;
}
ul {
list-style-type: "+";
}
table,
td {
border: 0;
}
.experience {
display: inline-block;
float: left;
}
.internships {
display: inline-block;
float: left;
}
.coursework {
display: inline-block;
float: left;
}
.community {
display: inline-block;
float: left;
}
.linkedin {
display: inline-block;
float: left;
}
.homepage {
display: inline-block;
float: left;
}
.honors {
display: inline-block;
width: 175px;
height: 100px;
background: white;
overflow: hidden;
}
.honors2 {
display: inline-block;
width: 900px;
height: 100px;
background: white;
overflow: hidden;
}
.objective {
display: inline-block;
width: 125px;
height: 65px;
background: white;
overflow: hidden;
}
.objective2 {
display: inline-block;
width: 1000px;
height: 65px;
background: white;
overflow: hidden;
}
.certs {
display: inline-block;
width: 175px;
height: 75px;
background: white;
overflow: hidden;
}
.certs2 {
display: inline-block;
width: 900px;
height: 75px;
background: white;
overflow: hidden;
}
.education {
display: inline-block;
width: 125px;
height: 100px;
background: white;
overflow: hidden;
}
.education2 {
display: inline-block;
width: 900px;
height: 100px;
background: white;
overflow: hidden;
}
Last edited by a moderator: