Login
Login
Search
Design
Consulting
DNN Apps
Content Management System
Custom DNN Modules
Business Directory
Restaurant Menu Manager
Custom Database Reporting
Distributor Locator
Gift Certificates
Date Time Calculator
Screenshot Gallery
TimeTracker
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
CSS
Support
/
Knowledge Base
/
CSS
Snippets
Current Articles
|
Archives
|
Search
CSS
Cascading Style Sheets
NO Image:
16
Hero Image with Text Overlay
Webmaster
posted on August 16, 2024 20:01
Great Pen . . . . Hero Image With Transparent Colored Overlay (codepen.io)
css
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
27
GridView CSS for Pagination
posted on January 27, 2020 11:22
<PagerStyle CssClass="pagination-ys" /> .pagination-ys { /*display: inline-block;*/ padding-left: 0; ...
[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&qu...
[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; } } </s...
[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 lo...
[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="tex...
[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: co...
[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; backgr...
[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)
Page 1 of 2
First
Previous
[1]
2
Next
Last
Categories
Azure (2)
C Sharp - C# (38)
..private void function() (11)
CSS (16)
DNN (60)
..Modules (21)
....Core Modules (6)
....Custom Modules (36)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (17)
..Azure SQL Database (2)
..SQL Scripts (16)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (6)
Networking Problems (7)
Operating Systems (1)
..Windows 7 (3)
..Windows Server 2003 (1)
..Windows Server 2008 (2)
..Windows Server 2012 (2)
..Windows Vista (2)
..Windows XP (4)
PCI DSS Compliance (1)
SSRS (2)
Technology (139)
VbScript (3)
Web Design (7)
Web.Config (5)
Archives
2024 (12)
2023 (1)
2022 (1)
2021 (2)
2020 (16)
2019 (11)
2018 (8)
2017 (14)
2016 (14)
2015 (4)
2014 (26)
2013 (11)
2012 (15)
2011 (30)
2010 (157)