LEGO-Mafia
01-27-2009, 02:02 PM
Hi,
I have noticed that my site layout ( www.minifigtimes.com ) is messed up in IE.
Its perfect in FF and Chrome.
I believe this is the relevant code that there must be something not quite right..
<div id="wrap">
<h4>LFC Fire Ferguson As Legoland United Claim Third Derby Victory Of The Season</h4>
<br>
<div class="img right" style="border: 0px solid black; padding: 20px; float: right; width: 250px; max-width: 250px;">
<a href="aaa-news-shorts.html" style="display: block;">
<img id="minifig" src="images-2009/news/2009-01-24-p1.png"/>
</a> <br><br>
<p style="width: 100%;">
Red faced Sir Alex Ferguson was livid with referee Mr Corpus for sending off Ashley Cole and only spared himself being landed
in hot water by being sacked by LFC. <br><br>
"It's typical of officials to punish us and not others" he ranted before being asked to leave. </p>
</div>
<p>
The 2008/2009 season will go down in the history books as the season in which Legoland United's starlet Mathew Edile decided both meetings
between the nation's two most prestigious clubs in his debut season. Again coming on as a substitute, Somalian Edile netted twice in nine minutes
to turn around a game in which up until the 61st minute Legoland FC lead United 2-1. Edile, a 2008 graduate of the Reds' youth academy,
has seen his value soar and the minifig is now rumoured to be a £10m January transfer target for relegation threatened giants Lion Lakers.
<br>
<br>
The Derby kicked off with LFC lying in second place, a point adrift of surprise league leaders Ajax Skerries, whilst United lay in fourth position, four
behind the Helmets. In a typically dirty affair referee Ferocious Corpus was kept busy dishing out the yellow cards but the tie sprunge to life in 38th
minute as LFC forward Adrian Mutu connected to a cross from Marco Materazzi to volley home from 8 yards and claim his first goal of the season since his move from
Fiorentina. LFC went into the half-time break all smiles leading 0-1 in the San Siro whilst United's minifigs endured a barrage of insults and missiles from the
Blues' supporters.
<br>
<br>
The second period began well for the reigning champions as their own impressive youth player Geoffrey Macintyre pounced in the 49th minute and placed the ball under
United custodian Francesco Antonioli to make it 0-2 to the visitors. The goal sparked wild celebrations amongst the LFC fans who expressed their joy by hurling bricks
dug up from the San Siro stands at the security forces. Yet their high spirits did not last long when 2 minutes later United's prodigal son Alex Taribello
headed past LFC 'keeper Francesco Toldo reducing the deficit. Then on came Edile and LFC saw a crucial three points slip from their grasp as the striker
first restored parity and then gave Mr United's minifigs the lead.
<a href="002.shtml" class="link-blue">Read More</a>
</p>
<!--end wrap--></div>
my CSS file is http://www.minifigtimes.com/default.css
I think the relevant part of it is:
}
#wrap {
width: 730px;
margin: 30px auto;
padding: 10px 0 10px 10px;
background: #fff;
}
#minifig {
float: right;
}
#wrap p {
width: 650px;
}
}
#wrap2 {
width: 830px;
margin: 30px auto;
padding: 10px 0 10px 10px;
background: #fff;
}
#minifig2 {
float: right;
}
#wrap2 p {
width: 850px;
}
a img {
border: 0;
}
/* Main story images and text placement underneath*/
.right{
float: right;
}
.img{
border: 1px solid black;
padding: 20px;
}
.right a, .left a{
display: block;
}
.left p, .right p{
width: 100%;
}
/* End */
any help in fixing this would be really appreciated as its taken ages trying to get the layout that appears in FF/Chrome right.:(
I have noticed that my site layout ( www.minifigtimes.com ) is messed up in IE.
Its perfect in FF and Chrome.
I believe this is the relevant code that there must be something not quite right..
<div id="wrap">
<h4>LFC Fire Ferguson As Legoland United Claim Third Derby Victory Of The Season</h4>
<br>
<div class="img right" style="border: 0px solid black; padding: 20px; float: right; width: 250px; max-width: 250px;">
<a href="aaa-news-shorts.html" style="display: block;">
<img id="minifig" src="images-2009/news/2009-01-24-p1.png"/>
</a> <br><br>
<p style="width: 100%;">
Red faced Sir Alex Ferguson was livid with referee Mr Corpus for sending off Ashley Cole and only spared himself being landed
in hot water by being sacked by LFC. <br><br>
"It's typical of officials to punish us and not others" he ranted before being asked to leave. </p>
</div>
<p>
The 2008/2009 season will go down in the history books as the season in which Legoland United's starlet Mathew Edile decided both meetings
between the nation's two most prestigious clubs in his debut season. Again coming on as a substitute, Somalian Edile netted twice in nine minutes
to turn around a game in which up until the 61st minute Legoland FC lead United 2-1. Edile, a 2008 graduate of the Reds' youth academy,
has seen his value soar and the minifig is now rumoured to be a £10m January transfer target for relegation threatened giants Lion Lakers.
<br>
<br>
The Derby kicked off with LFC lying in second place, a point adrift of surprise league leaders Ajax Skerries, whilst United lay in fourth position, four
behind the Helmets. In a typically dirty affair referee Ferocious Corpus was kept busy dishing out the yellow cards but the tie sprunge to life in 38th
minute as LFC forward Adrian Mutu connected to a cross from Marco Materazzi to volley home from 8 yards and claim his first goal of the season since his move from
Fiorentina. LFC went into the half-time break all smiles leading 0-1 in the San Siro whilst United's minifigs endured a barrage of insults and missiles from the
Blues' supporters.
<br>
<br>
The second period began well for the reigning champions as their own impressive youth player Geoffrey Macintyre pounced in the 49th minute and placed the ball under
United custodian Francesco Antonioli to make it 0-2 to the visitors. The goal sparked wild celebrations amongst the LFC fans who expressed their joy by hurling bricks
dug up from the San Siro stands at the security forces. Yet their high spirits did not last long when 2 minutes later United's prodigal son Alex Taribello
headed past LFC 'keeper Francesco Toldo reducing the deficit. Then on came Edile and LFC saw a crucial three points slip from their grasp as the striker
first restored parity and then gave Mr United's minifigs the lead.
<a href="002.shtml" class="link-blue">Read More</a>
</p>
<!--end wrap--></div>
my CSS file is http://www.minifigtimes.com/default.css
I think the relevant part of it is:
}
#wrap {
width: 730px;
margin: 30px auto;
padding: 10px 0 10px 10px;
background: #fff;
}
#minifig {
float: right;
}
#wrap p {
width: 650px;
}
}
#wrap2 {
width: 830px;
margin: 30px auto;
padding: 10px 0 10px 10px;
background: #fff;
}
#minifig2 {
float: right;
}
#wrap2 p {
width: 850px;
}
a img {
border: 0;
}
/* Main story images and text placement underneath*/
.right{
float: right;
}
.img{
border: 1px solid black;
padding: 20px;
}
.right a, .left a{
display: block;
}
.left p, .right p{
width: 100%;
}
/* End */
any help in fixing this would be really appreciated as its taken ages trying to get the layout that appears in FF/Chrome right.:(