/    Sign up×
Community /Pin to ProfileBookmark

CSS!!!!! Help

how is the short way for write this:

.star
{
background-image: url(‘1.gif’);
background-repeat: no-repeat;
}

.imageTwo
{
background: url(back.gif) #fff bottom left repeat-x;
width:197px; /# width:200px;
display: block;
border-left: 2px solid #dcdce9;
border-right: 2px solid #dcdce9;
border-top: 2px solid #50c0f0;
border-bottom:2px solid #50c0f0;
color: #0d2474;
text-decoration: none;
}

.menutitle
{
cursor:pointer;
margin-bottom: 1px;
color:#10529c;
width:200px;
padding:2px;
text-align:left;
font-size:12px;
font-family:arial;
line-height:20px;
}

???? pls help!!!!:eek:

to post a comment
CSS

7 Comments(s)

Copy linkTweet thisAlerts:
@WebJoelJun 24.2007 — <style>

.star

{

background: url('1.gif') no-repeat;

}

.imageTwo

{

background: #fff url(back.gif) bottom left repeat-x;

width:197px; /# width:200px;

display: block;

color:#0d2474

border: 2px solid #dcdce9;

border-top: 2px solid #50c0f0;

border-bottom:2px solid #50c0f0;

text-decoration: none;

}

.menutitle

{

[B]cursorointer;[/B]

margin-bottom: 1px;

width:200px;

padding:2px;

text-align:left;

font:12px #10529c arial;

line-height:20px;

}

</style>[/QUOTE]
Is a start, -but I have no idea what [B]cursorointer;[/B] is supposed to be. Possibly you mean to write [B]cursor: pointer; cursor:hand;[/B]. Use of these [I]two[/I] addresses a proprietary problem for IE5x, -that version uses "hand" instead of the compliant("correct") "pointer". Be sure that "pointer" come before "hand" or IE5x gets mad..
Copy linkTweet thisAlerts:
@ray326Jun 25.2007 — Is a start, -but I have no idea what cursorointer; is supposed to be. [/QUOTE]It's a result of the "auto smilies" "feature" of this forum software.
Copy linkTweet thisAlerts:
@docpepperJun 25.2007 — cursorointer; should be cursor: pointer; rofl...

dont put : and p together ftw!
Copy linkTweet thisAlerts:
@WebJoelJun 25.2007 — -Makes sence once I LOOKED at the post 'in the forum view'. I copied & pasted to my editor and saw "cursorointer" (my editor apparently having stripped out that whic it didn't understand..) ?
Copy linkTweet thisAlerts:
@____MaNiC_MoE____Jul 10.2007 — [code=html]
<style type="text/css">
.imageTwo
{border:2px solid #50c0f0 ;}
/* Better than writing the same thing for each side individually */
</style>
[/code]
Copy linkTweet thisAlerts:
@WebJoelJul 10.2007 — .star

{

background-image: url('1.gif');

background-repeat: no-repeat;

}[/QUOTE]


Could be written as:

.star {background:url(1.gif) no-repeat;}[/QUOTE]

and be saying the same thing.

Also, an image-name should not begin with a [I]numeral[/I], but a alphabeic character.
Copy linkTweet thisAlerts:
@ray326Jul 10.2007 — Also, an image-name should not begin with a numeral, but a alphabeic character.[/QUOTE]You're getting really picky in your old age. ?
×

Success!

Help @liccy spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.24,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...