navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Free FrontPage Templates

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Several issues needing help...

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Several issues needing help...
Page: [1]
 
Lazykatz

 

Posts: 159
Joined: 1/12/2005
Status: offline

 
Several issues needing help... - 3/20/2005 3:49:13   
Hi all,

I am in need of a little help with several issues with the site reconstruction if you have the time.

Current issues:

1. I would like to use opacity, if all browsers support it, in need of code for Div.

2. Forms- code to clear text on click.

3. Javascript- This is the biggest problem! When inserted, it literally does something different to all browsers.

4. There is one Div in Ex-plorer that will not set flush like all other browsers.

5. In need of a program to reduce size on animations. I was going to use Gimp, but it will not work on my pc. I tried to reduce using CSS, but it didn't work.

6. On current site, http://lazykatz.com, I used an inline frame because there is an error and thank you page. I'm trying to get it to work the same way, by putting all content of those pages in one inline Div with hidden scrollbars and using bookmarks.

7. Can anyone tell me the conversion ratio for px to em. I have both in code, and I think if I had it all coded with one or the other, preferring em, it would probably eliminate some alignment issues.

Here is the page/s of current new site, http://fpwm.lazykatz.com/blue/new_page_3aaaa.htm

I'm off to validate page, I know I should do that 1st, its been an **s backwards day after redoing entire page to satisfy forms in Opera.

Validation was purrrrrrfect.

Thankz All in advanze,
Grizz :)

< Message edited by Lazykatz -- 3/20/2005 6:11:10 >


_____________________________

http://lazykatz.com

Giomanach

 

Posts: 6129
Joined: 11/19/2003
From: England
Status: offline

 
RE: Several issues needing help... - 3/20/2005 8:06:07   
quote:

1. I would like to use opacity, if all browsers support it, in need of code for Div.

Doesn't work in Opera, not valid CSS

quote:

2. Forms- code to clear text on click.

JavaScript needed here:

<input type='text' name='txtUserName' value='UserName' onblur="if(this.value=='') this.value='UserName'" onfocus="if(this.value=='UserName') this.value='';" />


That does validate btw kids...

quote:

3. Javascript- This is the biggest problem! When inserted, it literally does something different to all browsers.

Of course it will. Each browser parses the JS in different ways, each user has different JS settings - there's nothing you can do but ensure you have a script the does what you want....

quote:

4. There is one Div in Ex-plorer that will not set flush like all other browsers.

Use IE Conditionals to style for IE only.

quote:

5. In need of a program to reduce size on animations. I was going to use Gimp, but it will not work on my pc. I tried to reduce using CSS, but it didn't work.

To use GIMP you need to install the GTK environment on windows systems for it to work. Otherwise, there's Adobe Image Ready, Macromedia Fireworks or Jasc Animation Shop



_____________________________




(in reply to Lazykatz)
jaybee

 

Posts: 14191
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Several issues needing help... - 3/20/2005 11:26:15   
quote:

Can anyone tell me the conversion ratio for px to em


Nope, different on different machines/browsers/opsystems/setups



_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Giomanach)
c1sissy

 

Posts: 5086
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: Several issues needing help... - 3/20/2005 11:56:37   
for opacity in CSS, here are a few links for you to check out, with what browsers are supportive,
http://www.quirksmode.org/css/opacity.html
http://www.mandarindesign.com/opacity.html
http://www.mandarindesign.com/opacityblending.html
http://www.meyerweb.com/eric/css/edge/complexspiral/demo.html
http://www.domedia.org/oveklykken/css-transparency.php

this one is really interesting and css3 right now
http://www.ssi-developer.net/css/visual-filters.shtml

For your fonts, do a font search with css, and you will find pages that will give you what a font "should" look like, but as Jaybee states that will be different per browser etc...

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to jaybee)
Lazykatz

 

Posts: 159
Joined: 1/12/2005
Status: offline

 
RE: Several issues needing help... - 3/20/2005 18:22:37   
Thanks All!

quote:

quote:

3. Javascript- This is the biggest problem! When inserted, it literally does something different to all browsers.

The script in question is like a news ticker from http://www.codeamber.com/ and I have no control of it except placing it in code of page. Most browsers do a number on the fonts, some alter colors, Opera..jeeeeez.. literally dstroys all aspects of the page.

Is there a way to place it in a Div and edit posisiton to center above the text that is in place on page and not destroy the rest of the page? Or could it be placed, do I dare, in an inline?

quote:

To use GIMP you need to install the GTK environment

installed GTK, but kick me please for having an old Me system, looking at older versions of Gimp or I'll go get one of the other programs above. Only have 2 images to edit, so I'm sure a trial version would be sufficient.

quote:

quote:

Can anyone tell me the conversion ratio for px to em
I did find a page saying 1px equals .75em. Haven't tried or know if it is correct.

quote:

For your fonts, do a font search with css,
All fonts stay correct until I add the the javascript link to amber alert.

Again, thanks all for your input/help, you gave me something to do with my 3 days off. BTW, did anyone like the page? I'm just curious.

Grizz :)

_____________________________

http://lazykatz.com


(in reply to c1sissy)
caz

 

Posts: 3589
Joined: 10/10/2001
From: Somewhere south of Chester, UK
Status: offline

 
RE: Several issues needing help... - 3/21/2005 7:03:19   
For approximate px to em, or % font sizing have a look at this chart and establish a base font size in your body to work from.

This does hand back user control on text sizing, which is what we all want, don't we:)

HTH
Carol

_____________________________

Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard.
Cheshire cat. www.doracat.co.uk

I remember when it took less than 4hrs to fly across the Atlantic.

(in reply to Lazykatz)
c1sissy

 

Posts: 5086
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: Several issues needing help... - 3/21/2005 7:16:10   
Caz, can you post this in css links? Sort of make a nice large bold posing on this one?

I ran across something like this a while ago, and never bookmarked it. This is really an important find in my opinion. Thank you so much for posting it. I know a lot of people will appreciate this one.

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to caz)
Lazykatz

 

Posts: 159
Joined: 1/12/2005
Status: offline

 
RE: Several issues needing help... - 3/21/2005 19:42:37   
Thanks caz, I already have that link and used it to set up the fonts on page.

Deb, I think I found it in the css links post.

If this link was for em to px ratio, I am wanting to change the colunms, cells..etc to one or the other.

quote:

I did find a page saying 1px equals .75em. Haven't tried or know if it is correct.
I'll go back thru my notes and find the link for this and post it.

Grizz :)

_____________________________

http://lazykatz.com


(in reply to c1sissy)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Several issues needing help...
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts