Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Why gaps in my meny in IE?

Reply
Thread Tools

Why gaps in my meny in IE?

 
 
greg
Guest
Posts: n/a
 
      01-28-2006
http://www.satorimusic.com/test.htm

In FF works great, in IE I have stranhe gaps in menu.

Help please....

TIA...
 
Reply With Quote
 
 
 
 
Els
Guest
Posts: n/a
 
      01-28-2006
greg wrote:

> http://www.satorimusic.com/test.htm
>
> In FF works great, in IE I have stranhe gaps in menu.
>
> Help please....
>
> TIA...


Try add this to your stylesheet:
a img{
display:block;
}

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Camel - Echoes
 
Reply With Quote
 
 
 
 
greg
Guest
Posts: n/a
 
      01-28-2006
Els wrote:
> greg wrote:
>
>> http://www.satorimusic.com/test.htm
>>
>> In FF works great, in IE I have stranhe gaps in menu.
>>
>> Help please....
>>
>> TIA...

>
> Try add this to your stylesheet:
> a img{
> display:block;
> }


Many thanks. It worked! (Of course!)

Gotta do it in css, I know.



 
Reply With Quote
 
Stan McCann
Guest
Posts: n/a
 
      01-28-2006
greg <> wrote in news:43dabe26$0$18589$5a62ac22
@per-qv1-newsreader-01.iinet.net.au:

> http://www.satorimusic.com/test.htm


Get rid of the tables, transitional[1] doctype, inline styles, ...

Very nice layout scheme; do it with modern methods and you'll have a
very nice site.

I didn't try it in IE. You're probably running into some of the box
model bugs. IE sets margins differently than other browsers making it
difficult for developers. Your best fight against these bugs is to use
valid strict HTML and stick mostly to CSS 1. As you learn what works
and what doesn't, begin using some CSS 2.1.

--
Stan McCann "Uncle Pirate" http://stanmccann.us/pirate.html
Webmaster/Computer Center Manager, NMSU at Alamogordo
http://alamo.nmsu.edu/ There are 10 kinds of people.
Those that understand binary and those that don't.
 
Reply With Quote
 
greg
Guest
Posts: n/a
 
      01-29-2006
Stan McCann wrote:
> greg <> wrote in news:43dabe26$0$18589$5a62ac22
> @per-qv1-newsreader-01.iinet.net.au:
>
>> http://www.satorimusic.com/test.htm

>
> Get rid of the tables, transitional[1] doctype, inline styles, ...
>
> Very nice layout scheme; do it with modern methods and you'll have a
> very nice site.
>
> I didn't try it in IE. You're probably running into some of the box
> model bugs. IE sets margins differently than other browsers making it
> difficult for developers. Your best fight against these bugs is to use
> valid strict HTML and stick mostly to CSS 1. As you learn what works
> and what doesn't, begin using some CSS 2.1.



Thank you. Yes... I'm working towards css, for start I'll do footer and
header in css, middle table will remain as a table at this moment.

Thanks for hints.
 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
findcontrol("PlaceHolderPrice") why why why why why why why why why why why Mr. SweatyFinger ASP .Net 2 12-02-2006 03:46 PM
Newsgroup Gaps slownut Computer Support 8 10-03-2004 09:02 PM
XSLT White Space Gaps Under Images Mark247 XML 1 09-02-2004 11:47 PM
log parsing: gaps between transactions Arthur Dent Perl 1 12-03-2003 12:20 AM
Writing audio cd's without gaps??? Rob Mitchell Computer Support 2 06-30-2003 11:39 PM



Advertisments