PDA

View Full Version : Small template problem in IE


yozz
01-09-2006, 11:24 PM
Hey everyone.

I am asking your help for a very small design issue in my 2 photoblogs using almost the same template. A small one but I like things to be as perfect as it can be :P

http://www.yozz.net/pblog/
http://www.yozz.net/mblog/


Here it is : when you click to flip the comments part in Internet Explorer, the whole wrapper is a little resized on the right.

No issue with Firefox.
I tried many things but it didn't fix it.

Thanks in advance for your help.

yozz.

PS: I noticed that my "menu bars" are a little bit wider with IE too... Is there a way to fix that?

GeoS
01-10-2006, 12:37 AM
Maybe CSS definition of comments layer (which by default is hidden) makes root box wider (after click it goes from hidden to visible)??

yozz
01-10-2006, 11:11 PM
Ok thank you GeoS.
I found the problem by re-re-re-re-rechecking the comments layer. It looks like width:100%; for <input> tag is more than 100% in IE... Maybe because of the scrollbar that is present even if area is empty in IE... I don't know... But giving a size in pixels fixed the issue.

I hope that could help someone in the future.

Have a good day.

yozz.