Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
CSS
Cascading Style Sheets
NO Image:
27
GridView CSS for Pagination
posted on January 27, 2020 11:22
<PagerStyle CssClass="pagination-ys" /> .pagination-ys { /*display: inline-block;*/ padding-left: 0; margin...
[Read the rest of this article...]
GridView PagerStyle
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
15
Add Stylesheet from Code Behind
posted on October 15, 2017 09:04
Add a stylesheet from custom DNN module settings HtmlGenericControl css1 = new HtmlGenericControl("link"); css1.Attributes["type"]...
[Read the rest of this article...]
css
,
stylesheet
,
DNN Module Settings
Posted in:
CSS
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
05
Remove href Values when Printing in Browser
posted on October 05, 2017 06:15
<style type="text/css"> @media print { a[href]:after { content: none !important; } } </style>...
[Read the rest of this article...]
css
,
printing
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Hide Text with Bootstrap Only for Mobile Devices
posted on June 23, 2017 05:34
To hide text elements on mobile devices use the class hidden-xs class="hidden-xs" <p class="hidden-xs">Your long se...
[Read the rest of this article...]
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
07
Simple Gallery Responsive Layout
posted on February 07, 2017 05:48
<div style="display: inline-block;margin:6px;"> <div style="margin: 0 auto !important;">[PHOTOWITHBORDER]</div> <div style="text-...
[Read the rest of this article...]
Ventrian Simple Gallery
Posted in:
CSS
,
Web Design
Actions:
E-mail
|
Permalink
|
Comments (0)
21
Cover Background CSS
posted on January 21, 2017 06:21
#Body{ background: url(/Portals/0/BGImage/Grays_Beach.jpg) no-repeat center center fixed; -webkit-background-size: cover...
[Read the rest of this article...]
Fixed background Image
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
14
Image Dropshadow CSS
posted on January 14, 2017 06:12
.multiple-borders img { box-shadow: 8px 8px 10px #aaa; } USE: <div class="multiple-borders">IMAGE</div>
CSS Image Borders
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
20
CSS Background Size Scale Stretch Image
posted on April 20, 2016 07:03
<!DOCTYPE html> <html> <head> <style> body { background:url(dynamic_width_bg.jpg) #A98436 no-repeat left top; background-...
[Read the rest of this article...]
Scaling Background Image
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
11
Free Flow Div
posted on May 11, 2015 05:50
“Ems” (em): The “em” is a scalable unit that is used in web document media. An em is equal to the current font-size, for insta...
[Read the rest of this article...]
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
01
Remove href values when printing
posted on December 01, 2014 08:43
@media print { a[href]:after { content: none !important; } }
Printing
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 1 of 2
First
Previous
[1]
2
Next
Last