ie6 prob with header

This is a discussion on "ie6 prob with header" within the Web Page Design section. This forum, and the thread "ie6 prob with header are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 27th, 2007, 18:21
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 158
Thanks: 1
Thanked 0 Times in 0 Posts
ie6 prob with header

on this page the type image is pushed down in ie6

anyone know why?

kandl-enterprises.com/kandltest/contact.php

i'm floating the logo image left but the image text seems to not obey and stuff i pass over. Simple pob i'm sure but can't get it working. any suggestions?
Reply With Quote

  #2 (permalink)  
Old Apr 27th, 2007, 21:05
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: ie6 prob with header

Not sure if this is it but you need to fix this
Code: Select all
#header { width : 100%; margin : 0px 0 0px 0; padding : 0;color : #fff;}
margin: 0px 0px 0px 0px;
or
margin: 0 0 0 0 ;
or
margin:0
Code: Select all
img.header { margin : 20px 0 0 0; padding : 0; }

img.slogan { margin : 0px 0; padding : 0; }
same thing... margin: 20px 0px 0px 0px

img.slogan { margin: 0px 0px;....

Code: Select all
#header h2{padding : 0 10px; margin : 0; display : none;}
padding: 0px 10px;

Fix those and I would guess your problem would go away...
Reply With Quote
Reply

Tags
ie6 css

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
[MX] actionscript prob nutbolt Flash & Multimedia Forum 0 May 21st, 2007 17:04
hey.. image prob mohammedhajat Flash & Multimedia Forum 8 Oct 4th, 2006 13:11
BG prob in firefox tkey Web Page Design 6 Jun 5th, 2006 12:50
nav bar prob OK IE6 wrong FF brunoc Web Page Design 1 May 8th, 2006 02:47
IE prob karloff Web Page Design 11 Apr 24th, 2006 11:41


All times are GMT. The time now is 00:46.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43