Samual Sam has Published 2492 Articles

CSS speak property

Samual Sam

Samual Sam

Updated on 16-Mar-2020 08:10:19

105 Views

This property specifies whether the text will be rendered aurally and if so, in what manner. The possible values are −none − Suppresses aural rendering so that the element requires no time to render.normal − Uses language-dependent pronunciation rules for rendering an element and its children.spell-out − Spells the text one ... Read More

Bounce Up Animation Effect with CSS

Samual Sam

Samual Sam

Updated on 16-Mar-2020 08:02:54

127 Views

To implement Bounce Up Animation Effect with CSS, you can try to run the following code −Example                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: no-repeat;           ... Read More

Bounce In Animation Effect with CSS

Samual Sam

Samual Sam

Updated on 16-Mar-2020 07:58:10

151 Views

To implement Bounce In Animation Effect with CSS, you can try to run the following code −ExampleLive Demo                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: no-repeat;       ... Read More

Fade Out Right Animation Effect with CSS

Samual Sam

Samual Sam

Updated on 16-Mar-2020 07:43:47

154 Views

To implement Fade Out Right Animation Effect on an image with CSS, you can try to run the following code −ExampleLive Demo                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: ... Read More

CSS border-radius property

Samual Sam

Samual Sam

Updated on 16-Mar-2020 07:37:13

137 Views

Use the border-radius property to set four border-radius property. You can try to run the following code to implement border-radius property −ExampleLive Demo                    #rcorner {             border-radius: 25px;             background: #8AC007;             padding: 20px;             width: 200px;             height: 150px;          }                     Rounded corners!    

Set different font families for screen and print with CSS

Samual Sam

Samual Sam

Updated on 16-Mar-2020 07:34:02

1K+ Views

The following example specifies different font families for screen and print. The next CSS uses the same font size for both screens as well as a printer.Example    

Wiggle Animation Effect with CSS

Samual Sam

Samual Sam

Updated on 16-Mar-2020 07:29:20

599 Views

The wiggle effect move or cause to move up and down or from side to side with small rapid movements.ExampleYou can try to run the following code to implement the winggle animation effect −Live Demo                    .animated {     ... Read More

Usage of page-break-before, page-break-after, and page-break-inside properties in CSS

Samual Sam

Samual Sam

Updated on 16-Mar-2020 07:22:40

352 Views

Suppose your document has level-1 headers start new chapters with level-2 headers to denote sections. You'd like each chapter to start on a new, right-hand page, but you don't want section headers to be split across a page break from the subsequent content. You can achieve this using following rule ... Read More

Fade In Left Animation Effect with CSS

Samual Sam

Samual Sam

Updated on 16-Mar-2020 07:16:05

210 Views

To implement Fade In Left Animation Effect on an image with CSS, you can try to run the following code −ExampleLive Demo                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: ... Read More

Upgraded to SAP.net connector 3.0 is not working in Visual Studio 2008 and 2010

Samual Sam

Samual Sam

Updated on 16-Mar-2020 07:03:14

137 Views

Note that SAP.net connector doesn’t work similar to 2.0 connector. There are lot many changes- good and bad provisioned in .net 3.0 version.This is SAP documentation link about general capabilities of SAP.net connector:https://help.sap.com/saphelp_crm700_ehp02/helpdata/EN/4a/097b0543f4088ce 10000000a421937/frameset.htmSAP .NET Connector 3.0 is the current version of SAP's development environment for communication between the Microsoft ... Read More

Advertisements