#so to view the website on netscape I need to downgrade to http://
Explore tagged Tumblr posts
Text
(ceatide.lgbt)
Updating my website design, because my previous (also half-finished) design was overly reliant on modern features like flexbox, and I want it to support old browsers (including hopefully netscape).
You can pretty much see what still needs to be updated haha; all the turquoise-ish colours are from the old design:
Using flexbox, CSS grid, semantic elements, and other HTML5/CSS3 tags/properties, is fine as long as you have a fallback for when it is not supported (and the old browser doesn't crash, cough cough), but the old layout didn't have a graceful fallback that could be implemented.
The hard part is making it responsive, but I am doing my best with the progressive enhancement principle
#back to using good ol' float:left/right :>#also interesting: old browsers like netscape (not sure about IE) don't support modern encryption methods#so while netscape did support https://; they don't support the modern https://#so to view the website on netscape I need to downgrade to http://#not that it matters much for a static website; except that some people (me included) have their browser in https-only mode#maybe i can configure github pages to load the website on https#and then on a subdomain on http#but i am not sure if that is possible with GH pages#cyana.txt
2 notes
·
View notes