Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »CSS Forum

Notices

CSS Forum Cascading Style Sheets (CSS) and XHTML Forum


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 18-04-2007, 10:15 AM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 662
Default IE Fix?

Done this over and over and always seem to get problems with it in IE.

http://www.blue22.co.uk/john/index.html

I tried doing the image replacement with css but it caused even more problems.

Quote:
html, body {
margin: 0;
padding: 0;
}

body {
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-size: 12px;
color: #ffffff;
background: #ffffff;
}

.hidden {
display: none;
}

h1 {
margin: 0;
padding: 0;
}


#content h2 {
margin: 0;
padding: 0;
padding-bottom: 15px;
}

#content p {
margin: 0;
padding: 0;
padding-bottom: 15px;
}

#news .padding {
padding: 15px;
}

#content .padding {
padding: 25px;
}


#page-container {
width: 700px;
background: #1f4669;
margin: auto;
}

#address {
float: right;
width: 319px;
height: 64px;
background: #0d5085;
}

#header {
height: 64px;
float: left;
width: 381px;
background: #0d5085
url(../images/headleft.gif);
background-repeat: no-repeat;
text-decoration: none;
}

#sidenav {
float: right;
width: 135px;
height: 228px;
}

#image {

float: left;
width: 565px;
background: #0d5085
url(../images/image1.gif);
background-repeat: no-repeat;
text-decoration: none;
height: 228px;
}


#news {
float: right;
width: 166px;
line-height: 18px;
background: #1f4669;
}

#navigation {
background: #1f4669;
float: left;
width: 197px;
}


#content {
margin-right: 166px;
margin-left: 197px;
line-height: 18px;
background: #1f4669;
}


#footer {
clear: both;
background: #efa614;
height: 20px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
text-align: centre;
border-top: 1px solid #efefef;
padding: 4px 2px;
color: #ffffff;

}

#footer a {
color: #0d5085;
text-decoration: none;
}

#footer a:hover {
color: #db6d16;
}
__________________
[COLOR="Black"]Joe Morgan[/COLOR]
[COLOR="DimGray"].Be Kids - Live Strong[/COLOR]
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote

  #2 (permalink)  
Old 18-04-2007, 10:22 AM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 18,857
Default

Which part isn't working (sorry don't have IE at the moment)
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #3 (permalink)  
Old 18-04-2007, 10:26 AM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 662
Default

the rollover links on thr right have spacing between them which then puts the right coloum out of position

ill take a screen dump 2 secs
__________________
[COLOR="Black"]Joe Morgan[/COLOR]
[COLOR="DimGray"].Be Kids - Live Strong[/COLOR]

Last edited by Joe.Morgan; 10-05-2008 at 08:53 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #4 (permalink)  
Old 18-04-2007, 10:27 AM
Kelly Creative's Avatar
You are safe now little Titty-Logic
 
Join Date: Jan 2007
Location: On The Edge
Gender: Female
Posts: 3,329
Default

You're going to do what on the screen!
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #5 (permalink)  
Old 18-04-2007, 10:27 AM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 662
Default

screenshot :single f:
__________________
[COLOR="Black"]Joe Morgan[/COLOR]
[COLOR="DimGray"].Be Kids - Live Strong[/COLOR]
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #6 (permalink)  
Old 18-04-2007, 10:30 AM
Kelly Creative's Avatar
You are safe now little Titty-Logic
 
Join Date: Jan 2007
Location: On The Edge
Gender: Female
Posts: 3,329
Default

have you tried adding margin: 0;
padding: 0; just to that style sheet?
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #7 (permalink)  
Old 18-04-2007, 10:33 AM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 662
Default

#navigation {
margin: 0;
padding: 0;
background: #1f4669;
float: left;
width: 197px;
}

???

yep tried that
__________________
[COLOR="Black"]Joe Morgan[/COLOR]
[COLOR="DimGray"].Be Kids - Live Strong[/COLOR]
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #8 (permalink)  
Old 18-04-2007, 10:35 AM
Keely Hope's Avatar
With Added Bom Chicka Wah Wah
 
Join Date: Apr 2007
Gender: Female
Posts: 366
Default

Are the images you're using bigger than the divs set width/height?

ie bigger than #sidenav {
float: right;
width: 135px;
height: 228px;
}
__________________
[COLOR="Plum"]Failure is the first step in the creative process.[/COLOR]
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #9 (permalink)  
Old 18-04-2007, 10:40 AM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 662
Default

nope
__________________
[COLOR="Black"]Joe Morgan[/COLOR]
[COLOR="DimGray"].Be Kids - Live Strong[/COLOR]
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #10 (permalink)  
Old 18-04-2007, 01:02 PM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 662
Default

im a willy blonka!
__________________
[COLOR="Black"]Joe Morgan[/COLOR]
[COLOR="DimGray"].Be Kids - Live Strong[/COLOR]
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 04:11 PM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0