Navigation by pin map,click to pop up information - menu

I saw this page and I was amazed by the navigation. But I've just started learning CSS and I dont know how to figure this out. Can anyone help me ? Here is the link http://www.alexarts.ru/en/index.html

Related

How to find the origin of some invasive html?

I've been working on the site https://founderspledge.com/ and just noticed that if you go to the main page, and open the Chrome console to view the source, there's an element that I certainly didn't put there:
<div class="pub_300x250 pub_300x250m pub_728x90 text-ad textAd
text_ad text_ads text-ads text-ad-links" style="position: absolute;">.</div>
It also doesn't show up when I run the site's code in localhost, or when I load the page source separately using Chrome's 'View Source' option.
I Googled the div's class list, and the top few hits were from anti-ad blocker software (eg https://github.com/sitexw/FuckAdBlock), which doesn't seem malign, but doesn't explain why it would be on this site.
So
1) How can I get rid of this element?
2) How might it have got there?
3) Does it imply there's a hole in the site's security?
UPDATE: Facebook have acknowledged this as a bug: https://developers.facebook.com/bugs/336662116810282/?hc_location=ufi
I'm so glad to find this issue - have been tearing my hair out to work out the same exact thing! I found it's coming from fbevents.js (https://connect.facebook.net/en_US/fbevents.js) version 2.8.7 - you can clearly see the code that adds the div in. It seems like this is something that has happened very recently? But likewise, I couldn't find anything other than references to anti adblocking scripts which had me concerned!

Need helpeople with website design

I am newish to coding websites, I've done it before but I want to start getting more advanced. And I need some help, I am attempting to make a website that looks like this:
http://imgur.com/ALdNXbH
Ihave the logo and can do any gfx.
Ok let me give a summery, I want to have the navigation bar around the logo likeep shown, and the quick news could be a feed from a forum or something and I would like to have the navigation bar on all pages not including forum.
I am not asking for you to code it for me but simply just help and general tips.
Thank you very much for reading,
Nick
You should have the navigation at the head of every web page. Think of your users!

Can I use .htaccess for redirects?

I am using coppermine gallery, the only suggestion so far, on their help forum, was to inquire with stackoverflow. Problem - when you click on one of the Categories on main page It goes to "No image to Display". I would like it to go to something like "You must be logged in to view these pages" or something like that. The coppermine forum suggested maybe redirects in an .htaccess file? Is that the best way? I think the easiest way to explain is this: When you Click on Coudy here:http://stalag13000.net/Gallery/index.php it goes to "No image to display" but I would like it to at least go to here:http://stalag13000.net/Gallery/login.php?referer=index.php%3Fcat%3D2
I did see some posts on .htaccess but I am far from knowing if any of that could or would apply to my scenario,
Thanks for any help or direction,
yamiacaveman
If you are going to display info only to people who are logged in, you would check in the
$_ SESSION
variable to see if they are logged in or not. If they are not, you would then direct them with php to the login page.
header('Location: /login.php');
header location with php
I like Ollie Ford's suggestion. You could open a modal over the current screen, ask for them to login there and then, on success, you could thank them, close the modal, and show the content on the page.

masonry images loaded not working

Dear community im using the masonry script on this site: http://www.hoeckernetworks.impulsfaktor.abcde.biz/
I was searching for an option to fix the picture loading problem and i found imagesLoaded. I try to get it to work, but it wont do its job. I am not a great javascript programmer and tryed it with the example code. Maybe someone has a hint for me. Just to inform: i use masonry working with html. If its needed i can send my source but i think one can see it on the site.
regards an already thanks for any help

Embedded Google Earth Plug-Ins no longer working

I really hope someone can help me. I just noticed that none of my website's Google Earth embedded plug-in's work anymore (in Safari, Chrome or Firefox)  All you can see now is blank space and small text that says "Information is temporarily unavailable."
I have no idea why they would no longer be working.  Nothing has changed whatsoever.
Example here: http://www.grandcanyonvirtualtour.com/_tours/phantom_ranch.html
Any suggestions greatly appreciated!!
Please note, I am not a coder -- I am a photographer who is learning how to integrate photographs into maps, so I apologize if any questions are elementary.
Thanks,
Sara
I am on a MacBook Pro 2.4 GHz Intel Core i7; OS 10.7.4
According to the generated code here, your embedded Google Earth gadget should be in a script element, e.g.:
<script src="//www.gmodules.com/ig/ifr?url=http://dl.google.com/developers/maps/embedkmlgadget.xml&up_kml_url=http%3A%2F%2Fwww.grandcanyonvirtualtour.com%2F_kml%2Fgrand_canyon_fly_thru_tour.kmz&up_view_mode=earth&up_earth_2d_fallback=0&up_earth_fly_from_space=1&up_earth_show_nav_controls=1&up_earth_show_buildings=1&up_earth_show_terrain=1&up_earth_show_roads=1&up_earth_show_borders=1&up_earth_sphere=earth&up_maps_zoom_out=0&up_maps_default_type=map&synd=open&w=500&h=400&title=Embedded+KML+Viewer&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
However, looking at the website you've linked to, the gadget URL is inside an iframe, e.g.:
<iframe src="http://www.gmodules.com/..."
Maybe this is your problem?

Resources