close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

CSS Sculptor - is this a minor bug?

Thread began 7/06/2012 1:52 am by mrs | Last modified 7/09/2012 12:22 pm by mrs | 1247 views | 4 replies

mrs

CSS Sculptor - is this a minor bug?

I have just used CSS Sculptor in Design Extender and I have created different colours for text links in the header in comparison to the rest of the page. I set the body to have red links, and then the header to have yellow... but it didn't work... so I said sod it, it 3 in the morning and I am going to bed.

Now I have had four hours of sleep and dropped the kids of at school etc, I feel fully refreshed and have looked at it with a fresh pair of eyes. It was quite straight forward really; the header styles for 'a', 'a:active' etc all have a '2' after them! I removed the 2 and it obviously worked straight away.

It might be a bug with the extension as it stands, and thought I'd point it out for anyone who is struggling with the same issue, but it's simple enough to correct once the css has been created.

Below is what was created, and I simply deleted the '2' in the header styles to get it working as desired.


THE PAGE AS A WHOLE:

a, a:link {
color: #FF0000;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #FF0000;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #FF9900;
text-decoration: underline;
}
a:focus {
color: #FF9900;
}
a:active {
color: #FF9900;
}


THE HEADER SECTION:

#outerWrapper #header a2 {
color: #FFCC00;
}
#outerWrapper #header a:visited2 {
color: #FFCC00;
}
#outerWrapper #header a:hover2 {
color: #CCCCCC;
}
#outerWrapper #header a:focus2 {
color: #CCCCCC;
}
#outerWrapper #header a:active2 {
color: #CCCCCC;
}

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...