Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Root826025yWhy is this difficult?
Floating divs should be enough.
Or inline with pos:rel on a few of them.
Or pos:abs if you want to get super anal.
Js could shorten the filesize somewhat, but positioning is still the most difficult part. -
C0D4681385y// Let x = ["list", "of", "elm"]
// a whole bunch of css
<!-- and a bunch of divs -->
🤷♂️ -
@Root I only say that because 3 hrs prior OP posted https://devrant.com/rants/2206073/...
-
When I first posted something in devRant I saw a pop-up telling me something very important, it said:
THIS IS NOT STACK OVERFLOW.
ffs
I want to make a webpage that in it is the periodic table of elements but using html itself would make the code very long, I would like to use javascript loops but I don't know how. Any advice or tips? The code given would be much appreciated
question