Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-08-2007, 08:30 AM   PM User | #1
vexen
New Coder

 
Join Date: Jun 2007
Location: Quebec, Canada
Posts: 63
Thanks: 4
Thanked 3 Times in 3 Posts
vexen is an unknown quantity at this point
Internet Explorer ie/ff width:auto displays different

hi, i have a couple questions
  • here is my page http://veksen.net/vexen/temp/index11.htm - watch my #language div, under FF i get the wanted result, but under IE, it auto expands to its parent, why?
  • my List items on #altmenu are a little taller on IE (outside the <A>)
  • my css doesn't validate only because i use _width (line 11), is this really necessary?
  • if you had any general comment on the code and css, what would it be?

thanks a lot, vexen.
vexen is offline   Reply With Quote
Old 07-08-2007, 08:35 AM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
You don't need the _width or the min-width because the last width will override both.

As to your links being taller, they look fine on IE7. I can't test external sites on IE6. Try adding this to your CSS
Code:
* html #altmenu li, * html #altmenu a {
height:1%;
}
As to the rest of your code IMO you have a case of divitis.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 10:55 PM.


Advertisement
Log in to turn off these ads.