Re: Help with space mysterous small spacing gltich



Jennyvision wrote:
"dorayme" <doraymebutuse777insubjectline@xxxxxxxxxxxxxxx> wrote in message news:doraymebutuse777insubjectline-686F8E.12553625012006@xxxxxxxxxxxxxxxxxxxxxxxxxxx

In article <A3ABf.23273$vG.14932@xxxxxxxxxxxxxxxxxxxxxxx>,
"Jennyvision" <nospam@xxxxxxxx> wrote:


Hi still feeling my way along with HTML and Javascript

I've encountered a small spacing problem in a layout I've just started
working on, and for the life of me I can't see anything that is causing it.
It occured just after I added the mouseover script.


As there are quite a few jpgs, I've set it up and here is the link:

http://www.good4mail.com/TempTest/_Template.htm

If someone could explain what is causing the line break and how to correct
it, I would be very grateful.


(none of the links go anywhere yet, and I know I haven't protected the
javascript for old browsers, and no javascript enabled yet)

Thanks
Jenny

For a start, you need to do the basics, a document type declaration, a head, a title in the head and so on.... You can't just leave all this stuff out and expect things to work right.

There are mistakes in your css all over... you have to put the
unit in for margins and stuff, like "1px" and not " 1 " and so on
and so forth.

You better look at any basic html and css tutes and read from the
very beginning.

I would say to forget about javascript for now till you come up
to speed on the basics.

--
dorayme


It's actually not for a website, it's for an eBay auction template, so the whole top section get stripped, so I didn't include it.

But it will be included in a real webpage so if you want to develop the template and have it behave as it would in the auction included all the required parts, you can comment the boundaries of your template for cut 'n pasting.


<html>
<head>
<title>eBay Template</title>
</head>
<body>
<!-- Start of my template -->

....


<!-- End of my template --> </body> </html>

I thought 'px' was the default unit. It seems to work that way for Netscape, IE, Opera and Firefox. Is there a browser for which this isnt true? Or is it simply good form to include it?

No it is not, CSS rules require a unit specified. The manual is your friend,

http://www.w3.org/TR/CSS21/cover.html#minitoc

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
.



Relevant Pages

  • Re: Jump Menu Issue
    ... > I thought I have another other script in the head session so that I need add ... > I will test DWT and will post back if I have another question. ... >> You only create one DWT and attached it to all your pages whenever the template changes ... Can I do much better if I use dynamic web ...
    (microsoft.public.frontpage.programming)
  • Re: No scroll bar for page + page error(s)
    ... that the javascript in the head preloads ... An error has occurred in the script on this page ... >>FrontPage Resources, WebCircle, MS KB Quick Links, etc. ...
    (microsoft.public.frontpage.client)
  • Re: Menus, Frames and Dynamic Web Templates
    ... css, I can seem to get the CSS to apply to the page based on the Template, ... > you are referring to paths contained within JavaScript. ... >>> the browsers in mind - cross browser JavaScript and Positioning can be ... >>>> I am developing a website in which I have used a two frame frameset, ...
    (microsoft.public.frontpage.programming)
  • Re: Beginning JS
    ... I have my head around the basic concepts and can ... write small scripts but I don't really, currently, have the opportunity ... See if you can write the solution code on your own (research is allowed, but reading followup posts won't help you). ... The best place to learn Javascript? ...
    (comp.lang.javascript)
  • Re: Dynamic Web Template
    ... Most DWT's do have an editable region in the head (typically contains at ... You can add that style tag into the DWT template by default so newly ...
    (microsoft.public.frontpage.client)

Loading