From: shapper on
Hello,

Could someone please tell me why the blue contact images on top right
move up and disappear the up half when using IE7? I am floating them.
Is there a way to fix this?

Thanks,
Miguel
From: mscir on
shapper wrote:
> Could someone please tell me why the blue contact images on top right
> move up and disappear the up half when using IE7? I am floating them.
> Is there a way to fix this?
> Thanks,
> Miguel

url?

--- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---
From: jeff on
shapper wrote:
> Hello,
>
> Could someone please tell me why the blue contact images on top right
> move up and disappear the up half when using IE7?

It seems highly unlikely anyone without ESP could.

I am floating them.
> Is there a way to fix this?

With the information at hand, it seems doubtful. The only thing known
is they are floated and blue, wherever they are...

You can either peruse Dorayme's Float House which is periodically
posted in this group or compose a legible question. Your choice.

Jeff
>
> Thanks,
> Miguel
From: shapper on
On Jan 17, 2:58 am, jeff <jeff_th...(a)att.net> wrote:
> shapper wrote:
> > Hello,
>
> > Could someone please tell me why the blue contact images on top right
> > move up and disappear the up half when using IE7?
>
> It seems highly unlikely anyone without ESP could.
>
>   I am floating them.
>
> > Is there a way to fix this?
>
>    With the information at hand, it seems doubtful. The only thing known
> is they are floated and blue, wherever they are...
>
>    You can either peruse Dorayme's Float House which is periodically
> posted in this group or compose a legible question. Your choice.
>
>    Jeff
>
>
>
> > Thanks,
> > Miguel
>
>

Sorry,

Forgot the URL! Of course:
http://www.lipocero.pt/inicio

Thanks,
Miguel
From: jeff on
shapper wrote:
> On Jan 17, 2:58 am, jeff <jeff_th...(a)att.net> wrote:
>> shapper wrote:
>>> Hello,
>>> Could someone please tell me why the blue contact images on top right
>>> move up and disappear the up half when using IE7?
>> It seems highly unlikely anyone without ESP could.
>>
>> I am floating them.
>>
>>> Is there a way to fix this?
>> With the information at hand, it seems doubtful. The only thing known
>> is they are floated and blue, wherever they are...
>>
>> You can either peruse Dorayme's Float House which is periodically
>> posted in this group or compose a legible question. Your choice.
>>
>> Jeff
>>
>>
>>
>>> Thanks,
>>> Miguel
>>
>
> Sorry,
>
> Forgot the URL! Of course:
> http://www.lipocero.pt/inicio

Still hard to tell, particularly with minimized stylesheets.

I tend to use just one template on everything so I always know
exactly what everything does. Rather than decypher the html I suggest
you add a wrapper around your top nav.

<div id="top_nav">
<img src="/Contents/Image/es/Phone_Button.jpg" class="Call"
alt="Phone"/>
<img src="/Contents/Image/And_Button.jpg" class="Call" alt="And"/>
<a href="mailto:info(a)lipocero.com">
<img src="/Contents/Image/Email_Button.jpg" class="Call" alt="Email"/>
</a>
</div>

To keep your top_nav container from collapsing you'll need to to either
give it a height, *or* zoom: 1 (IE) and overflow: hidden (all else). I
suspect you know that already.

I always put my floated nav in it's own wrapper.

You have something more going on, what I can't really tell, perhaps
someone else has a specific cure. Something in there is clashing.

Are you in Portugal, how much of the lines of Torres Vedras remains?
In Atlanta, not much of the Civil War fortications...

Jeff
>
> Thanks,
> Miguel