Hi - its my first time posting here.
I have a similar design and have managed to get my titles centred underneath but had to use </br> to get the titles to move underneath for IE.
The strange thing is that now the images (3 across) show up with an increasing padding on the top for each image. (in IE) They step down as you go along.
I am not allowed to post a link so please go to jacquescharoux dot com dot au and use the 2000 link for an example of this step down. Other links show the page without </br>
I am quite perplexed. The home page works OK in IE? I am using mac and have to keep getting screen shots which is slowing down the solution to this problem.
Thank is advance. Needy
Code:
#container {
background-color: #ffffff;
}
#header {
background: none;
}
#mainContent h2 {
text-align: right;
}
/*resume sytles*/
p.header {
font-size: 105%;
font-weight: bold;
line-height: 1.2em;
}
span.date {
font-weight: bold;
}
span.pub {
font-style: italic;
font-weight: bold;
}
p.link a {
color: #66635b;
padding-left: 2em;
}
p.link a:hover { text-decoration: underline;
}
ul.icons {
list-style-type: none;
padding: 0em;
margin: 0em;
text-align: center;
margin-top: 1.5em;
}
ul.icons li a {
list-style-type: none;
float: left;
display: block;
width: 112px;
text-align: center;
padding: 16px 27px 16px 27px;
}
ul.icons li span.title {
color: #66635b;
}
ul.icons li a img {
border: 1px #66635b solid;
}
#mainContent p.quote {
clear: left;
}
.title {
font-size: 70%;
}
Code:
#container {
background-color: #ffffff;
}
#header {
background: none;
}
#mainContent h2 {
text-align: right;
}
/*resume sytles*/
p.header {
font-size: 105%;
font-weight: bold;
line-height: 1.2em;
}
span.date {
font-weight: bold;
}
span.pub {
font-style: italic;
font-weight: bold;
}
p.link a {
color: #66635b;
padding-left: 2em;
}
p.link a:hover { text-decoration: underline;
}
ul.icons {
list-style-type: none;
padding: 0em;
margin: 0em;
text-align: center;
margin-top: 1.5em;
}
ul.icons li a {
list-style-type: none;
float: left;
display: block;
width: 112px;
text-align: center;
padding: 16px 27px 16px 27px;
}
ul.icons li span.title {
color: #66635b;
}
ul.icons li a img {
border: 1px #66635b solid;
}
#mainContent p.quote {
clear: left;
}
.title {
font-size: 70%;
}
Bookmarks