-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grid examples not working #87
Comments
I looked at your site and the less files are not being loaded correctly.
Other than that:
|
Hello, Thankyou for your reply. OK it's working now. I added the mime type '.less' setting it to 'text/less' in IIS. If you don't mind, I have a couple of questions, if you don't have time I understand. How can this work in older browsers if you use html5 tags? Do I just replace the article and section tags with div? Is there anymore information on how to configure layouts, I could only find the examples given on the main page of http://semantic.gs/. I've tried to add another column, but it doesn't work, html and css below. Steve Not being a css wizz, I could certainly do with more tutorial examples, for example I tried to add another column, but it doesn't work: In the responsive HTML:
In the CSS// header #maincolumn { @media screen and (max-width: 740px) { |
It seems you have a extra comma after your rule: "#sidebar", it invalidates the next rule. Date: Thu, 14 Mar 2013 08:05:02 -0700 Hello, Thankyou for your reply. OK it's working now. I added the mime type '.less' setting it to 'text/less' in IIS. If you don't mind, I have a couple of questions, if you don't have time I understand. How can this work in older browsers if you use html5 tags? Do I just replace the article and section tags with div? Is there anymore information on how to configure layouts, I could only find the examples given on the main page of http://semantic.gs/. I've tried to add another column, but it doesn't work, html and css below. Steve Not being a css wizz, I could certainly do with more tutorial examples, for example I tried to add another column, but it doesn't work: In the responsive HTML: The Semantic Grid SystemMainSidebarSidebar 1In the CSS // header header#top {
} #maincolumn {
} #sidebar {
} #sidebar1 {
} @media screen and (max-width: 740px) {
} — |
OK thankyou! |
Glad to be of help Date: Thu, 14 Mar 2013 13:31:54 -0700 OK thankyou! — |
Hello,
I've just downloaded the css grid system from http://semantic.gs/
I then simply unzipped the files and tried accessing the examples via my browser, but they don't work as expected. i.e. Sidebar is under Main in each example.
I put them on my web server so you can see what I mean:
http://www.netmonics.co.uk/semanticgrid/examples/responsive/responsive.html
So is there something else I need to do?
I'm sorry if I've missed something.
Steve
The text was updated successfully, but these errors were encountered: