Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by j111111

  1. j111111

    css borders - clutching at straws

    Thanks, but it's not the whole of a cell I'm wanting to apply a border to. I understand how css can apply different borders to different edges of tables/cells, Putting a nested table's kind of worked in places and not others - it messes up the alignment of a sliced image I'm using in the...
  2. j111111

    css borders - clutching at straws

    Is there any way possible to use css to apply a border to just part of one side of a table? (eg if the table is 300px, just apply a border to 200px of the bottom of it) I very much doubt this is possible but if anyone has any suggestions of doing this (css or otherwise) it would be very helpful.
  3. j111111

    fading image into background

    I finally figured out how to change the linear fill how deecee said. In Fireworks 3 the pallete selector isn't where you choose what type of gradient/fill you want. You get to this by choosing the main drop down menu at the top of the panel ( where the other options are to change the panel...
  4. j111111

    make background image link?

    Thanks, but it just linked whenever the mouse was clicked anywhere in the document body. I've been sat all morning changing random tiny details of my code, one bit at a time - changing an empty <td> by 1 pixel sorted it out in the end. Don't know why it worked because it made everything else...
  5. j111111

    make background image link?

    Hello, I have a background image in one of my tables that I want to be a link to another site. I tried drawing a cell over the part of the image I want to be the link (so I could link that) but that messes the alignment of other images/cells/tables in the page. Does anyone know if it's...
  6. j111111

    rollover for form submit button

    Thanks, it's worked really well! Josie
  7. j111111

    rollover for form submit button

    hello, I currently have an image for my submit button on a form. The HTML code is: <input type=&quot;image&quot; border=&quot;0&quot; name=&quot;submit&quot; src=&quot;../images/loginarrow.gif&quot; width=&quot;18&quot; height=&quot;20&quot; alt=&quot;go&quot;> I am wanting to make the image...
  8. j111111

    copying over state of button

    I'll have a go ....
  9. j111111

    copying over state of button

    As in the editing page where the rollover is? not that I can figure out. When I try to 'save for web', Flash reverts back to the main document, which shows the up state of the button. Is there a way to copy & paste the rollover somewhere - in another document perhaps?
  10. j111111

    copying over state of button

    Hello, I am currently making a HTML version of my company's website which has been designed in flash. The whole thing's gone really well until the VERY LAST thing I have to do, which is copy an image that is the submit button on a form. The up image is fine - I've been able to hide all other...
  11. j111111

    iframe scrollbar

    Cheers for the ideas - I'd tried using body{ ...colours Ilayer{...., & iframe{... & none worked. What I'd done was to put the link to the .css in the head of the document that had the whole page with the ilayer/iframe in it. The .css was right starting with body { but it should have been linked...
  12. j111111

    iframe scrollbar

    Hello, I've made a coloured scrollbar to use for my iframe/ilayer (I've used both so IE & NN can see the content). I've used .css & linked from my document to the stylesheet, but I don't know what to put at the beginning of the .css to make the scrollbar apply to the iframe rather than the...
  13. j111111

    adding colour to &lt;ul&gt; &lt;li&gt; bullet points

    thanks for the tip on comments - i've just been trying to keep stuff to the bare minimum for now but i can see how they'll help when you go back to look at something a few weeks down the line.
  14. j111111

    adding colour to &lt;ul&gt; &lt;li&gt; bullet points

    it was only for a few lists out of about 50 pages - in this case it's only really worth putting it into the tag itself. I try to keep my CSS stuff for styles I'll be using a lot throughout the site so my code doesn't get too cluttered/hard to understand (I'm only just starting getting into the...
  15. j111111

    adding colour to &lt;ul&gt; &lt;li&gt; bullet points

    That worked, cheers! My pages can stay all blue now ;-D!

Part and Inventory Search

Back
Top