Search Result

Collapse
17 results in 0.0041 seconds.
Keywords
Members
Tags
background
  •  

  • Evolution445
    started a topic ListBox with background image

    ListBox with background image

    Hi,


    I have been trying to put a background image on a listbox control.

    The only way I saw possible was to inherit the listbox control and override the OnPaint event.

    Code:
        class ListboxWithBgimage : ListBox
        {
            // Property does not accept null, weird
            Image bgImage = Resources.list_log;
    
            public ListboxWithBgimage() : base()
            {
    ...
    See more | Go to post

  • MusoFreak200
    started a topic Can you use if/else conditions in CSS?

    Can you use if/else conditions in CSS?

    I would like to use conditions in my CSS.

    The reason is because for the life of me i cannot work out how to get linear gradients to display in IE browsers so i want to have browser to display an image instead if the browser is an IE browser and to display the linear gradient code if it is any other browser.

    so far my code looks like this:

    Code:
    #rightsidegradientbar 
    {
        width:50px;
    ...
    See more | Go to post

  • how to allow IE browsers to see linear gradients

    i have been having a little bit of difficulty with getting IE browsers to show linear gradients.

    this is the code that i have used so far:
    Code:
    #rightsidegradientbar 
    {
        width:50px;
    background-image: -webkit-gradient(
        linear,
        right bottom,
        left bottom,
        color-stop(0.1, #FFFFFF),
        color-stop(0.78, #00CCCC),
        color-stop(1, #00CCCC)
    ...
    See more | Go to post

  • Steven Wright
    started a topic Why is my background being pushed down?

    Why is my background being pushed down?

    I had a functioning background, until I embedded an .swf file on the page. Now the flash is hanging out in the top left corner, and it pushed the background image down below it. Why is the .swf file above the background, and not on it?

    Here is my code:

    (HTML - .swf)
    <embed id="slideshow_0 1" width="550" height="400" allowscriptacce ss="always" allowfullscreen ="false"...
    See more | Go to post

  • I have a problem with my html and CSS, some background images are not showing up

    Hi guys, I'm not really advanced in html or css, and I'm having a problem that is really getting me out of my nerves. So I redesigned my portfolio site with dreamweaver as my main html css editor. But with the Web developer toolbar I modified things to take the final choises.
    In fact my site is just a html file with a flash file with my portfolio, and a modal box with the contact form.

    The problem I'm having is that my wrapper...
    See more | Go to post

  • python cgi webpage won't redirect before background children processes finish

    Hi all,

    I have a python cgi script which looks like this:

    Code:
    logfile = open('xxxxxxxxx')
    print "Content-Type: text/html\n\n"
    .....
    print '    <meta http-equiv="refresh" content="15;url=%s" />' % myURL
    ......
    ### after printing the page
    os.system('python myfile.py &')
    logfile.write('END OF SCRIPT')
    logfile.close()
    ...
    See more | Go to post

  • ilya Kraft
    started a topic css div 100% height problem.

    css div 100% height problem.

    Hello,

    I have this problem: have my div with wrapper id, want it to expand width, height 100%, but for some reason it is not expanding in height. it contains image that i want to use as a top background in this site

    http://idaderko.netai. net

    now it has blue background, wrapper div contains another image that goes on the top, but i need wrapper to be on 100& height

    here is css code...
    See more | Go to post

  • robyy456
    started a topic Fixing background image

    Fixing background image

    Hi..i am using a software called webpage maker to build a site now here is my problem i selected an image for background (which i uploaded in phorobucket)..t he image is like below..





    i selected this as background image in software and after tiling in webpage maker the whole background looks like this...




    But when i preview this on browser it looks like this..
    ...
    See more | Go to post

  • How to create a video background using frames and timer?

    Im trying to create a video background using frames from a video, and using a timer to run the frames 30FPS , can someone help me out? its for a school project.

    im here so far, i can make this work with a trackbar, but using a timer to automatically refresh the background 30FPS would be a lot more cool =).

    Code:
     
    
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using
    ...
    See more | Go to post

  • How to Create a Video in windows form application?? (with pic, maybe flv)

    im trying to use frames to create a video in the windows form application everything works if the first FOR is <10, if is > to 10 an error appears saying "FileNotFoundEx ception was unhandled". i need serious help, and if there is a way to use another type of extension(examp le:flv,wmv,tiff ) please help me too with that. thanks ;)

    Code:
     Image[] images = new Image[2003];
                for (int i = 1; i < 2004; i++)
    ...
    See more | Go to post

  • how to use an opaque overlay for pop-up slidehsow

    www.theeellswor thmanor.com > about

    if you scroll down to the bottom of page then hit photos you get a pop-up slidehsow with an opaque overlay. As you can see the opaque overlay doesn't fill the entire screen. It only fills the original coordinates of the screen. I have seen sites where they combat this problem without excessive scrolling(i.e adding another opaque area to the bottom of the exisiting would make a huge scrollable area..i...
    See more | Go to post

  • NDayave
    started a topic Simulate Full Screen or Dim the Background

    Simulate Full Screen or Dim the Background

    In looking into transparent forms, I came across a rather simple solution to the "Run in Fullscreen" feature severely lacking in Access, adapted from the MSDN article at Modal Dialogs with Transparent Backgrounds (MSDN)

    If you simply want a solid colour to fill the whole screen, make a form with that colour Detail and set:
    - Scroolbars = Neither
    - Record Selectors = No
    - Navigation Buttons = No
    - Dividing...
    See more | Go to post

  • mrjoz
    started a topic background repeat for two images on header area

    background repeat for two images on header area

    I wanted a liquid layout heading for my webpage. as its a unique image i took a slice from the left edge and added it to a div. then placed the main heading image in another div and floated it to the right. my logic is that it can resize and fill the growing/shrinking white-spaces with the contents of the left div.

    hi, iam at www.lovebirdweddings.co.uk

    as you can see (if you run the problem) i haven't quite got it right....
    See more | Go to post

  • php asynchronous call and getting response from the background job

    Hello,

    I have done some google search on this topic and couldn't find the answer to my question.

    What I want to achieve is the following:
    1. the client make an asynchronous call to a function in the server
    2. the server runs that function in the background, and the client is not hanging in the meantime
    3. the client constantly make a call to the server requesting the status of the background job...
    See more | Go to post

  • yeshello54
    started a topic JButton Hellp
    in Java

    JButton Hellp

    So I want to set the background color of a Jbutton. I know that the normal way to do such a thing is down the following way:

    JButton button = new JButton("xxxx") ;
    button.setBackg round(Color.RED );

    but in my program i add my Jbutton the following way..

    horizontalBox2= Box.createHoriz ontalBox();
    horizontalBox2. add(new JButton("Black" ));

    so how would...
    See more | Go to post
Working...