(no title)
rdrd
|
8 months ago
I remember working for a client who needed to support IE6 (with all the insane bugs/quirks/limitations) and I’d despair every time the designers would hand over a Photoshop design with rounded corners. They also needed it to be responsive (at the time mostly just different desktop sizes). Would usually require cutting the corners out and positioning them in table cells. There’s a certain amount of dev resilience you build having to do stuff like that by hand!
mrweasel|8 months ago
For those who doesn't know the ASP.NET update panel was basically HTMX before HTMX. The browser would do a background request and replace the content of the update panel with the html returned by the background request. Normally you'd just use if for a form submit, e.g. like a comment box. The user puts in their comment, the backend return all the comments, including the new one and the browser replace the current list of comments with the new one. We essentially put the entire site in to the update panel.
layer8|8 months ago
rdrd|8 months ago
https://code.google.com/archive/p/universal-ie6-css/
unknown|8 months ago
[deleted]
andirk|8 months ago
https://www.htmlgoodies.com/css/how-to-create-sliding-doors-...
SoftTalker|8 months ago
davidmurdoch|8 months ago