Background Image

Background Image

ကဲ..ဒီေန႕ေတာ့ background images ပိုင္းေလးေပါ့...

PHP Code:

<head>

<title>Untitled Document</title>

<style>

body

{

background:url(bg.jpg);

color:white;

}

</style>

</head>

<body>

This is use background Image<br>

New features

Workflow improvements

Adobe Bridge Simplify file handling in Photoshop and within Adobe Cre

ative Suite with Adobe Bridge, the nextgeneration

file browser. Efficiently browse, tag, search, and process

your images. (See About Adobe Bridge.)

Color management improvements Maintain common color settings througho

ut the Adobe Creative Suite components. Print with the simplified pri

nting interface for color management. (See To synchronize color setti

ngs across Adobe applications.)

Version Cue® 2.0 Manage files and versions as a single user or in a s

mall workgroup. Integrate with Adobe Bridge to manage files for your

Photoshop and Adobe Creative Suite projects. (See Version Cue managed

projects.)

Enhanced photo capabilities

Multiimage

Camera Raw Process an entire photo shoot in a fraction of the t

ime. With support for a comprehensive range of digital cameras, you c

an automatically adjust settings, convert to universal Digital Negati

ve (DNG) format, and apply nondestructive edits to batches of images.

(See The Camera Raw plug-in.)

High Dynamic Range (HDR) Work with images in 32-bits-perchannel,

extended dynamic range. Photographers can capture the full d

ynamic range of a scene with multiple exposures and merge the files i

nto a single image. (See About High Dynamic Range images.)

Optical lens correction Correct for lens aberrations such as barrel a

nd pincushion distortion, chromatic aberration, and lens vignetting.

Easily correct image perspective using the filter’s grid. (See The Le

ns Correction filter.)

Noise reduction Reduce digital image noise, JPEG artifacts, and scan

ned film grain. (See Reducing image noise.)

Smart Sharpen filter Sharpen images with new algorithms for better ed

ge detection and reduced sharpening halos. Control the amount of shar

pening in the highlights and shadows. (See To use the Smart Sharpen f

ilter.)

Spot Healing tool Quickly heal spots and blemishes without selecting

source content. (See To use the Spot Healing Brush tool.)

One-click redeye

correction Fix red eyes with one click. Set options to adjust pup

il size and darkening amount. (See To remove red eye.)

Blur filters Apply blur effects using new blur filters: Box Blur, Sha

pe Blur, and Surface Blur. (See Blur filters.)

Productivity boosters

Customizable menus Set up and save custom menus and workspaces, highl

ight new or commonly used menu items, and reduce onscreen

clutter for easier access to the tools you need. (See To defin

e a set of menus.)

Image Processor Process a batch of files to multiple file formats. (S

ee About the Image Processor.)

All new PDF engine Comprehensive, customizable presets and PDF 1.6/Ac

robat 7.0 compatibility. (See Saving files in Photoshop PDF format.)

Script and action event manager Set JavaScripts and Photoshop actions

to run automatically when a specified Photoshop event occurs. (See T

o set scripts and actions to run automatically.)

UI font size customization Customize the size of text in the options

bar, palettes, and the Layer Style dialog box. (See To change the fon

t size in the work area.)

Update Manager Automatically search for Photoshop updates.

Variables Create datadriven

graphics in Photoshop as you now do in ImageReady. (See About

data-driven graphics.)

Video preview Display your document on a video monitor using a Firewi

re (IEEE1394) link. (See To preview your document on a video monitor.

)

WYSIWYG Font menu Preview font families and font styles directly in t

he Font menu. (See To choose a font family and style.)

Designer enhancements

Vanishing Point Paste, clone, and paint image elements that automatic

ally match the perspective planes in an image. (See About Vanishing P

oint.)

Smart Objects Perform nondestructive transforms of embedded vector an

d of pixel data. Create multiple instances of embedded data and easil

y update all instances at once. (See Smart Objects.)

Multiple layer control Work with layers as objects. Select multiple l

ayers and move, group, align, and transform them. (See Selecting laye

rs and To group and ungroup layers.)

Image Warp Easily create packaging mockups

or other dimensional effects by wrapping an image around any shap

e or stretching, curling, and bending an image using Image Warp. (See

The Warp command.)

Animation Create animated GIF files in Photoshop much as you create a

nimation in ImageReady. (See Creating an animation.)

Japanese type features Format text with new character alignment (Moji

soroe) and more Kinsoku Shori types. (See About Asian type.)

Smart Guides Align the content of layers as you move them using guide

lines that appear only when you need them. (See About guides and the

grid.)

Integrated Adobe Online Services Access and download professional Ado

be Stock Photos and share and print online with Adobe Photoshop Servi

ces. (See About Adobe Stock Photos.)

</body>

</html>

ဒီ code မွာဆိုရင္ scroll bar ကိုဆြဲခ်သြားတာနဲ႕ background ပါ လိုက္လာတာေတြ႕မွာပါ... အဲဒါဆိုျပသနာ တစ္ခုျဖစ္ တတ္ပါတယ္...

ဘာလဲဆုိရင္ ကိုယ့္ရဲ႕ background image က height က 600px ပဲရိွပါတယ္ဆိုပါေတာ့္...ဆြဲခ်လိုက္ရင္ height 600px ေက်ာ္ရင္ ပံုက repeat ျဖစ္သြားလိမ့္မယ္...အဲဒါဆိုရင္ၾကည့္ရဆိုးတာေပါ့....

PHP Code:

background:url(bg.jpg) fixed;လို႕သာျပင္လိုက္ရင္ ကိုယ့္ရဲ႕ background က fixed ျဖစ္သြားမယ္..

scroll ဆြဲခ်တာနဲ႕ မလိုက္ေတာ့ဘူးေပါ့...

PHP Code:

background:url(bg.jpg) repeat-x;အဲဒါဆိုရင္ေတာ့ ကိုယ့္ရဲ႕ Image repeat က horizonal သာျဖစ္ေနမယ္...

scroll ဆြဲခ်လိုက္ရင္ ကိုယ့္ image height ကုန္သာန႕ဲ background color ေပၚလာေရာ..............

PHP Code:

background:url(bg.jpg) repeat-y;အဲဒါဆိုရင္ေတာ့ ကိုယ့္ရဲ႕ image repeat က vertical ပဲျဖစ္ေနမွာ...

PHP Code:

.myclass

{

background:url(bg.jpg) repeat-x;

color:white;

}

#mydiv

{

background:url(bg.jpg) repeat-x;

color:white;

}

class ေတြေရာ div မွာပါသံုးလို႕ရတယ္....

Post a Comment

[blogger]

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget