Ixolite
-
IE10 mobile/touch :hover navigation problem
Thanks for the quick reply. I'm afraid I will end up JavaScripting this (just like fixing oh so many other issues for IE sigh) just like you're suggesting. I do like the :hover dropdowns very much though since they are so elegant and comp…
-
WordPress - Creating hierarchy between separate custom post types
OK, I figured it out - bad case of brain fart I guess. It was as simple as creating a query to display 'book' custom post based on the meta key value from the 'chapter': $parent_name = get_post_meta($post->ID, 'ecpt_chap…
-
Using mediaqueries to create both fixed and fluid layout
Thanks - that looks like a good approach in your case. However I'm going to have many more elements on the page and more complex layout. I think it will be better for me to have whole mediaquery blocks, grouping elements that will have to work …
-
Using mediaqueries to create both fixed and fluid layout
I was thinking about maintainability - it's hard for me to judge how large part of the stylesheet will have to be unique for each mediaquery. Ideally I'd like to have a 'core' style rules common for all screen sizes (I imagine co…