0
votes
1answer
27 views
dynamic table size html
I'm making a website that has to fit in the entire screen regardless of screen-size. I'm using a table to use this at the moment but I ran into a problem.
The web page is divided …
3
votes
1answer
25 views
OpenGL AntiAliasing and Background Quad
I'm drawing a background behind my 3D scene which works as expected (code below). I'm also anti-aliasing the scene using the accumulation buffer (chapter 10 of the red book).
... …
0
votes
3answers
39 views
Embedding background images in an e-mail
Hi,
I'm trying to use an embedded image in an e-mail as the background image, i've got the following code to embed it:
LinkedResource backgroundLink = new LinkedResource( …
1
vote
1answer
28 views
UITableView repeating background with 2 images
Hey guys,
So I'm trying to make a UITableView that has a repeating background. I want the background to scroll with the text. The catch is that the background is 2 images. There i …
0
votes
2answers
33 views
transparent .gif image not allowing background CSS element to show through
I've just got a quick question that if you have time would be great to have answered.
I'm working on a new site for a woman that is a fixed width site. She wants her background i …
0
votes
2answers
36 views
Using cpulimit from within PHP
I have a script that's scheduled to run periodically on a customers production server to import some data from their FTP server. This needs to run as scheduled, even during the da …
0
votes
2answers
20 views
Links within and outside List elements not working
I'm trying to create a unordered list, with each li element having it's own background image (no text, just image), but I'm having trouble (in Firefox at least, it works in Safari) …
0
votes
4answers
54 views
How can I run a controller method as a background task?
I've heard of the various background task tools (delayed_job, starling, workling, etc) but from looking at those it seems they're really only capable of running model-based methods …
1
vote
1answer
46 views
Wpf Panel Background problem
When i don't set background of my panel i can not get mouse events on that. why this behaviour?
I am able to get mouse events on panel by setting Background to Transparent which is …
0
votes
2answers
69 views
Transparent PNG as Background Image
Hello,
I have an element with a transparent png as its background image - it's like a polaroid with the photo bit cut out so just the frame is showing.
With this as the backgroun …
0
votes
1answer
52 views
How to make transparent background of Silverlight 3 application?
How to make transparent background of Silverlight 3 application? I have the next code but it does not work (
<html xmlns="http://www.w3.org/1999/xhtml" >
…
0
votes
3answers
46 views
Fix DIV to bottom right corner
Hey
http://www.naomisalsi.com/
I have used html and body attributes to have a gradient background and a flower background for the above site.
i have also used a div to have the …
0
votes
1answer
70 views
HTML CSS Table Background
I have a form which is presented in a table. In the third column, there are 4 rows for selecting the preferred method of contact (radio buttons). I'm currently using a label to wri …
1
vote
1answer
63 views
Making sure HTML div goes to the bottom of the screen.
I currently have a site that uses a two-tone background image that is centered on the page. On top of the background I have a div that is cenetered as well, so that the background …
0
votes
2answers
96 views
Make a Powershell function/task run in the background.
I have a function that lets me write the file-path of files to a text file, depending on your input. That sounds confusing, but I don't know of a better way to put it, so here's th …
