Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS/HTML Navigation bar issue
    primarykey
    data
    text
    <p>I'm working on a site for a client of mine, the issue I am having is that whenever you resize the window the buttons on the navigation bar all squish together. The cause of the issue isn't apparent to me so I came here to ask for some help. Also the navi bar looks fine for me when the browser window is maximized, but for my client she sees the twitter button in the middle of the page. I think it's just a resolution issue as her screen is smaller than mine but is there a way to resolve this?</p> <p>website:<br> <a href="http://www.thecruecart.com" rel="nofollow">the crue cart</a> </p> <p>HTML <code> </p> <pre><code> &lt;title&gt;the crue cart&lt;/title&gt; &lt;link rel="shortcut icon" href="images/favicon.png"&gt; &lt;link rel="alternate" type="application/rss+xml" href="{RSS}"&gt; &lt;link rel="stylesheet" href="style.css" type="text/css" media="screen" /&gt; &lt;script src="http://platform.twitter.com/anywhere.js?id=yQDKaggXesWYWPCPFNXn1Q&amp;amp;v=1"&gt; &lt;/script&gt; &lt;script type="text/javascript"&gt; twttr.anywhere(function(twitter) { twitter.hovercards(); }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="container"&gt; &lt;div id="header"&gt; &lt;ul&gt; &lt;li&gt;&lt;div id="logo"&gt; &lt;h1 class="thecruecart"&gt;the crue cart &lt;img src="images/leaf.png" width="15" height="15" class="leaf"&gt;&lt;/h1&gt; &lt;h1 class="wholesnackerie"&gt;whole snackerie&lt;h1&gt; &lt;/div&gt;&lt;/li&gt; &lt;!--Who What When Where Why Help!--&gt; &lt;li class="navigation"&gt;&lt;a href="home.html" class="navigation"&gt;Who&lt;span class="green"&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class="navigation"&gt;&lt;a href="thewhat.html" class="navigation"&gt;What&lt;span class="green"&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class="navigation"&gt;&lt;a href="thewhenwhere.html" class="navigation"&gt;When &amp; Where&lt;span class="green"&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class="navigation"&gt;&lt;a href="thewhy.html" class="navigation"&gt;Why&lt;span class="green"&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class="navigation"&gt;&lt;a href="help.html" class="navigation"&gt;Help&lt;span class="green"&gt;!&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class="navigation"&gt;&lt;a href="order.html" class="navigation"&gt;ORDER&lt;span class="green"&gt;!&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class="navigation"&gt;&lt;div id="share"&gt; &lt;iframe src="http://www.facebook.com/plugins/like.php?href=facebook.com%2Fthecruecart&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;font=arial&amp;amp;colorscheme=light&amp;amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:75px; height:21px;" allowTransparency="true"&gt;&lt;/iframe&gt; &lt;a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.twitter.com/thecruecart" data-text="Check out The Crue Cart!" data-count="horizontal"&gt;Tweet&lt;/a&gt;&lt;script type="text/javascript" src="http://platform.twitter.com/widgets.js"&gt;&lt;/script&gt; &lt;/div&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="navbar"&gt;&lt;/div&gt; &lt;div id="title"&gt; &lt;h2 class="title"&gt;Catering? Hungry?&lt;/h2&gt; &lt;/div&gt; &lt;div id="body"&gt; &lt;p&gt;The Crue Cart is a mobile bakery that finds its home in Bellevue. We love animals and nutrition, and our cupcakes show that.&lt;br/&gt; No wheat, no animal products (or by-products) and no processed sugar. Also, our products will be organic and locally produced&lt;br/&gt; whenever possible. We love supporting local agriculture and economy.&lt;/p&gt; &lt;br/&gt; &lt;p&gt;Want to chat? &lt;span class="chunky"&gt;Email us: hello@thecruecart.com&lt;/span&gt;&lt;/p&gt; &lt;/div&gt; &lt;div class="clearfooter"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div id="footer"&gt; &lt;p class="ft"&gt;&amp;copy the crue cart 2010. All Rights Reserved.&lt;/p&gt; &lt;/div&gt; &lt;/body&gt; </code></pre> <p></code> </p> <p>CSS<br> <code><br> @font-face { font-family: chunkfive; src: url("fonts/Chunkfive.otf") format("opentype"); }</p> <pre> @font-face { font-family: aller; src: url("fonts/aller.ttf") format("truetype"); } @font-face { font-family: tgheros; src: url("fonts/tgheros.otf") format("opentype"); } @font-face { font-family: tgheros-bold; src: url("fonts/tgheros-bold.otf") format("opentype"); } html {} body { width:auto; height:100%; background-color:#ffffff; margin:0px; margin-left:auto; margin-right:auto; padding:0px; } h1, h2, h3, h4, h5, h6 { font-family:chunkfive; color:#0000ff; margin:0px; } h1 { font-family:chunkfive; color:#0000ff; font-size:30px; margin:0px; padding:0px; } h1.thecruecart { font-family:chunkfive; color:#0000ff; font-size:30px; margin-left:auto; } h1.wholesnackerie { font-family:chunkfive; color:#44aa00; font-size:15px; margin-left:40px; } h2.title { font-size:35px; margin-top:10px; margin-left:10px; } h2 a{ font-size:35px; color:#44aa00; margin-top:10px; margin-left:10px; } img { margin:0px; } img.leaf { position:relative; top:2px; left:-8px; } p { font-family:tgheros-bold; font-size:18px; color:#0000ff; margin:0px; margin-left:10px; } p.order{ font-family:tgheros-bold; font-size:16px; color:#0000ff; margin:0px; margin-left:10px; } p.facebook { display:inline; font-family:tgheros-bold; font-size:18px; color:#0000ff; margin:0px; margin-left:5px; } p.ft { color:#0000ff; font-family:chunkfive; font-size:14px; letter-spacing:1px; margin:0px; padding:0px; } a { color:#44aa00; font-family:chunkfive; font-size:20px; letter-spacing:1px; text-decoration:none; margin:0px; padding:0px; } a:link, a:visited, a:hover, a:active { } a.navigation { color:#0000ff; font-family:chunkfive; font-size:20px; text-decoration:none; } ul { list-style-type:none; margin:0px; padding:0px; } li { float:left; } li.navigation{ display:inline; position:relative; top:33px; float:left; margin-left:45px; } iframe { display:inline; margin-top:0px; margin-left:10px; } /*Facebook Stuffs*/ /*Twitter Stuffs*/ .chunky { color:#44aa00; font-family:chunkfive; font-size:20px; letter-spacing:1px; margin:0px; padding:0px; } .green { color:#44aa00; } .clearfooter { height:1px; clear:both; } #container { min-height:100%; margin-bottom: -20px; position: relative; } #header { display:block; width:auto; height:58px; padding-right:5px; padding-left:5px; } #logo { margin-top:0px; margin-left:10px; } #navbar { display:block; width:auto; height:2px; background-color:#0000ff; } #share { display:inline; margin:0px; } #body { width:1330px; margin:0px; margin-bottom:30px; padding:0px; } #footer { display:block; width:auto; height:10px; position:realtive; text-align:center; clear:both; }&lt;/code&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload