That office chair can definitely be optimized.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#2
Prefabs / Re: Brickist Furniture Pack 2 [Tables]
September 12, 2024, 01:29:26 PM
That table looks so terrible and bulky, I mean you have all these beautiful looking tables then you have....that...
#3
Prefabs / Re: Brickist Furniture Pack 3 [Cabinets, Shelves, and Counters]
September 12, 2024, 01:28:27 PM
You should put these into a zip folder to save bandwidth.
#4
Coding Help / Re: How to fix my ad code
September 12, 2024, 12:40:54 PM
This isn't fixed, it's off-centered. It looks horrible.
#5
General Discussion / Re: Your ad is messed up
July 12, 2024, 10:00:36 PM
Try this then
Code Select
<a href="#" class="hover-img">
<img src="static-image.png" alt="Static Image" class="static">
<img src="animated-image.gif" alt="Animated Image" class="animated" style="opacity:0;">
</a>
Code Select
.hover-img .animated {
transition: opacity 0.5s ease-in-out;
}
.hover-img:hover .static {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.hover-img:hover .animated {
opacity: 1;
transition: opacity 0.5s ease-in-out;
}
#6
General Discussion / Re: Your ad is messed up
July 12, 2024, 09:54:43 PMQuote from: MoonWolf63 on July 12, 2024, 09:51:34 PMQuote from: Heidi on June 02, 2024, 11:17:23 PMWolf, your hover effect is a joke. Instead of showing the GIF beside the image, you should swap the image with the GIF on hover. Here's how you can fix it:
Use this for the HTMLCode Select<a href="#" class="hover-img">
<img src="static-image.png" alt="Static Image" class="static">
<img src="animated-image.gif" alt="Animated Image" class="animated" style="display:none;">
</a>Code Select.hover-img:hover .static {
display: none;
}
.hover-img:hover .animated {
display: inline;
}
What kind of glitchiness?
I tried this but it just caused a bunch of glitchiness
#7
General Discussion / Re: Your ad is messed up
June 02, 2024, 11:17:23 PM
Wolf, your hover effect is a joke. Instead of showing the GIF beside the image, you should swap the image with the GIF on hover. Here's how you can fix it:
Use this for the HTML
Use this for the HTML
Code Select
<a href="#" class="hover-img">
<img src="static-image.png" alt="Static Image" class="static">
<img src="animated-image.gif" alt="Animated Image" class="animated" style="display:none;">
</a>
Code Select
.hover-img:hover .static {
display: none;
}
.hover-img:hover .animated {
display: inline;
}
#8
Gallery / Re: Wolf's Grocery Store
August 23, 2023, 08:44:23 PM
It's decent but there's a lot of empty space. Also is that fountain soda? Those usually aren't in grocery stores.
#12
Gallery / Re: [Blockland] My house in our city rpg
June 26, 2023, 10:55:54 PM
It's very...unfinished.
#13
Servers scripts / [Read before posting] New Rule
June 21, 2023, 01:22:40 AM
Ok so a new rule, if you're posting something here, add more context to it, don't just provide a few commands and boom. A recent example is where a user just provided 2 commands and nothing else. Do not do this, please specify some kind of installation instructions, what are some requirements, what needs to be installed, and other general shit.
#15
Memes / Re: Very good insult
February 01, 2023, 07:44:35 AM
This is such a long and sophisticated roast, I love it!
