Roughnite
-
Sidebar isn't flush with main content
if your 3 divs are inside a container div, i would recommend trying to "stick" the divs to the top and bottom of the container div for example: content content content css: #box1 { left: 0px; top: 0px; bottom: 0px; } #box2 { top…
-
CSS to style "jump to" links differently than other links?
.jumpto {text-decoration: none;} Leeroy Jenkinds should do the trick
-
Help with sidebar height
try this: #sidebar { width: 241px; min-height: 690px; background: #000000 url(images/sidebarbg.jpg) no-repeat top; float: left; border-bottom: #000000 solid 5px; border-left: #000000 solid 5px; left: 0px; top: 0px; bottom: 0px; } sinc…
-
CSS Dropdown span messing up link
got it, i just added the span before the text instead of around it so that it still moves it over but doesnt effect the font weight .dropdown-indent { margin-left:-20px; } general contracting, construction management owner's representative …
-
CSS Dropdown span messing up link
tried that, it makes it lighter than the rest of the nav and throws off the margin
-
Desperately need layout help
i think what you are looking for is the "sticky footer" technique: http://matthewjamestaylor.com/blog/keep ... f-the-page basically you make your main content div have a bottom negative margin, and then make your footer div the same heig…
-
Constructive Critisism Please
not bad, looks pretty clean and to the point. only thing i dont really like are the headers, but thats just because i hate using images instead of text :D. if you're interested in making it a text header with a custom font check out sIFR or FLI…
-
Flash tuts
http://www.gotoandlearn.com/ has some really awesome detailed tutorials, i used to use them all the time before i switched over to html
-
Loading Posts into custom page
im pretty sure simplepie plugin should do what you want, it lets you post everything from a specific category into a static page