Whats problem with this HTML code?
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-… <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> .box_one{ border:1px solid #FF0000; float:left;} .box_two{ border:1px solid #00FF00; float:left;} .box_three{ border:1px solid #0000FF; float:left;} </style> </head> <body> <div class="box_one"> <h1>this is a box one. Red Border</h1> </div> <div class="box_two"> <h1>this is a box two.</h1> </div> <div class="box_three"> <h1>this is a box three.Blue this.</h1> </div> </body> </html> ......................................… Dear frnds, this is a code when i change the position of the page like decrease the size of Browser than web box are also change the position. i need when the change the size of the browser web page box continue our position like other webites. Plz tell me how can i solve this problem. Remmeber: i am not say to fixed the position.
-
Answer:
Floated elements removes those elements from the normal document flow. Choosing Dimensions for Your Web Page Layout: In Search of the Holy Grail: http://www.alistapart.com/articles/holygrail/ Choosing Dimensions for Your Web Page Layout: http://www.elated.com/articles/choosing-dimensions-for-your-web-page-layout/ How to create flexible sites quickly using standards like CSS and XHTML: http://www.ibm.com/developerworks/web/library/wa-rapid/ Care With Font Size: http://www.w3.org/QA/Tips/font-size Designing for the Web: Resolution and Size: http://sitepointcom.createsend4.com/t/y/l/ydlyuyd/birtthtw/h/ Websites Shouldn’t Look The Same Across Different Browsers: http://www.noupe.com/design/websites-shouldnt-look-the-same-across-different-browsers%E2%80%A6here-is-why.html Cross-Browser CSS in Seconds with Prefixr: http://net.tutsplus.com/articles/news/cross-browser-css-in-seconds-with-prefixr/ Responsive Web Design Demystified: http://www.elated.com/articles/responsive-web-design-demystified/ Responsive Web Design: 5 Handy Tips: http://www.elated.com/articles/responsive-web-design-5-handy-tips/ It’s Not Responsive Web Building, It’s Responsive Web Design: http://www.getfinch.com/finch/entry/its-not-responsive-web-building-its-responsive-web-design/ Ron
Arafn Haider at Yahoo! Answers Visit the source
Other answers
body{ min-width: 1200px; }
galt_57
Related Q & A:
- How can I add a HTML code to My Yahoo homepage?Best solution by Yahoo! Answers
- What is the HTML code to make your web more accurate?Best solution by Yahoo! Answers
- How do I put an html code in a scroll box?Best solution by html.am
- What's the HTML code for a scroll box on top of a picture?Best solution by Yahoo! Answers
- Is there an html code for?Best solution by Google Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.