Site check please
- Started
- Last post
- 14 Responses
- Atkinson
Hello, could someone please be kind enough to check my test site and see if it's all looking ok on IE7 or other browsers. http://www.art.craigatkinson.co.…
Especially 'about'
cheers
- 7point340
everything is overlapping in IE7 on winxp
- Atkinson0
thought so. Damn it! Anyone know how to fix it?!
- Jnr_Madison0
All I see is gay porn, is this what you wanted me to see?
- ..sorry, wrong tab.Jnr_Madison
- mylazysunday.com ?7point34
- haha funny guyAtkinson
- fyoucher10
PC: FF2: good.
PC: IE7: not good, columns overlap.
- Bluejam0
too much text, it was terrifyingly unreadable
but looked okay in firefox 2.0.0.14/mac
- Atkinson0
anyone know how to stop things overlapping?
- ********0
Everthing is overlapping even in IE6
- Stugoo0
I dont know if this helps but this is briefly how i would lay my structure out.....
css:#main_col {
float:left;
margin:0;
padding:0;
display:inline; /*ie6*/
width:900px;
background:#ff0;
}#col_01 {
float:left;
margin:0;
padding:0;
display:inline; /*ie6*/
width:190px;
background:#0f0;
}#right_hold {
float:left;
margin:0;
padding:0;
display:inline; /*ie6*/
width:680px;
background:#f0f;
}#col_02, #col_03{
float:left;
margin:0 4px 0 0 ;
padding:0;
display:inline; /*ie6*/
width:258px;
background:#f00;
}
#footer {
float:left;
margin:0;
padding:0 0 0 190px;
display:inline; /*ie6*/
width:680px;
background:#0ff; }with the following markup:
<div id="main_hold">
<div id="col_01">
email and stuff
</div>
<div id="right_hold">
<div id="col_02">1st column stuff</div>
<div id="col_03">2st column stuff</div>
</div>
</div>
<div id="footer">"grid" stuff in here</div>hope it helps.
- Atkinson0
hm, yeah I think I can see what that's doing. I'm new to css and divs. Thing is with it being wordpress powered would that not mess a lot of other things up putting the grid in the footer etc?
- Stugoo0
oh your using a blog platform.... urm.... think that would probably screw up a load of elements., that being said I dont use word press so I'm not familiar with what would happen.
It depends realy how far from the original source you taken it.
as a bit of a bodge, you could try doing the grid stuff absolutley positioned to the bottom of the page and give the footer a margin-bottom the same height as the grid.
does that make sense?
- Atkinson0
yeah, I'm not sure that would resolve the column alignment though?
- Atkinson0
if anyone with IE 6/7 is around now perhaps they could check it again?
- Stugoo0
Absolutely sorted mate well done.
:)
- Atkinson0
Cheers Stugoo. It seems now on the work, news and commissions link there is a problem with IE. Prob is the same on each page in that the content is around 200px too far over...Any ideas?!