Questions tagged [google-web-designer]

A free, professional-grade HTML5 authoring tool from Google. Build interactive, animated HTML5 creative, no coding necessary. Used for creating ad banners too.

Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.

Features

Google Web Designer gives you the power to create beautiful, engaging HTML5 content. Use animation and interactive elements to bring your creative vision to life, and enjoy seamless integration with other Google products, like Google Drive, DoubleClick Studio, and AdWords.

143 questions
0
votes
1 answer

Mobile Responsiveness with Google Web Designer

So I used Google Web Designer for my site (*) and while I was able to make the entire site responsive, the animation in my header works great only on my desktop (which is where I designed the animation) - unfortunately GWD does not allow for any…
-1
votes
1 answer

See beyond grayscale/saturation using CSS or Javascript/jQuery

Summary of what I'm trying to achieve: I want to make my entire website in grayscale or saturation 0 and a div which follows the cursor to display the colors under that "mask" or div which acts like a mask. I tried different approaches for this but…
-1
votes
1 answer

HTML PAGE LINKING N

So i am working on creating my website from the scratch and i will like the users of my website to verify themselves by logging in. I have a different html script for the log in page. I will like the verify button on the prompt page to be linked to…
Jarvis
  • 9
  • 1
-1
votes
2 answers

How to Make the Table like the Given Design in the Image?

.table.bw-pedigree { width: 100%; min-width: 960px; margin: 0; padding: 0; height: 450px; } .table.bw-pedigree.bw-pedigree-mobile td, .table.bw-pedigree.bw-pedigree-mobile th { width: auto; } .table.bw-pedigree.bw-pedigree-mobile td…
-1
votes
1 answer

How to display footer.html at the index.html?

I am new programmer and I follow the project created by others. The programmer writes < footer>< /footer> at the index.html. Then the footer.html has been shown at the index.html. I have no idea how can he do that. For more information, the project…
-1
votes
1 answer

HTML5 Banner with google web designer don't show click count on revive server

I have created an HTML5 Banner with google web designer tool, the banner is uploaded and showin on my website but when i click on it the revive-adserver don't count any clicks. I have also added the configuration for an exit on the tap area, so i'm…
Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
-1
votes
1 answer

Hovering over a particular text and display an image in CSS

I am trying to design a menu for my web page. To create a responsive menu I need some properties to get interact on basic logic. For e.g. There are Four texts on the left [Which are hoverable] and when hovering on them an image to be shown on the…
-1
votes
1 answer

I am trying add a background image in css, but I'm getting the following error

Failed to compile. ERROR : ./src/app/shopping-list/shopping-edit/shopping-edit.component.css Module Error (from ./node_modules/postcss-loader/src/index.js): (Emitted value instead of an instance of Error) CssSyntaxError: …
user13031465
-1
votes
1 answer

how to set image using css ( background-image property)?

I need to know how to set background image in CSS using background-image property. The image cannot show in the browser. i don not know what is the reason but my file image path is from the desktop but i should use ../ use to set but it nothing will…
-1
votes
1 answer

How to make div bottom

I dont know how to name this topic properly. When i set position:absolute; to the div,and set bottom:0; my div content goes to end of the page I want to know how to make that div go to the end of the div In which it is located.
-1
votes
1 answer

Get GPS coordinates of location

I have tried out Google API for maps in my project. Now I need to fetch GPS coordinates of location selected by user for storing it in Mysql.