hero
-
Mobile Device Trick
Could you please explain. I am not aware of another way with css to hide certain elements from a page based on resolution? I would hate to use Jquery for something simple like this.
-
Calling all Layout Experts. Need suggestions
I think it comes down to need. I have a division that has hundreds of pages. Most pages uniquely display content differently. They are setup like a magazine and have different gutters, child columns, etc. Most sites only use up to four columns, bu…
-
Calling all Layout Experts. Need suggestions
There are some good benefits of grid systems, but that debate is as old as fluid verse fixed layouts or the equivalent of talking about politics or religion in a bar. I'm seeing a growing trend of people using them. W3C is proposing one in …
-
Internet Explorer Won't Display Our Site Correctly
Solution to compatibility problem. Browser Reset: http://meyerweb.com/eric/tools/css/reset/ Also - IE8 does not fully support CSS3. It only supports some of the selectors - IE9 beta uses a different box model. I havent seen your site but beware …
-
Some direction for my web layout please
First, if you are experiencing differences in the look between browsers, do a browser reset. I am not sure 960px is as popular as it once was. Supperman is right with suggesting 1024px.
-
Calling all Layout Experts. Need suggestions
Quick note: Can't seem to get child columns to display properly. Am I missing something?
-
JQuery Not Working in IE8
From looking at it I cant really tell :(
-
JQuery Not Working in IE8
If its not running it usually means either you forgot to include the jquery library or are missing a bracket. See if you can execute the code in parts. Take all of it out and slowly put the blocks back in to see where the problem is.