Just thought that, if any of you do need to use tables in your design I came across this fully responsive set up which is done really elegantly:
http://codepen.io/AllThingsSmitty/pen/MyqmdM/
Hope it helps some of you
Jamie
Responsive tables - Post ID 261389
I've used one similar to that on one of my sites that has extensive html tables to return large quantities of data.
I also put a view full page link on the page. The responsive style sheet link is wrapped in an if statement.
Style sheet link.
I also put a view full page link on the page. The responsive style sheet link is wrapped in an if statement.
<a class="fontcolor" href="html_table.php?fullview=yes">Full View</a>
Style sheet link.
<?php
if(!isset($_GET['fullview'])){
?>
<link rel="stylesheet" href="css/responsive.css" />
<?php
}
?>
if(!isset($_GET['fullview'])){
?>
<link rel="stylesheet" href="css/responsive.css" />
<?php
}
?>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.