- This topic is empty.
-
AuthorPosts
-
December 2, 2010 at 2:56 pm #30874
Attila Hajzer
Participanthow do you set up a website with grid structure?
like sure i know how to do the photoshop mockup. but to actuially implement it, i dont know how, i think thats the real reason im havingproblems with my site.
http://attilahajzer.pcriot.com/
because everything is being floated. instead of grid like (im assuming) this website.
anyone wanna help me out on this one?
December 2, 2010 at 8:14 pm #71292ozee
MemberA grid typically will have a set width for a website, and then columns that include margins built into them. you can apply the grid like so:
What this does is create a generic “content” and “sidebar”. A grid the width of 8 columns, another the width of 12, and a total of 12 columns wide. This markup is based on http://960.gs/ by Nathan Smith, I recommend checking it out. It can help a lot if you are in a hurry!December 2, 2010 at 10:07 pm #71245ozee
MemberI would assume so, I am by all means no wordpress pro though, I have barely touched any kind of CMS, most of the sites I design have no need for it. But I have more recently started to look into it. But it is more about setting up the css with the grid markup and then using those selectors in your normal code to align it the way you want it to. Again, I am not very savvy with WordPress, that could be a different beast entirely.
December 2, 2010 at 11:34 pm #71246TheDoc
MemberDon’t think about WordPress as an obstacle. I recommend everyone develop HTML Templates that are fully functional and tested before converting them over to WordPress Templates.
If you can do it in a static site, you can do it in WordPress.
December 3, 2010 at 12:50 am #71248ozee
MemberHave you tried using an updated Google API instead? I see that you are using the 1.3 library, a more current and stable version is 1.4.4 or 1.4 if you prefer not to use that cache.
December 3, 2010 at 1:24 am #71250December 3, 2010 at 8:00 pm #71055ozee
MemberNot that I know of, those are the two best ways. And images inside of a div would be the alternative old way of doing this for IE and older browsers. I would continue trying, it should work in wordpress if it can work in HTML, just a different way of marking it up.
December 3, 2010 at 8:03 pm #71038TheDoc
MemberKeep using the border-radius. No point in overloading the site with JS or images to make rounded corners work. Some users that choose to use older versions of IE will see squared corners, such is life.
December 3, 2010 at 8:07 pm #71040ozee
MemberI agree with doc, not everything has to look the same in every single browser. If they choose not to update to a more modern browser, so be it.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.