image outside the area based on a template

If you look on this page for an example of what I want: http://www.wisconsin.edu/index.htm , you will see the Red strips outside the real site. My client want me to do something similar to this. I know the site in the example created an image with a red line, but I don't know where in the model or maybe the css file to put the code to make it happen. Nobody knows, or can you direct me somewhere to know?
Thank you.

I have given you an invalid code. :-(

Replace
Body {background-image: url (.. / template_images/lines.gif) repeat;}

With
Body {background: url (.. / template_images/lines.gif) repeat;}

--

Walt

'Linda Ruiz' wrote in message
News:f5fdg7$20o$1@forums. Macromedia.com...
> Is more necessary?
>
> I don't think. I think the repetition is the default value (repeats on the x & y)
(> axis).
>
> Again, to be sure, write the rule in this way:
>
> body {background-image: url (.. / template_images/lines.gif) repeat;}
>
> --
>
> Walt
> -------------------------------------------------------------
> Well, it does not work for me. I must be missing something. I've been
> play with trying something a little different and is not
> seem to
> works for me. Here is my model, a css file and a single page, if you want
> to
> Take a look...
>
> http://webpages.charter.net/lruiz/axlegrease/templates/ag-template.dwt
> http://webpages.charter.net/lruiz/axlegrease/style.css
> http://webpages.charter.net/lruiz/axlegrease/home.html
>
> the image:
> http://webpages.charter.net/lruiz/axlegrease/images/agLogoFiller.jpg
> (not the one final - just whipped something up to get the code,
(> Prime.)
>

Tags: Dreamweaver

Similar Questions

  • How to crop images outside the canvas when registering as a bitmap?

    Hello world.

    I worked on a design of DVD.  I have a picture of the face of a person on the entire CD.  The reversal of the image outside the canvas.  However, I made a rectangle along the edges and then used a clipping mask to visually remove the overflow.

    When I go on save the image as a .png or a .tiff or any type of bitmap image I always save a transparent part where the spill.

    How can I HAVE me to stop this?  I want to record only what images are inside the canvas.  Is there a predefined or preference setting I'm missing?

    Thank you!

    -Drew

    In the export dialog boxes there is the possibility of using work plans, check this option.

  • How to correct text and images that are somehow outside the area of cardboard?

    This is the second document that my layout has mysteriously been presented outside the editing table. I saved this document yesterday and everything was fine. Today, there is a connection of several pages text box link, but on 4 pages my text and images have disappeared from the actual page and the table surrounding mount, but it shows the link text box later in the grey area. The last time I had to delete and re-create the pages, but don't have the time. I tried selecting all and using the arrow key to move everything, but he mistakes "this value would cause one or more objects to leave the editing table. I also tried selecting all and downward revision to 10% to bring it to the page or the editing table, but the same error. Any other suggestions? Screenshot below.

    It's a really long shot, but it would be interesting to .idml export and opening that. (see delete minor corruption by exporting)

    And Daniel is right - there is something is wrong with this file and it seriousl get better.

  • Lightbox Gallery, move the prev/next buttons to outside the area of the Gallery

    Hello

    I want to change the appearance of the buttons 'next' and 'prev' to simple arrows and move them outside the big picture that opens when you click the thumbnail, so that no part of the big picture is covered by these buttons.  Creating images of the arrow are easy, but I still have a lot to learn when it come to dealing with scripts.

    What part of the script that I have to change to move the location of the place where he buttons to the top?

    Julie726 wrote:

    In fact, I have always a problem getting these buttons to display before I worry about moving their positions.

    They were transferred to the correct locations.  I can't understand why they are not displayed.

    They are not displayed because the link to these buttons points to a 'pictures' folder (lowercase I) but they are stored on the server in the folder 'Images' (capital I).

    http://www.julieappelt.com/images/lightbox/lightbox-BTN-close.gif does not work

    http://www.julieappelt.com/images/lightbox/lightbox-BTN-close.gif work

    It is generally best to avoid mixing cases when naming files and folders to avoid these problems, esp on Linux servers. Stick to all lowercase.

  • Display a series of images on the stage based on the value of a variable

    Hi all

    Here's another interesting problem! Well, I have an interactive retention test which is charge of an xml file based on the value of a variable scenario (for example, if script = Architecture, then load Q_set 1, if scenario = history then load something else). Now, I would like to extent this and display a series of images on my stage which will be valid only in the current scenario. Here is my code so far. I thought load a list of images on the beginning of the film (for example, Architecture_list, History_list) and then call them according to the value of the variable of scenario, but I would like to hear what you have to say. Any ideas?

    The answer is a series of managers: one called at the beginning of the movie to fill the lists of the appropriate folders (based on the value of the variable gimage) and the other called next and previous. Here they are in case yu need:

    ---------
    Global gFileList, gImagePath, gimages

    on buildList

    gFileList =]

    -defining the path to images:

    gImagePath = "@images /" & gimages & ' / ' "»

    Repeat with i = 1 to the maxinteger
    thisFile = getNthFileNameInFolder (gImagePath, i)
    If thisFile = EMPTY then exit
    If thisFile = the movie then the next repetition
    types of files = [".pct", ".jpg", ".bmp", ".gif"]
    howManyTypes = count (fileTypes)
    Repeat with thisType = 1 to howManyTypes
    extension = getAt (file types, if thisType)
    If thisFile contains extension then
    gFileList.append (thisFile)
    end if
    end repeat
    end repeat

    Member ("Display"). FileName = gImagePath & gFileList [1] - put the first image in the folder at the appropriate place

    Member ("Display"). Picture = .photo member ("display")

    buildList end

    --------------------
    Global gFileList, gFileIndex, gImagePath

    on nextFile

    gFileIndex = gFileIndex + 1

    If gFileIndex > count (gFileList) then

    whichFile = gFileList [1] - set the image = in the last loaded picture holder
    gFileIndex = 1 - the value of the index to the last trick question

    Member ("Display"). FileName = gImagePath & whichFile
    Member ("Display"). Picture = .photo member ("display")
    updateStage

    -go to the audio issues

    _movie. GB (31)

    on the other

    whichFile = gFileList.getAt (gFileIndex)

    Member ("Display"). FileName = gImagePath & whichFile

    Member ("Display"). Picture = .photo member ("display")

    updateStage
    end if

    end

    Global gFileList, gFileIndex, gImagePath
    -----------------------------------------------------------
    the backfile

    gFileIndex = gFileIndex - 1

    If gFileIndex = 1 then

    whichFile = gFileList [1]
    Member ("Display"). FileName = gImagePath & whichFile
    Member ("Display"). Picture = .photo member ("display")
    updateStage
    Sprite (17) TRUE = FALSE - disable the "back" button

    -gFileIndex = count (gFileList)
    end if

    If gFileIndex > 1 then

    whichFile = gFileList.getAt (gFileIndex)

    Member ("Display"). FileName = gImagePath & whichFile
    Member ("Display"). Picture = .photo member ("display")
    updateStage
    end if
    end

  • Is there a way to by clicking a zoom image to the area you clicked?

    Until recently (unless my memory is completely shot), clicking on an image to see full size would be to center the image around the point on which I clicked. Recently, clicking on a missed to zoom up to the top left corner of the image. It can be a real pain to access the part of the image that I really want to see when I look at a particularly large image. Is it possible to restore the previous behavior?

    This always works for me.
    I just test and horizontal and move automatically vertical scroll bars display the box I clicked when I open a large image (2400 x 2400) from my hard drive.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • Make a button in a movieClip takes you to a different image outside the movieClip? (AS2)

    I have a project, a clip that contains panoramic text and a button.

    Basically, the second image contains said film clip, the movieClip is panoramic of text, then the last image of the movieClip is a keyframe with a button inside. How can I do so by clicking on the 'next' button takes me to frame 3 of the project overall? Thank you!

    Assign the button an instance name (example uses 'btnName'), then in the timeline that it occupies, put the code so he can tell the main timeline to go to the next section...

    btnName.onRelease = function() {}

    _root.nextFrame ();  or _root.gotoAndStop (3);

    }

    If "_root" does not try to substitute "_level0."

  • Hide the area of a form outside the area another form?

    I use Photoshop CS2 and I want to make sure if I have 2 forms of different fill, mask the area of a shape that is not within the area of the other shape. I made an example to try and make sense-I realize, it's probably quite a basic question, but I can't for the life of understand me! Would be very grateful if someone could explain step by step how to do this, thanks!

    http://img149.imageshack.us/img149/9651/photoshoppathshelpexamp.jpg

    You can use a feature called a clipping mask. In your case, you will place the Red shape on the top layer and the black shape on the bottom layer. Then hold down the ALT key and the cursor in the layers palette between the upper and lower layers. When you see the hand icon change a circle icon double click of your mouse.  This will show the pixels of the layer to the top only where the pixels of the layer below exist.  Thus, the lower layer wants to be your black rectangle surrounded by transparent pixels.

    Paulo

  • DW8 changes & gt; a & amp; GT; in the page based on a template (outside the HTML)

    RESOLVED:

    Of Code rewriting preferences is "encode <>, &, and" in the attribute values using the &' which seems to be the reason for this.


    I am trying to update a model whose children are the code before the HTML tag (on some pages) and when I do that change more than the symbol (in a query) to & gt;. which causes overwriting. It's fairly trivial to find/replace, but I wonder if there is a way I can tell it not to do and if not what else he is changing (is there an article of list/kb on what can I read?) So far, I have found no mention of this anywhere.

    Many thanks for any help...

    RESOLVED:

    Of Code rewriting preferences is "encode <,>, &, and" in the attribute values using the &' which seems to be the reason for this.

    I am trying to update a model whose children are the code before the HTML tag (on some pages) and when I do that change more than the symbol (in a query) to > which causes overwriting. It's fairly trivial to find/replace, but I wonder if there is a way I can tell it not to do and if not what else he is changing (is there an article of list/kb on what can I read?) So far, I have found no mention of this anywhere.

    Many thanks for any help...

  • Help with STROKE widgth - increasing race outside the area.

    I'm new to Illustrator. Having a problem with my race and following with a tutorial. As you can see in the screenshot below when I increase my line width, it increases outside of my object. In the video it aligns perfectly with its object. The lines are clones of the black object beneath it. If I try to resize my red outline alignment is off considerably.

    Video: creating professional Logo - Adobe Illustrator CC (mypage) - YouTube

    Screenshot 2015-09-20 13.12.33.png

    Another thing, when I make my object one stroke, it is automatically larger than my object. As shown here:

    Screenshot 2015-09-20 13.38.48.png

    I think that it is the root of my situation to start with. Is there a way to fix this? Obviously something I'm

    hurt in the first place.

    Any help is greatly appreciated.

    jesterdev,

    What STROKE align inside in the contour palette (instead of in the Center)?

  • How to display the image in the table based on certain conditions

    Hi all

    I have a table of search results which has a column as error.
    The data that appears in this column after research is 1 or 0.

    I want to display an image of success for "1" and a picture of error to the '0' value in the table.

    How to get there?

    TIA,
    Bob

    You must use the af:switcher component - http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_switcher.html

    For example








  • Moving between clips and images outside the MC

    Hello

    I'm a catalog on Flash CS4 ActionScript 3.0

    and I don't know ho to move between video clips using buttons and action script...

    In scene 1, I have 2 images

    In the frame 1 have a clip (MC) and inside that movie clip, I have 10 pictures

    In frame 10 of the MC, I want to put a button that will take me to part 2 of my original calendar (NOT the frame 2 of the MC)

    Can someone tell me how do you?

    or if it cannot do that...

    then... How can I go from frame 1 to frame 2 on my original stage 1 calendar after that clip in the framework one is done?

    Thank you all

    Place your frame 10 button and assign it an instance name in the properties panel... Let's say you name it 'continueBtn '.

    In this same movieclip timeline add an actionscript layer if there isn't one already, and add the following code in a keyframe at frame 10:

    function continueFunction(evt:MouseEvent):void {}

    MovieClip (this.parent) .gotoAndStop (2);

    }

    continueBtn.addEventListener (MouseEvent.CLICK, continueFunction);

  • How to stop the removal of the pixels outside the canvas area?

    When I develop a selection or transfer and image/object autour then deselect the edges/parts that end up falling outside the area of the canvas are deleted.  How can I stop this? When I'm going to move the layer or resize I can't because parts never landed outside the canvas area have been removed.  It's Photoshop CS6, I never had this problem with CS5.

    Activate the crop tool and turn off [] Delete cropped Pixels in the area options.

    -Christmas

  • Rebound from outside the screen area.

    I have three image controls that I use as buttons.  Complete creating the application, I want to use the rebound effect to raise these buttons at the bottom of the screen - outside the screen area.  When I put my starting position to keep it outside the screen area, the page displays scroll bars and once images bounce in place, they disappear.


    This is not an attractive effect.  How can I bounce these controls with a starting outside the area of the screen position and avoid the scroll bars?

    Try setting includeInLayout = false on the buttons until they hit their final

    position.

    If that doesn't work, try to put the buttons in a Web and set the

    width/height of the canvas before you place and animate buttons.  You

    perhaps also the minHeight value = 0 on the canvas.

  • Images in the slide show will not correctly display on mobile phone

    Hello

    I have a site that I used several slideshows, in areas I generally used a rectangle and fill it with a photo.  This was done because my client wants to be able to update the images through the business catalyst.  Unfortunately, seen on a laptop (I am using iOS 7) slide show images do not display correctly.

    What can be done to fix this?  Is there an another workaround I should try?

    Thank you!

    Hi Nicole

    The images you use on a page of parties are tense, if you check the image frame you can see that.

    Thus the image frame is stretched above the image aside, they do not display properly. If you resize since the end of the Muse, then also it is not fixed because Muse remembers the size of the image that you inserted and seen, Muse stretches the image size original than the way in which it was inserted.

    Please resize the images outside the Muse, use any image editor like Photoshop and then use the exact size of the image on the page frame.

    This would solve the problem.

    Thank you

    Sanjit

Maybe you are looking for

  • How to report a problem with Firefox?

    If I do a Google search, click on a link, go to this page, then possibly make a return, about 25% of the time I get a blank page and I have to refresh the page to get the search results will appear back. It started only happens in the last 8-12 month

  • How to set static IP on Windws 2003 server address

    I have a dynamic IP address assigned to my laptop. It is Windows Datacenter Server 2003 running, and I missed the static IP address box when you configure the DNS server. Is there a section in the control panel or the administrative tools section?

  • 653 x traditional

    Saludos mi Primer are post, y agradeceria mucho knew respuesta, el problema tengo are the following: Estoy trabajando con tarjeta DIO-32HS (PCI-6533) en traditional modo, a traves of los examples than provee LabVIEW pude configurar las 32 lines tanto

  • Vista Windows Code 80244021

    I vist Windows SP2 version, while the windows update that I'm not able to update windows vista patches and the following errors are displayed-Code 80244021 on and the update fails, please provide the solution

  • I have a bug with the icons. all the icon open by paint, internet Explorer etc. And I can't start them. So please help me if it is wrong hospitales send you a picture

    http://S1150.Photobucket.com/albums/o606/Valyo95/?action=view&current=c385264a.PNG---qui is an image.This happens when I tried to open a file and I open it with Notepad and then everythink vhanges like that. I tried different programs, but nothink ha