CSS Troubleshooting
CSS Troubleshooting
|
|
---|---|
Posted 2022-01-25 15:14:27
So I'm designing my CSS for my page here and just generally screwing around with it. Here are my issues. 1. The odd(?) wolf tabs down in the main page, where they're called New Befriended Wolf, aren't responding to color commands. Any tips? 2. Neither is the chat box or the pack leader header 3. Code for making some buttons (namely den & profile, or others) images? 4. The featured wolf image was given the same code to round off the edges on the main wolf, which worked on the sidebar but not on the main table. I also can't get rid of that border. What's gone wrong? 5. Please don't pay attention to my pack name it's horrid and idk how to change it yet LMAO |
DandyTheGhost #29275 |
Posted 2022-01-26 13:14:14
.table-striped tbody tr:nth-of-type(2n+1) { 2. Pack leader header falls under the .table th selector and the chat box pinned is #chatMessagePinned.s-chat-message__pinned 3. I'm not sure what you mean by this. 4. Not sure what border is there, but I don't have a featured wolf so maybe that's why. :') I assume you mean like that... teardrop... sort of shape? It looks like you have two .featured-wolf selectors, one which changes the border radius and the other which does, so that's probably where you're having problems. |
fireflii #757 |
Posted 2022-01-26 21:45:55
|
DandyTheGhost #29275 |
Posted 2022-01-26 21:57:21
|
DandyTheGhost #29275 |