active questions tagged css - Stack Overflowmost recent 30 from stackoverflow.com2009-12-03T09:58:29Zhttp://stackoverflow.com/feeds/tag/csshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1838759/html-creating-block0html - creating blockOckonal2009-12-03T09:30:46Z2009-12-03T09:53:31Z
<p>Hello, I have to create block like this:</p>
<p><img src="http://img689.imageshack.us/img689/5397/samplek.png" alt="alt text"></p>
<p>How can I do this faster using css+html?</p>
http://stackoverflow.com/questions/1167199/background-images-disappearing-in-ie63Background images disappearing in IE6marcgg2009-07-22T18:21:39Z2009-12-03T09:11:26Z
<p>I've seen a lot of IE6 bugs, but this one beats everything.</p>
<p>A page will display fine, but if <s>I start loading a Table tag on the page</s> sometime, most of the background images will disappear. </p>
<p><s>I'm not 100% sure that it's because of the Table tag per se, but the only pages that break are the one with tables in them. I'm creating these tables using a loop and sometime I have to add some JS Script tags inside of this. I'm not sure but it could be related even thought it shouldn't.</s></p>
<p><strong>EDIT</strong>: I tested adding a table on a random page and it didn't break anything. I also removed the javascript I was generating and I still got the same error.</p>
<p>This is happening only on my live server, I can't reproduce it on my local machine for some reason. It also makes debugging crazy annoying.</p>
<p>Of course my code is working fine in Chrome, FF and Opera. The layout is pretty simple and works fine in IE6 except for this bug on some pages. I'm using a pngfix.js for IE, but I've never run into issues with it before so I don't think it's related.</p>
<p>I don't think that posting code would be helpful since I would have to post the entire website... I'm just asking if someone already saw this issue and found a way to fix it.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/322929/word-wrap-in-css-js7word wrap in css / jsLeo2008-11-27T04:30:16Z2009-12-03T08:28:56Z
<p>I'm looking for a cross-browser way of wrapping long portions of text that have no breaking spaces (e.g. long URLs) inside of divs with pre-determined widths.</p>
<p>Here are some solutions I've found around the web and why they <strong>don't</strong> work for me:</p>
<ul>
<li><strong>overflow : hidden / auto / scroll</strong> - I need the entire text to be visible without scrolling. The div can grow vertically, but not horizontally.</li>
<li><strong>Injecting &shy; into the string</strong> via js / server-side - &shy; is supported by FF3 now, but copying and pasting a URL with a &shy; in the middle will not work in Safari. Also, to my knowledge, there isn't a clean method of measuring text width to find out the best string offsets to add these characters to (there's one hacky way, see next item). Another problem is that zooming in Firefox and Opera can easily break this.</li>
<li><strong>dumping text into a hidden element and measuring offsetWidth</strong> - related to the item above, it requires adding extra characters into the string. Also, measuring the amount of breaks required in a long body of text could easily require thousands of expensive DOM insertions (one for every substring length), which could effectively freeze the site.</li>
<li><strong>using a monospace font</strong> - again, zooming can mess up width calculations, and the text can't be styled freely.</li>
</ul>
<p>Things that look promising but are not quite there:</p>
<ul>
<li><strong>word-wrap : break-word</strong> - it's now <a href="http://www.w3.org/TR/css3-text/#word-wrap" rel="nofollow">part of CSS3 working draft</a>, but it's not supported by either Firefox, Opera or Safari yet. This would be the ideal solution if it worked across all browsers today :(</li>
<li><strong>injecting <wbr> tags into the string</strong> via js/ server-side - copying and pasting URLs works in all browsers, but I still don't have a good way of measuring where to put the breaks. Also, this tag invalidates HTML.</li>
<li><strong>adding breaks after every character</strong> - it's better than thousands of DOM insertions, but still not ideal (adding DOM elements to a document eats memory and slows downs selector queries, among other things).</li>
</ul>
<p>Does anyone have more ideas on how to tackle this problem?</p>
http://stackoverflow.com/questions/1838295/custom-font-and-a-cms0Custom font and a CMSNatalieMac2009-12-03T07:41:11Z2009-12-03T08:28:23Z
<p>I'm building a web site for an artist who has had a custom font made from his handwriting. He'd like to use this font extensively throughout the site - not for all body copy because it'd be difficult to read, but for headings, navigation, callouts, things like that.</p>
<p>I've got the file - it's a TrueType font file.</p>
<p>We're going to be using a PHP-based CMS to build the site.</p>
<p>What is the best way to go about using this custom font for this purpose while still allowing page name, titles, etc. to be edited by the client in the CMS? I'd like to accommodate as many users as possible, but it would be fine if some site visitors saw Arial or Verdana or whatever we choose for the body copy.</p>
<p>Should I give @font-face a whirl? Use PHP to create images on the server? Sifr? This site will likely be around for awhile, so I'd like to be as forward-thinking as possible. At the same time, I'd like to be really sure nobody can use the font on their own web sites or download a copy.</p>
<p>Some background info on his current existing site:
Reasonably busy site with about 500 visits (2000 page views) per day.</p>
<p>Browser stats:</p>
<p>IE: 48% (10% of IE users on IE6, 42% on IE7, 48% on IE8)</p>
<p>FF: 32% (38% of those on 3.5.5, 29% on 3.0.15, 11% on 3.5.4, 4% on 2.0.0.20, and 5% on 3.5.2)</p>
<p>Safari: 17% (53% of those on 531.9, 13% on 531.21.10, 7% on 528.16, 5% on 525.22 and 4% on 530.19)</p>
<p>Chrome: 2% (41% of those on 3.0.195.33, 31% on 3.0.195.27, 21% on 3.0.195.32 and 4% on 4.0.223.16)</p>
http://stackoverflow.com/questions/1837870/sirf-could-use-some-help0sIRF, could use some helpdeto2009-12-03T05:37:18Z2009-12-03T06:24:58Z
<p>It works perfectly when pulled within labels like in the demo </p>
<pre><code><label class="title">I'm no image. I'm Avenir! </label>
</code></pre>
<p>However, how can I achieve this within the code below (nothing loads)?</p>
<pre><code> <div id="zoomcontent"> <span style="margin: 0 10px 0 0" id="slidesbigtext" ></span>
<a class="icon2" style="margin: -10px 30px 0 0; font-size: 24px;"
href="#" onclick="return false; this.blur()"> &times </a> </div>
</code></pre>
<p><hr></p>
<p>note: (id="slidesbigtext") loads text from javascript without any issues, just can't find a way to make sIFR work in this situation... not giving up hopes yet!</p>
http://stackoverflow.com/questions/1837926/css3-resize-in-webkit-safari0CSS3 Resize in Webkit/Safariarbales2009-12-03T05:54:03Z2009-12-03T06:22:58Z
<p>I'm attempting to use CSS3's <code>resize</code> to make an absolutely positioned div resizable in Safari and Firefox Beta. No matter what I do I can't seem to make it work – are there situations that <code>resize</code> cannot be used?</p>
http://stackoverflow.com/questions/1837339/center-ul-into-a-table1Center UL into a tablefidoboy2009-12-03T02:52:25Z2009-12-03T05:48:02Z
<p>I have a code like this:</p>
<pre><code><table>
<tr>
<td align="center">
<ul>
<li style="float:left;display:inline">Some text</li>
<li style="float:left;display:inline">Other text</li>
</ul>
</td>
</tr>
</table>
</code></pre>
<p>The problem is that the UL with is 100% and then all UL is aligned to the left, how can i center the content into UL? I must have that style for the LI, so i need that UL with fits to his content... does anyone knows how to do this?</p>
<p>regards,</p>
http://stackoverflow.com/questions/1161061/css-background-image-urlnone-leading-to-errors-in-apache-log-file2CSS background-image: url(none) leading to errors in apache log filejeroen2009-07-21T18:56:52Z2009-12-03T05:25:24Z
<p>I have run into a strange problem. When I use:</p>
<pre><code>background-image: url(none);
</code></pre>
<p>in my css file, it generates an error in the apache log file:</p>
<pre><code>File does not exist: /...../styles/none, referer: http://blabla.com/styles/styles.css
</code></pre>
<p>I have used the W3C CSS validator and there are no errors (just some warnings about floats needing widths).</p>
<p>I used to have:</p>
<pre><code>background-image: none;
</code></pre>
<p>but I have changed all instances and the most up-to-date stylesheet is used.</p>
<p>Is this normal behaviour or is it more likely that I have an error somewhere in my stylesheet?</p>
http://stackoverflow.com/questions/1379043/jpg-image-not-getting-rendered-in-html0jpg image not getting rendered in HTML.Wondering2009-09-04T12:51:10Z2009-12-03T05:00:03Z
<p>Hi All,
I have one jpg image which is getting rendered in FF but not in IE6.</p>
<pre><code> <img src="Image/warn.jpg" alt="aimage" />
</code></pre>
<p>Path is correct as this is working on FF. any clue?</p>
http://stackoverflow.com/questions/1768581/flash-vs-excanvas-vs-svg-vml3Flash vs. (Ex)Canvas vs. SVG/VMLCrimson2009-11-20T05:54:44Z2009-12-03T03:55:01Z
<p>Hi Guys,</p>
<p>If you were to design a graphics-heavy interactive web application (say a game like Mario Bros.) today, which of the three available technologies would you prefer - Flash, (Ex)Canvas or SVG/VML?</p>
<p>What parameters would you consider and how would you rate these technologies on each parameter? I can think of the following:</p>
<p>a) Speed of rendering
b) Versatility (Separate DOM support etc.)
c) Browser support (current and expected)
d) Developer Community Support</p>
http://stackoverflow.com/questions/1070707/big-problem-with-wordpress-pages-will-not-scroll-in-ie70Big problem with wordpress pages, will not scroll in IE7Daniel2009-07-01T18:44:58Z2009-12-03T03:31:12Z
<p>Ok guys, this is re-visited, Ive rescued my website from the hackers and now its virus and malware free, thank you to all who pointed me in the right direction to fix it.</p>
<p>However my first problem still remains, the page in question is <a href="http://www.whatcouldicook.com" rel="nofollow">http://www.whatcouldicook.com/wordpress</a></p>
<p>Ive removed the extra quick search at the top including the RSS feeds div so that it validates in the W3C check but still no luck, every other browser works just fine.</p>
http://stackoverflow.com/questions/1837418/blueprint-css-framework-sticky-footer-with-ie6-problem0Blueprint CSS Framework/Sticky Footer with IE6 Problemschone2009-12-03T03:20:56Z2009-12-03T03:29:28Z
<p>Hello all,</p>
<p>I'm currently using the <a href="http://www.blueprintcss.org" rel="nofollow">Blueprint CSS</a> framework setting my width to 910px along with the <a href="http://www.cssstickyfooter.com" rel="nofollow">sticky footer markup</a> by Steve Hatcher.</p>
<p>The <strong>problem</strong> I'm getting is that for some reason in only Internet Explorer 6 is that an extra padding/margin of 10px is being added on the right hand side of my #wrap class.</p>
<p>I have uploaded my test site here:</p>
<p><a href="http://prashantraju.com/test/" rel="nofollow">http://www.prashantraju.com/test</a></p>
<p>Here is a comparison of IE6 vs IE7.</p>
<p><img src="http://www.prashantraju.com/test/ie6ie7.gif" alt="comaparison"></p>
<p>As you can see there is no margin/padding on the right hand side (the red area) with IE7 but in IE6 there is an extra 10px.</p>
<p>Is there a way to fix this - or what the cause of the extra 10px is?</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1836735/font-and-line-spacing-in-different-browsers0Font and line spacing in different browsersChris2009-12-02T23:53:53Z2009-12-03T02:37:39Z
<p>Is there any reasonable way to control font spacing across all browsers such that text will line up as intended, short of absolute positioning? Take the following example from a project I'm working on:</p>
<p><img src="http://i149.photobucket.com/albums/s52/ripvannwinkler/BrowserSpacing.png" alt="alt text"></p>
<p>The first is Firefox 3.5, the second is IE 8, and the third is IE 6. The form being shown is contained within an absolutely positioned div and is laid out using ol/li elements. I have a 5px bottom margin on each list element to provide spacing, but other than that, everything is rendered inline. I'm aware that each browser renders fonts differently and this is what accounts for the creep in spacing, but it can become quite a nuissance (this particular form gave me hell) when trying to lay things out in a fixed area (for something like a modal dialog).</p>
http://stackoverflow.com/questions/1836883/how-do-i-make-it-so-that-there-is-no-ghost-when-i-drag-an-image-in-firefox1How do I make it so that there is no "Ghost" when I drag an image in Firefox?alex2009-12-03T00:29:04Z2009-12-03T00:39:35Z
<p>When you drag an image , there is a semi-transparent ghost image that follow your mouse when you hold it down.</p>
<p>Is there some way to apply CSS/JS to remoe this effect on a certain portion?</p>
http://stackoverflow.com/questions/1836699/why-is-my-text-changing-size-randomly-4Why is my text changing size randomlyRalph The Mouf2009-12-02T23:47:34Z2009-12-03T00:38:01Z
<p>A little disclaimer before I get ridiculed for not putting up code examples: I would have to put my whole site on here so there is nothing really specific except a combination of PHP,CSS,JAVESCRIPT,and XHTML that creates 70 plus pages</p>
<p>Basically I am just looking for a guess on what it could be making my text change sizes randomly. I can reload the same page and it could be the same or change</p>
<p>Any idea of what might be happening?</p>
http://stackoverflow.com/questions/1809945/first-line-text-indent-in-sifr0First line text-indent in sIFRandreeib2009-11-27T17:45:12Z2009-12-02T23:34:47Z
<p>Hi, I have a text block made whith sIFR and I want to indent the first line.</p>
<p>Look at this image to see what I want:</p>
<blockquote>
<p><code>http://alltutorials.hi2.ro/testimonial.jpg</code></p>
</blockquote>
<p>I want the word WOW to be after the big quotes.</p>
<p>I searched the sIFR documention I used text-indent but it seems it doesn't work.</p>
<p>Thank's for the help,</p>
<p>Andrei</p>
<p>Paste the link because, it does not work directly.</p>
http://stackoverflow.com/questions/1833981/html-table-row-height0HTML table row heightunknown (google)2009-12-02T16:17:01Z2009-12-02T23:20:34Z
<p>HTML & CSS Question: </p>
<p>I'm trying to confine my table row to one line only (5 mm height, 30 mm length).
But it should stay that size, even if it doesn't fit in this space (because else i get problems with the gradient background image size - looking horible).</p>
<p>How can I do that?</p>
<p>
</p>
//GRS/Standorte/G08 Zürich Schindlerstrasse/Standortdaten/Gebäudedaten/E01/Trakt 2/Sicherheitsdokumentationen/*.*
Abc
<p>
</p>
http://stackoverflow.com/questions/1836527/how-to-change-the-style-of-many-elements-together-with-jquery0How to change the style of many elements together with jQueryMirror512009-12-02T23:08:07Z2009-12-02T23:18:24Z
<p>I have one CSS style sheet like</p>
<pre><code>h1, h2, h3, h4, .contentheading, .title{
font-size: 13px ;
font-weight: normal;
font-family: Arial, Geneva, Helvetica, sans-serif ;
}
</code></pre>
<p>The tags, classes are generated by plugin so i can't add single class to it</p>
<p>so is there any way that i can change the CSS of all elements with few steps rather than going one by one.</p>
http://stackoverflow.com/questions/1836316/brighten-a-section-of-a-webpage-background0Brighten a section of a webpage backgroundCandidasa2009-12-02T22:27:44Z2009-12-02T23:17:56Z
<p>Is there any way to have a semi-transparent overlay in a webpage and will brighten the underlying content? I'm wanting to have a dynamic content in the background of a transparent overlay with one section highlighted in a brighter than the rest of the background.</p>
<p>For example, in the mock-up below there is a graph in the background, overlaid by a dark black image, which, in turn, is overlaid by a lighter color on the right.</p>
<p><img src="http://img197.imageshack.us/img197/5736/screenshot20091203at114.png" alt="alt text"></p>
<p>Is such a thing possible using either Javascript, CSS, HTML, transparent PNGs, etc.?</p>
<p>Edit: maybe there is a way to use CSS opacity to have a partially transparent black layer, overlaid by a partially transparent white layer, giving the shades of grey, as in the example image (thanks for everyone's ideas so far).</p>
http://stackoverflow.com/questions/1836459/position-a-div-outside-the-wrapper-but-on-top-of-it0Position a div outside the wrapper but on top of it...dutraveller2009-12-02T22:55:56Z2009-12-02T23:08:50Z
<p>Hi, im trying to position a div that contains a logo(the one in orange, see image) on top of the wrapper div, but a little outside of it.</p>
<p>I've tried with absolute position, but everytime i resize the browser(for example to 800x600), the wrapper div moves around...</p>
<p>Here is the code, and an image for help to understand what im trying to explain:</p>
<pre><code><style type="text/css">
#wrapper{width:958px; margin: 0 auto -47px;min-height:950px;}
#content {
background-color:#306;
width:100%;
overflow: auto;
min-height:650px;
}
#imagem{position:absolute;top:0;padding-left:200px;width:451px;height:108px;}
</style>
</head>
<body>
<div id="imagem"><img src="logo.png" /></div>
<div id="wrapper">
<div id="content">
<p>teste</p>
</div>
</div>
</body>
</code></pre>
<p><img src="http://img691.imageshack.us/img691/870/imageao.jpg" alt="alt text"></p>
<p>Thank u in advance</p>
http://stackoverflow.com/questions/1836303/check-multiple-boxes-without-scripting1Check multiple boxes without scripting?Cloutier2009-12-02T22:25:35Z2009-12-02T22:50:15Z
<p>I'm building a website where one of the main features is a nice treeview menu used to select values. If a user clicks on a checkbox that has any children in its tree, I want it to check the children of that box. With scripting this is childsplay, of course, but I'm wondering if there's any equivalent to this with pure HTML/CSS?</p>
<p>Basically I want the site to degrade well, but if the user has to select each value by hand it would be quite cumbersome. Is there any way to get this functionality without a script?</p>
<p>EDIT: I realized that, although inconvenient, I could give the non-javascript users a multi-select box that would be a little more effort, but would still get the job done. Thanks so much for all of your input! :D</p>
http://stackoverflow.com/questions/1836423/asp-net-960-gs-integrating-the-css-files-into-a-new-project0ASP.Net & 960.gs Integrating the .css files into a new project.Baxter2009-12-02T22:47:50Z2009-12-02T22:47:50Z
<p>I've got a full layout designed using 960.gs and am wanting to use it in a ASP.net website but i'm getting warnings such as: </p>
<blockquote>
<p>"Warning File 'css/Reset.css' was not
found."</p>
<p>"Warning File 'css/Text.css' was not
found."</p>
<p>"Warning File 'css/960.css' was not
found."</p>
<p>"Warning File 'css/Base.css' was not
found."</p>
</blockquote>
<p>I've tried adding a new similarly named folder to the solution explorer and 'add existing item' to add them in but it still seems to cause warnings and intelisense isn't recognising any of the 960.gs classes.</p>
<p>Is there a recommended workflow for importing all of this in?</p>
<p>I should add that it works perfectly well on the local development server and on the webspace, it's seemingly just VS that's complaining.</p>
http://stackoverflow.com/questions/1836319/this-headlink-includes-duplicated-script0$this->headLink() includes duplicated scriptterrani2009-12-02T22:28:15Z2009-12-02T22:38:42Z
<p>Hi,</p>
<p>Just like I did before, I used the following code for my new project. </p>
<pre><code><?=$this->headLink()->appendStylesheet('/Layouts/admin/css/button.css');?>
<?=$this->headLink()->appendStylesheet('/Layouts/admin/css/inputText.css');?>
<?=$this->headLink()->appendStylesheet('/Layouts/admin/css/fancyTable.class.css');?>
</code></pre>
<p>when I open the website and view source, there are duplicated css link tags.</p>
<pre><code><link href="/Layouts/admin/css/button.css" media="screen" rel="stylesheet" type="text/css" ><link href="/Layouts/admin/css/button.css" media="screen" rel="stylesheet" type="text/css" >
<link href="/Layouts/admin/css/inputText.css" media="screen" rel="stylesheet" type="text/css" ><link href="/Layouts/admin/css/button.css" media="screen" rel="stylesheet" type="text/css" >
<link href="/Layouts/admin/css/inputText.css" media="screen" rel="stylesheet" type="text/css" >
<link href="/Layouts/admin/css/fancyTable.class.css" media="screen" rel="stylesheet" type="text/css" >
<link href="/Layouts/admin/css/button.css" media="screen" rel="stylesheet" type="text/css" >
<link href="/Layouts/admin/css/inputText.css" media="screen" rel="stylesheet" type="text/css" >
<link href="/Layouts/admin/css/fancyTable.class.css" media="screen" rel="stylesheet" type="text/css" >
<link href="/Layouts/admin/css/divine.css" media="screen" rel="stylesheet" type="text/css" >
</code></pre>
<p>What is going on with my code??</p>
http://stackoverflow.com/questions/1836259/help-registering-an-event-listener-on-an-element0Help registering an event listener on an elementShashi Bhushan2009-12-02T22:18:43Z2009-12-02T22:29:54Z
<p>This is the structure of HTML. I have to add an event listener when user click on div with className "next_button". I try to add an event listener by using prototype. </p>
<pre><code><div id="horizontal_carousel2">
<div class="previous_button"></div>
<div class="container" >
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div id="spinner2" style="display: block;"><br /></div>
</div>
<div class="next_button"></div>
</div>
This is the script which executes on load.
<script type="text/javascript">
Event.observe(window, 'load', function() {
$$("#horizontal_carousel .next_button").first().observe( 'click',tezt());
});
function tezt()
{
alert("calling me");
}
</script>
The problem is "calling me" alerted as the window load completes. I am not able to figure out the problem. What i missing. I have to show alert message when user click on next button.. Thank You
</code></pre>
http://stackoverflow.com/questions/446060/css-two-divs-next-to-each-other2CSS two divs next to each otherMartijn2009-01-15T08:49:12Z2009-12-02T22:25:48Z
<p>Hi, </p>
<p>I want to put two divs next to each other. The right div is about 200px; en the div left must fill up the rest of the screen width? How can i do this?</p>
<p>I don't want to use percents because then my layout is crap :)</p>
<p>Thnx </p>
http://stackoverflow.com/questions/38998/can-i-stop-net-eating-ids12Can I stop .NET eating IDs?Wrestlevania2008-09-02T08:09:24Z2009-12-02T22:00:58Z
<p>I'm an Information Architect and JavaScript developer by trade nowadays, but recently I've been getting back into back-end coding again. And, whilst trying to get an HTML prototype integrated and working with our C#-based CMS, I've come to blows with our programmers over the HTML ID attributes being arbitrarily rewritten by .NET for form elements.</p>
<p>I can understand the code-behind reasoning for .NET changing IDs, but the fact you can no longer use IDs when trying to develop e.g. jQuery enhanced interfaces is causing some friction. What can I do to work around this?</p>
<p>I've tried using the class attribute instead, but that's really crappy, not what it's meant for and doesn't get around that problem of .NET effectively changing rendered source on the fly. It also means that CSS is less useful now and less efficient to create and maintain.</p>
<p>Any tips or advice greatly appreciated--anything for a few less sleepless nights...</p>
http://stackoverflow.com/questions/1836041/visual-studio-2005-design-mode-issue0Visual Studio 2005 Design Mode IssueGrant832009-12-02T21:46:39Z2009-12-02T21:46:39Z
<p>Hello
<br>
In visual studio 2005 i create a web site and implement css.When i run the web site everything is works correctly, no problem about css.
<br>
But when i work in design mode css doesnt implement on my page.
<br>
how can i fix this?</p>
http://stackoverflow.com/questions/1836008/cant-select-text-in-input-box-on-ie0Can't select text in input box on IEMichael2009-12-02T21:40:52Z2009-12-02T21:40:52Z
<p>I have an input box that is inside of a div, the div has a background image and the input box inside of it is positioned and limited in size / font to work nicely with the background image. In FF everything works as expected, in IE though there is a major issue. I can't select the text inside of the input box using the mouse or use short-cuts like shift-end/home, ctrl-left/right. You can move around using the mouse keys and use the delete/backspace keys to adjust the text. The HTML looks something like this:</p>
<pre><code><div class='my_container'>
<input type='text' name='my_text_input' class='my_input' />
</div>
</code></pre>
<p>Any insight would be greatly appreciated. </p>
http://stackoverflow.com/questions/1629216/how-to-implement-navigation-bars-like-here1How to implement navigation bars like here?Mask2009-10-27T07:27:23Z2009-12-02T21:15:35Z
<p>It's in fact a picture.</p>
<p>See <code>#navMain</code> in <a href="http://www.thenetcircle.com/" rel="nofollow">this page</a></p>
<p>Best in jQuery.</p>
http://stackoverflow.com/questions/1835565/wrapper-div-in-100-width-website2Wrapper DIV in 100% width website. Keiron Lowe2009-12-02T20:27:38Z2009-12-02T20:44:00Z
<p>Im creating a website where the header, footer, body are all 100% width of the page, but I need all the content to be centered of the page no matter the resolution. I've tried using a wrapper but then the header and stuff are only 100% width of the wrapper and not the page. </p>