Jump to content

CSS: Absolute position

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
In order to get an image at the correct place I use an absolute position. This works great..... in FireFox. Once I switch to IE it is way off. Anyone know how to get it working in both IE and FF? IE pisses me off with its inability to render CSS.

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
It should be in the same place, in both browser, because your specifying the position by a x-value and an y-value.

What does Internet Explorer wrong?
Can you maybe give us some code?
Maybe a link?

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Yeah, I've noticed some problems regarding absolute position with IE & FF. I usually use relative position [to a table or something] and it works fine

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I've got the same problem over at TP in the search field. If you guys can give me a fix for it that would be great because I have yet to come up with anything except for JavaScript detecting the browser and fixing it that way.

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I found out that you can use comments to determine if the browser is IE and which version. This may help you: CSS - Conditional comments

<!--[if lte IE 6]>


#6
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts

Jordan said:

I found out that you can use comments to determine if the browser is IE and which version. This may help you: CSS - Conditional comments


<!--[if lte IE 6]>


Thats very neat, I'm sure that will come in handy for me some day.

#7
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Yea, It is a pretty neat feature. Turns out my problem isn't the px settings but IE has some bug with top less than 30px?

#8
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Actually, that works perfect for me! Thanks.

#9
rameshkumar

rameshkumar

    Newbie

  • Members
  • PipPip
  • 20 posts
[quote name='Lop']In order to get an image at the correct place I use an absolute position. This works great..... in FireFox. Once I switch to IE it is way off. Anyone know how to get it working in both IE and FF? IE pisses me off with its inability to render CSS.[/QUOTE]

;)
hi this mr ramesh from india know how it work IE and FF you know IE and FF both basically used of IE in side of java right way of server and FF we can say working are very fine but how CSS I think Its working.:)
[quote=Lop;