I'm creating a pop-up with a background image from CSS as below
#gui-01-Qa {
background-image:url(path/to//file.jpg);
background-repeat: no-repeat;
background-position: top left;
}
This all works fine apart from (what looks like) a boarder of approx 5px being added. ... |
I am creating a blog based on the 960 grid system. It has three simple divs:
- header 2. Content 3. Footer and each of them has a fixed width div which ...
|
I can't figure out how to make the bg_header.png stay in place when the browser window shrinks in width less than the page width. try it:
link text
Here is ... |
I have a window in Xul, and I want to put a background image on it.
I found nothing about the z-order, and the background-image and z-index in css is not working ... |
I have a weird problem. The background image (black stripes) in the main container breaks up when the browser window is resized smaller and the user/viewer scrolls up and down ... |
Running this xul app:
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window width="400" height="300"
style="background-color:transparent;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<label value="MAIN WINDOW"/>
</window>
my window background is showing up. Is there a ... |
http://69.143.137.155/csa-consulting/index.php
I am trying to extend the grey menu bar and the blue background to fill the window (whatever the size) yet keep the content centered at a fixed size. ... |
|
Is it possible to position a background image at the bottom of the window without extra elements or min-height?
I'm trying to have an image at the bottom of the window, not ... |
I have a container div with another div centered inside with a background image.
When I resize the browser window, I want the image to stay centered, even when the width ... |
I'm trying to make a page that can scale down to support small browsers, but take advantage of the majority of browser sizes that most visitors are using.
I have a background ... |
I am helping to redesign a website www.liveatsheastadium.com/test
I am trying to figure out a way to get the transparent background (using the background:rgba property) to stretch the entire height ... |
basically I have a little problem with a background I am using. I need it to resize based on what width the window is, because I work with a massive screen ... |
How can I centre a large image to the browser window, so that if it is wider than the window it will still be centred?
See: http://carolineelisa.com/rob/
I did not want ... |
I'd like the logo to "follow the movement" of the centered background (a picture) when resizing the window. Is it possible ? I've tried a lot of things, but couldn't get ... |
When using a css background such as in the footer on the page below (in the elements div.footer_head and div.footer_footer), if the browser window is resized to less than about 1000px ... |
I am trying to put in my homepage an image using CSS's background-image and position to change its offset.
problem is, when I resized the browser size, the image will stay static ... |
How to resize a css background image in proportion when resizing the browser window?
#main {width:950px; height:100%; background:url(image.jpg) no-repeat center bottom}
When browser resize images ... |
I have a header-container with a background image, like so:
#header-container
{
background:url(../img/bg.jpg) repeat-x 0 0px;
margin:0px auto;
width:100%;
text-align:center;
}
When my browser is in fullscreen (Firefox, Opera, IE), I get the following result (everything is fine):
 |
I am creating a site where my all products images will be re-size according to browser window size so i wrote some media queries where i used one big image and ... |
I have a weird issue that's probably more of a bad coding than anything else.
Basically, I have this site where if you resize your browser just around the ... |
<div id="logo_box">
<h1><a href="index.html" id="logo">logo<span></span></a></h1>
</div>
...
|
I'm working on a very simple Firefox extension that will log info and dynamically append them to a basic HTML table in a XUL window.
Everything works except for the ... |