Dolke Posted September 18, 2013 Share Posted September 18, 2013 (edited) Hi can someone tell me where can I find this CSS class >>> hotinfo_top Which file? Thanks Dean Edited September 18, 2013 by Dolke (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 18, 2013 Share Posted September 18, 2013 you're using module hotinfo from my website? Link to comment Share on other sites More sharing options...
Dolke Posted September 18, 2013 Author Share Posted September 18, 2013 I do, but I need to modify this because another module and that is offer-chat module.When hotinfo module is enabled and stripe with the info is displayed offer-chat module is not visible. I need to make it "on top" or above the hotinfo stripe. Currently I have hotinfo disabled and you can see the offer-chat module on the bottom right > www.dekom.co.rs I got suggestion from their developers to edit this class and put the following: z-index: 2; Ohh, this is css class of your module Vekia Link to comment Share on other sites More sharing options...
vekia Posted September 18, 2013 Share Posted September 18, 2013 /modules/hotinfo/css/hotinfo.css Link to comment Share on other sites More sharing options...
Dolke Posted September 18, 2013 Author Share Posted September 18, 2013 Thank you. It seems this code doesn't work... Any suggestion? Link to comment Share on other sites More sharing options...
vekia Posted September 18, 2013 Share Posted September 18, 2013 ohh :/ can you for test purposes turn on this module? and turn on right click? it's blocked probably EDIT: it is active, but now: only right click Link to comment Share on other sites More sharing options...
Dolke Posted September 18, 2013 Author Share Posted September 18, 2013 I enabled right click.btw, this is the content of the hotinfo.css atm: .hotinfo_top {position:fixed; bottom:0px; height:50px; width:100%; z-index:999999999999999999; background:#FFF; border-top:1px solid #000;} .hotinfo_top table {height:50px; border-collapse:collapse;} .hotinfo_top table p {padding-bottom:0px; z-index: 2; } I added z-index: 2; but it doesnt work... Link to comment Share on other sites More sharing options...
vekia Posted September 18, 2013 Share Posted September 18, 2013 change z-index to 2 in: .hotinfo_top {position:fixed; bottom:0px; height:50px; width:100%; z-index:999999999999999999; background:#FFF; border-top:1px solid #000;} Link to comment Share on other sites More sharing options...
Dolke Posted September 18, 2013 Author Share Posted September 18, 2013 I edited the wrong object xDIts working like a charm now.Great.Thank you Vekia. Btw, this hotinfo module is a great piece of code!Keep up!Dean Link to comment Share on other sites More sharing options...
vekia Posted September 18, 2013 Share Posted September 18, 2013 glad to hear that you like it btw. first version of this module was released in 2009, i totally forgot about it until... march 2013 ohh dear long time ago! Link to comment Share on other sites More sharing options...
Dolke Posted September 18, 2013 Author Share Posted September 18, 2013 Well its working great for an oldtimer Link to comment Share on other sites More sharing options...
Recommended Posts