I am looking for some advice on how to create a float on my site for a seal like the google one on this site www.physioroom.com Is there any codes out there at present that can float a seal, float and image at the bottom right / left or float a piece of code. If so any advice or the code would be awesome.
You can just put a div and set the position to absolute. If you want to float it inside an element just put the encompassing element to position:relative; and the div inside will absolute position relative to the parent. <head> <style> .my-floating-div { /* Top left corner */ position:absolute; top:0; left:0; } </style> </head> <body> <div class"my-floating-div">My floating div!</div> </body> Code (markup):
... While I'm sitting here going "what Google seal?!?" -- I'm not seeing anything on that site that seems in any way, shape or form related to your question... NOT that I'd suggest taking any design advice from that inaccessible train wreck of a site, given it's a laundry list of how NOT to build one.
In other words, how can you add a fake seal to your website to fraudulently inspire consumer trust, without going through the process of being a Google Trusted Store, getting an EV SSL certificate, etc.?
What bloody seal? I can't see anything Google related on that site at all. Ah, what the fuck, just read @deathshadow s comment