Search

You searched for the word(s): userid:875309

Matching Posts

  • Need help with text and images in a <div><d/>

    I have a web form where I'm trying to insert text to the left of an image within a div. It seemed to work ok for one div, but when I tried adding additional divs the same way things got messed up. The images started cascading to the left. What I want is a div container that is 800x125 with the 125x125 image on the right side and text of the left with similar divs below, like an arrangement of rows. The div also needs to expand in height if necessary. I want to do this without using tables, just
    Posted to Getting Started (Forum) by kiloez on 7/6/2009
  • Re: Need help with text and images in a <div><d/>

    <div style="float:right; margin-bottom:10px; margin-left:5px"> <a href=" http://www.somesite.com "> <img src="images/someimage.gif" alt="Some Site"/></a> </div> <p> Blah. blah, blah </p> This is the code used, and acually it works. Problem is I have to separate out the text from the div or else it doesn't work. How can I get the text and the image in the same div or container without everything getting scrambled
    Posted to Getting Started (Forum) by kiloez on 7/6/2009
  • Need help referencing files

    I'd like to be able to keep like files in separate folders for a web site. Master pages go in a master pages folder, style sheets go in a CSS folder, etc. However, my master pages can't find the CSS files. I get a 'File....css' was not found. The style sheet ref in the master page is referenced as follows: <link href ="CSS/stylesheet.css" rel ="stylesheet" type ="text/css" /> but it's not working. Please help.
  • Scrolling text help

    How do you create a scrolling marquee on a web form without using the MARQUEE tag, which I understand is no longer supported? I am using VS 2005 ASP.NET 2.0. My objective is to include a scrolling notice the says the web site is under construction within a <div><div/> tag. I was able to find some javascript on the net, but it didn't work. I got text, but no scrolling. Thanks in advance.
    Posted to Web Forms (Forum) by kiloez on 7/3/2009
  • Disabling a hyperlink control

    I have created a master page that uses 6 hyperlink controls for page navigation. Once a user has navigated to a particuler I would like to disable the link for that page. How is this done? I am using Visual Studio 2005, ASP.NET 2.0.
    Posted to Web Forms (Forum) by kiloez on 6/27/2009
  • Vertical alignment of text in a hyperlink control

    I'm trying to align the text in a hyperlink, vertically, in the middle of the control. I'm using VS 2005, ASP.NET 2.0. I tried using the Style Builder, selecting the Text menu item then chose middle from Alignment->Vertical. However this isn't working. Am I missing a setting or something? Or is there another way to go about it? Any help would be appreciated.
    Posted to Web Forms (Forum) by kiloez on 6/13/2009
  • Re: Change hyperlink background color on rollover

    Nice one mbanavige. However, there is a problem. If the background color of the hyperlink has been set using properties the css color doesn't override it. The background color of the hyperlink has been set to red and I want the hover color to be gray.
    Posted to Web Forms (Forum) by kiloez on 6/13/2009
  • Change hyperlink background color on rollover

    I'm new to ASP.NET and am wondering if it's possible to easily change the background color of a hyperlink once a user move the mousepointer over the hyperlink. I was looking for something like a hover or mouseover property that could be set, but didn't find anything. I'm working on ASP.NET web forms using Visual Studio 2005, ASP.NET 2.0 on a Windows Server 2003 machine. Please help.
    Posted to Web Forms (Forum) by kiloez on 6/13/2009
Page 1 of 1 (8 items)