Problem with default position: absolute

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
User avatar
a1vstudio
Posts: 4
Joined: Fri Dec 16, 2022 1:13 pm

Hey,

Is there a chance to set all skin elements to position relative?
I'd like to use for example grid or flexbox when I have to create a responsive menu for our client

Best Regards,
Kamil
Best Regards,

-
Kamil Kuklewski
UI Developer
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

Hi Kamil,

Do you mean something like this?

https://p2vr.s3.ap-southeast-2.amazonaw ... index.html

tutorial-5.png
tutorial-5.png (505.6 KiB) Viewed 967 times

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
Idocio
Posts: 52
Joined: Wed Apr 15, 2020 9:26 pm

Very interesting Tony.
How do you do it?
User avatar
a1vstudio
Posts: 4
Joined: Fri Dec 16, 2022 1:13 pm

Tony wrote: Sun Dec 18, 2022 12:32 am Hi Kamil,

Do you mean something like this?

https://p2vr.s3.ap-southeast-2.amazonaw ... index.html


tutorial-5.png


Tony
Unfortunately not really, you still have an absolute value for each item :P

I think I will just create in stylesheet class .relative which will have a declaration

Code: Select all

left: 0 !important;
top: 0 !important;
position: relative !important;
and then I will set this as an class name manually to each SVG imported object.
Best Regards,

-
Kamil Kuklewski
UI Developer
Post Reply