Posts by Giovana Santos • 91 points
4 posts
-
3
votes1
answer63
viewsQ: Blogger migration to domain does not load
I have a blog on blogger with., bought a domain and is already set (pointed), but look what is happening. Website WITHOUT domain: Website WITH domain: Could someone explain to me what’s going on and…
-
1
votes2
answers715
viewsQ: Get information from the url
Hello, I would like to know how I can get information through a URL, like this below: http://www.meusite.com/?primeiro=11111&segundo=222222&terceiro=3333333333 I wanted to get the…
-
2
votes1
answer1065
viewsQ: How to make a responsive list in CSS
Hi, I was wondering if anyone here knows how I do to leave a responsive list, I’ll explain, see image: Here’s what’s in the image will appear to all monitors, regardless of their resolution, as I…
-
3
votes1
answer1245
viewsQ: How do I check if an iframe has fully loaded
So I’m producing a site where I’m using iframes with other sites within it, see the image below: Code: <iframe width="100%" height="747px" src="www.site.com" id="iPrincipal" scrolling='no'…