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.



 Subscribe in a reader

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

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Feb 6th, 2007, 15:41
Elite Veteran
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Feb 6th, 2007, 15:44
Elite Veteran
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????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Feb 6th, 2007, 15:44
Elite Veteran
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Feb 6th, 2007, 15:58
Elite Veteran
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;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Feb 6th, 2007, 16:02
Elite Veteran
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]>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Feb 6th, 2007, 16:31
Elite Veteran
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*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Feb 6th, 2007, 16:45
Elite Veteran
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Feb 6th, 2007, 17:00
Elite Veteran
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Feb 6th, 2007, 17:02
Elite Veteran
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Feb 6th, 2007, 17:06
Elite Veteran
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Feb 6th, 2007, 17:25
Elite Veteran
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Feb 6th, 2007, 17:28
Elite Veteran
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Feb 9th, 2007, 15:44
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 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
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Feb 9th, 2007, 16:14
Elite Veteran
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Feb 10th, 2007, 00:07
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #16  
Old Feb 10th, 2007, 00:15
Elite Veteran
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #17  
Old Feb 10th, 2007, 00:30
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 20:24.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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