Alignment problem in IE

This is a discussion on "Alignment problem in IE" within the Web Page Design section. This forum, and the thread "Alignment problem in IE 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 Feb 6th, 2007, 15:41
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Alignment problem in IE

Oh my gosh... I'm so excited. I have been working on this site of a little while.
I've got it working perfectly in Firefox but the menu is floating outside the margins on IE.

Could you please look at the site here !!
The CSS is here

The menu was my first css 2 level menu and it was a B***ch to get... so if any one touches that... they are dead! hahahahahaha

Seriously any help would be appreciated as always!

Linda
Reply With Quote

  #2 (permalink)  
Old Feb 6th, 2007, 15:44
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

What the heck.. I just went to check it again and it's almost perfect.

All I have are some black borders on the menu buttons not showing.

Can someone check it in Safari and Opera pretty please????
Reply With Quote
  #3 (permalink)  
Old Feb 6th, 2007, 15:44
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

You realize your menu doesn't work at all in IE6 right?
Reply With Quote
  #4 (permalink)  
Old Feb 6th, 2007, 15:58
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

I had forgotten to put in the part if IE6 in the header portion...
It's there now. But the menu still has issues in IE6/7!
Code: Select all
<!--[iflte IE 6]>
	<link rel="stylesheet" type="text/css" href="ieonly.css" />
<![endif]-->
Is that part in red typed out correctly? I couldn't tell if it was supposed to have an I, and L, a number 1.

Also my IEonly.css code is this;
Code: Select all
	font-size: 100%
	}
	
	
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}

#menu a, #menu h2 {
font: bold 0.9em arial, helvetica, sans-serif;
}
Reply With Quote
  #5 (permalink)  
Old Feb 6th, 2007, 16:02
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

it's

Code: Select all
<!--[if lt IE 6]>
Reply With Quote
  #6 (permalink)  
Old Feb 6th, 2007, 16:31
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

I have it working perfectly in IE7 and FF. Can someone check IE6 *holding breath....scared to hear*
Reply With Quote
  #7 (permalink)  
Old Feb 6th, 2007, 16:45
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

Almost. A few issues with alignment and 1 sub-menu item with lots of space underneath.

IE6.jpg
Reply With Quote
  #8 (permalink)  
Old Feb 6th, 2007, 17:00
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

That's a long submenu title.... hmmmmmmmmmmmmm... was this IE6?
Reply With Quote
  #9 (permalink)  
Old Feb 6th, 2007, 17:02
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

Fixed it... phew....

Karinne I did this one with almost no help from you! wahoooooooooooo
Reply With Quote
  #10 (permalink)  
Old Feb 6th, 2007, 17:06
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

Still have an alignment issue in IE6 ... the menu is getting over the text in the content.

You're doing good
Reply With Quote
  #11 (permalink)  
Old Feb 6th, 2007, 17:25
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

Well doesn't everyones submenus cover text? Otherwise you'd have to have all white space to the right of the menu...

See here and here
Reply With Quote
  #12 (permalink)  
Old Feb 6th, 2007, 17:28
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

not the submenu ... the menu itself!

IE6.jpg
Reply With Quote
  #13 (permalink)  
Old Feb 9th, 2007, 15:44
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,993
Blog Entries: 1
Thanks: 0
Thanked 32 Times in 32 Posts
Re: Alignment problem in IE

Just a bit off topic but not entirely, have you considered keeping IE 6 default and installing the IE7 standalone? I installed 4 - 7 maintaining 6 as the installed full version and conditional comments etc all work as expected. Save you some time in browser testing.

Installer for IE 3 – 6
http://tredosoft.com/Multiple_IE

Standalone IE 7
http://tredosoft.com/files/IE7s/IE7S-setup.exe
__________________
I hate IE 6. Just sayin....
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #14 (permalink)  
Old Feb 9th, 2007, 16:14
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

You bet I've considered... thanks for the links.. I'm on my way to download!
Reply With Quote
  #15 (permalink)  
Old Feb 10th, 2007, 00:07
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

http://brandsoftheworld.com/search/?...text=blue+seal

Best Brands of the World is awesome. Looks good in Safari! Nice job, Linda!
Reply With Quote
  #16 (permalink)  
Old Feb 10th, 2007, 00:15
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

HUH?

Ok.. Ryan is that a hint that you want me to change that link/logo? hahahahaha

hahaha.. I took the old one from their last site... since I'm doing a redesign. Hadn't really noticed that it wasn't a good color match. I was so worried about the css/xhtml.

So happy it's working in Safari...

Thanks...off to snag the logo!
Reply With Quote
  #17 (permalink)  
Old Feb 10th, 2007, 00:30
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in IE

Well, you can change the color, it's just a vector file so you don't have to worry about how horrible the quality is. That site is awesome if you're looking for company logos. They have almost everything!
Reply With Quote
Reply

Tags
alignment, internet explorer, problem

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
Division alignment problem Craigj1303 Web Page Design 0 Apr 3rd, 2008 14:29
Tables Alignment problem Aaron1988 Web Page Design 21 Mar 26th, 2007 17:32
Alignment problem in Firefox guvna Web Page Design 11 Nov 14th, 2006 17:40
Alignment problem..basic liquid Web Page Design 3 Mar 2nd, 2004 07:49


All times are GMT. The time now is 03:17.


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