drotar
-
is it possible to program a media query to send you to another web page?
thank you, i'll definitely give it a test. d
-
looking for the mquery @import url for the iphone5 landscape mode
thanks for a noble try, doesn't work however. their has to be some documentation for this. doesn't even exist on the apple site
-
@import ipad only landscape mquery conflicting with desktop mquery
fixed it. secret is that you need to resize the desktop 1 pixel larger(1025) then the min iPad (1024) than place each query in the correct order. correct code attached below: /* phone-landscape */ @import url("phone-landscape.css") only s…
-
@import ipad only landscape mquery conflicting with desktop mquery
i mean when i play it johnbehring.tv the iPad landscape mode should have a red box underneath the invalid license box. on the desktop mode that same box should be clear. what i have now is the red box showing up on both the landscape and desktop mod…
-
image link showing up locally but once it is put on the server, no go...
it wasn't working because there were svg's involved. switched them out with pngs and it works fine. thanks everyone! it only took me 4 hours.
-
using galleria for a full page background image fade in, fade out BUT...........
really, very interesting. i thought maybe but. i'll try putting all dark photos and see if i can recreate it. thank you p for taking the time.
-
using galleria for a full page background image fade in, fade out BUT...........
so sorry, p the link is http://www.johnbehring.tv/test3/
-
turning off a div in fluid grid tablet mode turns it off on desktop mode and phone mode as well
alen, you are my newest, best friend. thank you so much. i wasn't looking, seeing the forest through the trees sort of thing. thanks again!
-
trying to get an adobe edge responsive design that works...little help
even better, the link to fixing it. http://stackoverflow.com/questions/9432029/setting-element-height-in-responsive-layout thanks again, P, for the advice on getting rid of the scrollbars.
-
trying to get an adobe edge responsive design that works...little help
this is the answer: markup : content css: .obj-wrapper { position:relative; width:50%; padding-bottom:40%; height:0; overflow:hidden; } .content { position:absolute; width:100%; height:100%; background:red; }
-
trying to get an adobe edge responsive design that works...little help
elijahF, thanks for the excellent try but no go. i have been wrestling with this for two days. Arhhhgggghhhhhh! d
-
trying to get an adobe edge responsive design that works...little help
thanks paulie_d for the scroll but still trying to figure out the edge
-
responsive body background photo
found it. css in the body tag is this: background-size: cover; THANK YOU AGAIN FOR TRYING TO HELP ME OUT. DROTAR
-
little help
it is a safari bug, it works perfectly with all the other browsers. I had to convert the .topNav bar into a div id#
-
font squirrel a little help
you are my new best-est friend. the people from fontsquirrel gave me that other code. i've wasted 2 full days trying to figure this out and i was ready to tear my hair out. thank you so much. now on to the next problem. drotar http://www.drota…