Abdul Ahad⚡
Abdul Ahad⚡
Explore posts from servers
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 10/8/2024 in #front-end
How would you approach this button?
You guys are just awesome. Thank you so much everyone
29 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 10/8/2024 in #front-end
How would you approach this button?
I havan't seen it anywhere actually
29 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 10/8/2024 in #front-end
How would you approach this button?
I'm using background Image but It's not responsive.
29 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 10/8/2024 in #front-end
How would you approach this button?
No description
29 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 9/21/2024 in #front-end
How to approach the text highlight with a vector.
got it, thank you so much
8 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 9/21/2024 in #front-end
How to approach the text highlight with a vector.
8 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 9/21/2024 in #front-end
How to approach the text highlight with a vector.
Yeah that's the thing. I'm currently using as background but wrapping gets tricky
8 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 9/7/2024 in #front-end
How do I make background transparent for only specific parts
Linear gradients
12 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 9/7/2024 in #front-end
How do I make background transparent for only specific parts
The mask
12 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 9/7/2024 in #front-end
How do I make background transparent for only specific parts
@jsnkuhn @jsnkuhn Thanks a lot. How are you guys getting those values
12 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 4/29/2024 in #front-end
Filling Input field using js
window.addEventListener('load', function() {
const iframe = document.querySelector('iframe[src*="hubspot"]');
if (iframe) {
iframe.addEventListener('load', function() {
const iframeDocument = iframe.contentDocument || iframe.contentWindow.document;
const inputField = iframeDocument.querySelector('.hs_last_visited_url_before_demo input');
if (inputField) {
const url = "theurl.com";
inputField.value = url;
}
});
}
});
window.addEventListener('load', function() {
const iframe = document.querySelector('iframe[src*="hubspot"]');
if (iframe) {
iframe.addEventListener('load', function() {
const iframeDocument = iframe.contentDocument || iframe.contentWindow.document;
const inputField = iframeDocument.querySelector('.hs_last_visited_url_before_demo input');
if (inputField) {
const url = "theurl.com";
inputField.value = url;
}
});
}
});
tried using contentDocument, still not able to get it, maybe due to the crossorigin policy then. any other way I can try?
9 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 4/27/2024 in #front-end
Overflow Issue
Okay, I'll deploy it and post it again
6 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 4/27/2024 in #front-end
Overflow Issue
I've used port forwording from github
6 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 3/24/2024 in #front-end
Responsiveness query
Damnn, got it. Thank you so much, you are the best.
5 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 3/24/2024 in #front-end
Responsiveness query
Tried this, when the padding of the second section is less, the box is overflowing into the next section as it's absolute. This is hero section for all the pages(like 40+), to fix it I'm adjusting padding bottom for . section-hero individually. Any other approach when I can do it once and it'll be good to use in all the places?
5 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 2/12/2024 in #front-end
How to style the selected option of the dropdown
True, would be lot easier
9 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 2/12/2024 in #front-end
How to style the selected option of the dropdown
Thank you
9 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 2/12/2024 in #front-end
How to style the selected option of the dropdown
How can I create a custom element
9 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 2/12/2024 in #front-end
How to style the selected option of the dropdown
Anyone here?
9 replies
KPCKevin Powell - Community
Created by Abdul Ahad⚡ on 10/9/2023 in #front-end
Rotating Tab links in mobile
Thank you guys
10 replies