Forum Moderators: not2easy

Message Too Old, No Replies

Is there a size difference between css pixels and html width pixels?

css html pixels

         

thewpfan

2:50 pm on Oct 29, 2010 (gmt 0)

10+ Year Member



Is there a size difference between css pixels and html width pixels? The question I ask is because on the sidebar of www.giantmango.com the embed code I used from flickr and vimeo`s width are 220 and the search input bar in css is set to 220px, but when viewed through a browser they have different lengths?

rocknbil

4:19 pm on Oct 29, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No pixels are pixels. It's possible something is overriding the 220px set on one of the elements, inspect the element in FireBug to see where it's being assigned.

thewpfan

4:41 pm on Oct 29, 2010 (gmt 0)

10+ Year Member



thank you