On Wed, Feb 8, 2012 at 6:41 AM, Mrinmoy Ghosh <ghosh_mrin...@yahoo.co.in> wrote:

 I design a webpage with CSS in 1280*768 resolution using Absolute
positioning. But when I change my screen resolution to 1024*768 then a
horizontal scroll bar is come. Can you provide me some tips that how
can I disable this horizontal scroll bar ?

Mrinmoy

---

Set the layout using floats. Absolute-positioning -- if needed at all
-- is best reserved for positioning small elements within a float
based layout.
A simple example:

<http://ccstudi.com/t.html>
1/ Open at 1280 or wider.
2/ Drag to 1024 [horiz tablet].
3/ Drag to 768  [vert tablet].
4/ Drag to 480 [mobile handsets]

Best,
Tadanori Yokoo
Tokyo


-- 
Chelsea Creek Studio
http://ccstudi.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to