Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
dreamweaver style sheets
Old 10-01-2005, 03:37 PM dreamweaver style sheets
Novice Talker

Posts: 6
Trades: 0
i just created a couple style sheets in dreamweaver, but everytime i insert a new hyperlink it covers the last one entered. i've tried moving one of them but it just moves both. i'm not sure if its the style sheet or?

i'm very unexperienced in dreamweaver thats all i gotta say about that

i've attached a screenshot of the issue

a:link {
font-size: x-small;
font-style: normal;
color: #666666;
background-position: left bottom;
text-decoration: none;
line-height: normal;
font-family: Verdana;
position: absolute;
visibility: visible;
left: 75px;
top: 360px;
right: auto;
bottom: auto;
width: 1px;
height: 16px;
}
a:hover {
text-decoration: underline;
font-family: Verdana;
font-size: x-small;
font-style: normal;
line-height: normal;
}
font {
font-family: Verdana;
font-size: x-small;
font-style: normal;
}
-->
</style>
Attached Images
File Type: png eh.PNG (887 Bytes, 86 views)
Tugsy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-01-2005, 03:51 PM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
you can couple of options.

1. if you handcode, you can use the code view to enter those links.

2. from this tiny screenshot, i cant make out exactly wats happening..

3. u can disable the visual aids so that you dont c that "tiny" box and you can edit/add your links.

4. from what you said, it is got nothing to do with your css. probably you have a complex layout.

if u have a nested layout (1 div inside another), DW will try to move both.

btw, which version of reamweaver you are using?
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 10-01-2005, 06:18 PM
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,390
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Your links are all positioned absolutely so they are all in exactly the same place and on top of each other.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-02-2005, 01:37 AM
Novice Talker

Posts: 6
Trades: 0
Quote:
Originally Posted by chrishirst
Your links are all positioned absolutely so they are all in exactly the same place and on top of each other.
ive tried the other two types - relative, and static, but those only allow me to move the link up and down. which do i select to be able to move the links to whatever place?
Tugsy is offline
Reply With Quote
View Public Profile
 
Old 10-02-2005, 03:09 AM
Novice Talker

Posts: 6
Trades: 0
this doesnt have anything to do with the style sheets, but when i try to move a form it sometimes creates a new table and its making it hard to move. a screenshot is attached

Last edited by Tugsy; 10-02-2005 at 02:58 PM..
Tugsy is offline
Reply With Quote
View Public Profile
 
Old 10-02-2005, 03:59 AM
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,390
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
It's because the positioning is applied to the anchor "<a>" element so all <a>'s on the page/site will share the one position. Why are you creating links that are only 1 pixel wide anyway ?

The positioning should be applied to the parent container of the link. However;

1/ avoid using position absolute, It's the one thing that causes more problems for newbies.
2/ Learn to code HTML & CSS, it's nowhere near as difficult as you think.
3/ Avoid using tables for layout and learn how to use CSS for layout instaed.


2nd question.

I have absolutely no idea. I don't use the WYSIWYG view, but the answer is related to 2 & 3 above.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-02-2005, 07:16 AM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
as chris said, why you have so less space bet the fields.
the most obbvious reason would that they overlap.

u have a complicated layout.

try to recreate the same layout but with sufficient space between the fields and see if you run into any problems.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 10-02-2005, 03:12 PM
Novice Talker

Posts: 6
Trades: 0
im working with a blank html document, so it cannot be my layout.i think the fields look neater with less space between them, i rather have everything nice & small.

how wide should a link be? i have the links set at xsmall which seems to be about 8 9 pixels?

i'm just wondering why it only allows me to move the text up & down. i guess ill stick with cell padding, and maybe mess around with a couple other style sheets and see what happens.

just one more question but when i type something and i change the font size to say "+7" and then i go back and try to change it to "+1" its blurry?

i'm about to download or err *buy* dreamweaver/fireworks 8 & see what they have to offer. i'm very grateful that you two took the time to help me out
Attached Images
File Type: png dcd.PNG (1.6 KB, 3 views)
Tugsy is offline
Reply With Quote
View Public Profile
 
Old 10-02-2005, 04:51 PM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
to the font size

are you working with arial, helxxx font??

that displays like that when the size is reduced.

Quote:
im working with a blank html document, so it cannot be my layout.i think the fields look neater with less space between them, i rather have everything nice & small.
hmm.. are u using the layout view to "draw" ur layers for those form fields??

dreamweaver / fireworks 8 has got some excellent layout features and css rendering.

i would def advise u to try that and c, if ufind it daunting u can always go back.

i would def recommend it

maybe tonite i will try and recreate ur prob and c what happens

keep us posted
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 10-02-2005, 11:46 PM
Novice Talker

Posts: 6
Trades: 0
im using verdana

yes actually i am using layout view, i assume standard view would fix the problem?

i just opened up dreamweaver 8 and i really like the "starter pages" feature. i've just edited one to my liking and i think i will be able to learn better from just looking at other code and messing around with it. everything is great so far.

thanks again!
Tugsy is offline
Reply With Quote
View Public Profile
 
Old 10-03-2005, 12:38 AM
angele803's Avatar
Perfectly Imperfect

Posts: 1,772
Name: Stephanie
Location: Oklahoma
Trades: 2
From my experience, Dreamweaver's layout view really freaks out when you use CSS. I had this problem before and it drove me crazy. Before you assume that your layout is going to look like it does in the layout panel, save it and preview it in the browser. I dont know why dreamweaver acts that way, but it really gave me headaches!
angele803 is offline
Reply With Quote
View Public Profile
 
Old 10-03-2005, 10:36 PM
Novice Talker

Posts: 6
Trades: 0
i see, thanks for pointing that out. i was wondering how would i make it so my domain ex bleh.com redirects to my forums bleh.com/forums or whatever?
Tugsy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to dreamweaver style sheets
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.67113 seconds with 13 queries