Кнопка переключения не закрывается, когда нажатаHtml

Программисты Html
Ответить Пред. темаСлед. тема
Anonymous
 Кнопка переключения не закрывается, когда нажата

Сообщение Anonymous »

У меня есть навигационная панель в начальной загрузке, и моя проблема заключается в том, что кнопка переключения не закроется, когда открывается только. Я ищу часы, чтобы исправить это, но ничего не происходит. Я показываю вам буксировку HTML -файлы. .html Что -то конфликтует и не работает, тогда как в файле контакт. Html это работает.
< /code>

artshop Original & Prints;












< /code>








// Show caption on hover
let position_relative =
document.querySelectorAll('.position-relative');

position_relative.forEach(item => {
item.addEventListener('mouseover', event => {
const caption = item.querySelector('.position-absolute');
caption.classList.remove('d-none');
});
item.addEventListener('mouseleave', event => {
const caption = item.querySelector('.position-absolute');
caption.classList.add('d-none');
});
});







class="d-block w-100 c-img" alt="slide 1">

Welcome
The Cre-Art
VIEW FULL COLLECTION



Изображение
class="d-block w-100 c-img" alt="slide 2">

Welcome
DISCOVER MY COLLECTION
VIEW FULL
COLLECTION



Изображение
class="d-block w-100 c-img" alt="slide 3">

An artworld different from the usual
TRUST THE PROCESS OF CREATING
VIEW FULL
COLLECTION





Previous



Next






This collection is not just a series of paintings—it’s a glimpse into the untamed
landscapes and intimate
moments that speak of resilience, discovery, and the serenity we find in nature.
Each piece is a window to the calm, inviting you to pause and
breathe deeply.
EXPERIENCE THE HIGHLANDS AT HOME




Изображение
alt="one" class="img-fluid" style="width:100%">

6x8" Oil Painting - ‘Colliding Horizons’

£120.00




Изображение
alt="two" class="img-fluid" style="width:100%">

30x40" Oil Painting - ‘Momentary’

£150.00



Изображение
alt="three" class="img-fluid" style="width:100%">

8x8" Acrylic Painting - ‘Morning Calm’

£180.00








Изображение
alt="" class="img-fluid" style="width: 900px; height:500px;">

id="overtheimg">


BRING THE SALTY SEA AIR INDOORS
My ocean collection “The Sea & it’s Rhythm” has been curated to
bring the
cleansing & serene
qualities of the ocean to your space. Take a deep breath and relax into these subtle hues of
blue.

EXPLORE OCEANS









Who's behind the easel

HI I'M EVITA

artist,Web & Graphic designer

I enjoy creating dreamy impressionist paintings in oils and
acrylics. My art is deeply influenced by the beauty and serenity of nature, and my aim is to document
the way it makes me feel onto canvas.
I believe all of us are creative individuals and I’m
passionate about helping others gain confidence in painting.
VISIT MY STUDIO







































[img]./images/thumbnails/thumbnail you ... ng[/img]










< /code>

contact.html

< /code>

ArtShop Original & Prints; Evita Zacharioudaki










< /code>




$(function () {
$("#nav-placeholder").load("nav.html");
});








Изображение




I'D LOVE TO HEAR FROM YOU
Reach out to me if you have any questions.Don't hesitate to ask me anything





FulName




Email
We'll never share your email with anyone else.





Phone




message




SUBMIT











Изображение

Address
Heraklion

Crete,Creece






Изображение


Phone
6941539795

2811113697







Изображение

Email
[email protected]

[email protected]














Подробнее здесь: https://stackoverflow.com/questions/794 ... is-clicked
Реклама
Ответить Пред. темаСлед. тема

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

  • Похожие темы
    Ответы
    Просмотры
    Последнее сообщение

Вернуться в «Html»