Click here to Skip to main content
15,910,277 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Making chat box Pin
Tarakeshwar Reddy27-Jun-04 20:19
professionalTarakeshwar Reddy27-Jun-04 20:19 
GeneralFile System Object Pin
Anonymous26-Jun-04 3:57
Anonymous26-Jun-04 3:57 
GeneralRe: File System Object Pin
Hesham Amin26-Jun-04 4:03
Hesham Amin26-Jun-04 4:03 
GeneralRe: File System Object Pin
mysorian12-Aug-04 10:31
professionalmysorian12-Aug-04 10:31 
GeneralWeb live radio transmission Pin
Imtiaz Murtaza25-Jun-04 22:59
Imtiaz Murtaza25-Jun-04 22:59 
GeneralRe: Web live radio transmission Pin
Sage5-Jul-04 6:02
Sage5-Jul-04 6:02 
GeneralNo BG Image repeating in a table's cell Pin
bneacetp24-Jun-04 21:20
bneacetp24-Jun-04 21:20 
GeneralRe: No BG Image repeating in a table's cell Pin
Andrew Quinn AUS25-Jun-04 5:10
Andrew Quinn AUS25-Jun-04 5:10 
Hi,

Use background-repeat CSS style property.

"repeat" Default. Image is repeated horizontally and vertically.
"no-repeat" Image is not repeated.
"repeat-x" Image is repeated horizontally.
"repeat-y" Image is repeated vertically.

To make it easier, use the background composite property, e.g.
<td width='100' style='background:url(images/xyzxyz.gif) no-repeat top left'>Hello</td>


This way we've set background-image, background-repeat, background-position all in one go


Hope this helps,
Andy
GeneralRe: No BG Image repeating in a table's cell Pin
bneacetp25-Jun-04 5:30
bneacetp25-Jun-04 5:30 
GeneralWeb Development Pin
Bashir Khanjee24-Jun-04 7:30
Bashir Khanjee24-Jun-04 7:30 
GeneralRe: Web Development Pin
palbano24-Jun-04 11:53
palbano24-Jun-04 11:53 
GeneralRe: Web Development Pin
Maximilien24-Jun-04 12:03
Maximilien24-Jun-04 12:03 
GeneralRe: Web Development Pin
Steven Campbell25-Jun-04 4:54
Steven Campbell25-Jun-04 4:54 
GeneralRe: Web Development Pin
Member 120167426-Jun-04 18:29
Member 120167426-Jun-04 18:29 
GeneralRe: Web Development Pin
Sage5-Jul-04 6:09
Sage5-Jul-04 6:09 
GeneralRe: Web Development Pin
mysorian12-Aug-04 10:43
professionalmysorian12-Aug-04 10:43 
GeneralCSS question Pin
theJazzyBrain24-Jun-04 1:41
theJazzyBrain24-Jun-04 1:41 
GeneralRe: CSS question Pin
WoutL24-Jun-04 1:58
WoutL24-Jun-04 1:58 
GeneralRe: CSS question Pin
theJazzyBrain24-Jun-04 2:19
theJazzyBrain24-Jun-04 2:19 
GeneralRe: CSS question Pin
Aaron Eldreth24-Jun-04 2:31
Aaron Eldreth24-Jun-04 2:31 
GeneralServer won't let my app Delete Pin
Budsy24-Jun-04 0:45
Budsy24-Jun-04 0:45 
GeneralRe: Server won't let my app Delete Pin
Sage5-Jul-04 6:13
Sage5-Jul-04 6:13 
GeneralScript to send mail with Merak mail server Pin
DHARMA.R22-Jun-04 22:06
DHARMA.R22-Jun-04 22:06 
GeneralPassing value from iframe page to mainpage Pin
percyvimal22-Jun-04 12:01
percyvimal22-Jun-04 12:01 
GeneralRe: Passing value from iframe page to mainpage Pin
Andrew Quinn AUS22-Jun-04 21:55
Andrew Quinn AUS22-Jun-04 21:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.