lovegal129 Posted August 24, 2013 Share Posted August 24, 2013 Hi! I have joined this forum in hopes of getting help with my userlookup coding problems. I have been working on a lookup for a while now and am nearing completion. However, when I turn adblock on the modules are all misplaced, but with it off the lookup looks fine! I've noticed with other userlookups that when adblock is on the layout displays differently/incorrectly as well. Why is this? My adblock is up to date as far as I know. How can I code the modules to look normal both with and without adblock? I have absolute positioning. Also I have two textboxes both in simple div layers with just a div id and the name and closing tag and with css I positioned them and one of them looks and works fine, but the other one will not scroll even though the scrollbar is viewable. Can anyone help me? Thank you! This topic has been edited by a member of staff (Anime).The topic was posted in the wrong area.Please check your user inbox to see if you have been contacted regarding this topic.Per the reason above, this topic has been MOVED from Graphics Help to Computers & Programming. Quote Link to comment Share on other sites More sharing options...
Xepha Posted August 24, 2013 Share Posted August 24, 2013 Hi there, it would be much easier to help you if we were able to see the code (either paste it here or link us to your profile so we can view the source.) My guess is that you used the position attribute in your code, which calculates from top-left corner of the page. When an element is blocked, it still loads prior to that. Therefore, all the calculs you did to position the module are off by the amount of pixels ads were taking. For more accurate results, try to use the margin attributes to position your modules. The scroll boxes, I'd have to see them to see what's wrong with it. Quote Link to comment Share on other sites More sharing options...
lovegal129 Posted August 25, 2013 Author Share Posted August 25, 2013 Thank you so much for answering! I actually did figure out how to make the bar scroll, I put it on top of the elements near it by adding a z-index into the code. Now I am just having trouble with the adblock. When it is off everything is fine, but when it is on the layout is messed up and everything is out of position and I am worried it will show that way for others who use adblock as well. There is no way I know of to code it so that it will look good both with and without adblock. Thank you again so much for your answer, I wasn't expecting an answer so soon the next day. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.