Chrome
Safari
Edge
Firefox
Chrome (Android)
Tap the lock icon next to the address bar. Tap Permissions → Notifications . Adjust your preference.
Chrome (Desktop)
Click the padlock icon in the address bar. Select Site settings . Find Notifications and adjust your preference.
Safari (iOS 16.4+)
Ensure the site is installed via Add to Home Screen . Open Settings App → Notifications . Find your app name and adjust your preference.
Safari (macOS)
Go to Safari → Preferences . Click the Websites tab. Select Notifications in the sidebar. Find this website and adjust your preference.
Edge (Android)
Tap the lock icon next to the address bar. Tap Permissions .
Find Notifications and adjust your preference.
Edge (Desktop)
Click the padlock icon in the address bar. Click Permissions for this site . Find Notifications and adjust your preference.
Firefox (Android)
Go to Settings → Site permissions . Tap Notifications . Find this site in the list and adjust your preference.
Firefox (Desktop)
Open Firefox Settings. Search for Notifications . Find this site in the list and adjust your preference.
Как разделить на три графические части бэграунд категории? Просто в некоторых скинах он задается в
.borderwrap h3, .maintitle, .maintitlecollapse{ background: #хххххх url(skin/tile_cat.gif); border: 0px solid #FFF; border-bottom: 1px solid #000000; color: #000000; font-size: 12px; font-weight: bold; margin: 0; padding: 8px;А в некоторых так:
.catheader { background: #000000 url(skin/tile_head.gif) repeat-x; float:left; width:100%; border-bottom: 1px solid #000; height: 31px; font-size: 11px; margin: 0px; padding: 0px; display: inline; text-align: left; } .catheader1 { background:url(skin/cat_left.gif) no-repeat left top; text-align: center; float: left; margin: 0px; padding: 0px; width: 100%; height: 31px; display: block; } .catheader2 { background:url(skin/cat_right.gif) no-repeat right top; text-align: center; float: right; padding: 0px; text-decoration: none; color: #000; font-size: 1px; width: 100%; height: 31px; display: inline; }где собственно и происходит разделение на три графических объекта. К чему привязаны эти операторы и почему они разные ?
Я бы мог конечно на базе уже какого-нибудь скина просто перерисовать картинку правую левую и цент и все. Но , всеже, хочется понять суть...