Topic profile page for Style Sheet.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Style Sheet.
Topic "Style sheet" was discussed 10,182 times on 618 sites in last 3 months
Started 2 days, 19 hours ago (2009-11-29 22:56:00)
by cbrace09
Hi everyone and as awlays, thanks for looking! I have attached my CSS file and a sample HTML file. I have spent hours and hours trying to correct a problem i'm having with my style for my web site (using visual studio 08) As you will notice in the default.htm file (attached) the left column does not grow along with the other columns. The default.htm is not a finished work by any ...
Started 2 days, 21 hours ago (2009-11-29 21:17:00)
by tapupartforpres
Hello. I created a style sheet to load for IE 6. I double checked to make sure the IF statement was correct and made sure that the file was in the root level. And no go. No go? Any help? Thanks http://www.dukeprint.net/test_final.html
Started 3 days, 17 hours ago (2009-11-29 01:10:00)
by lordofduct
So as far as I can tell list-style-image (or any list-style at that) is not one of the available css properties enabled with a TextField. I want to have a list of items with bullets in front of them, but using a custom png image for the bullet. Would anyone advise me a method of doing this?
Started 4 days, 19 hours ago (2009-11-27 23:40:00)
by joshuajnoble
I'm having a little problem getting selectors in a StyleSheet to work properly in a TLF. Just curious if this is supported or isn't. Something like: @namespace tlf "flashx.textLayout.elements.*"; tlf|span { fontSize:"30"; } doesn't seem to work in build 12087. Also a second question: a styleName applied to span seems to work fine, but not to a link. Is the only way to style a ...
Started 5 days, 10 hours ago (2009-11-27 08:16:00)
by Markcronin123
Hi I have in error created all my css for a site as "this doccument only" what i meant to do was create a site wide style sheet ! Is there a way to copy my css and turn it into a .css file that applies to the whole site, without starting again. Help much appreciated. many thanks Mark [Subject line edited by moderator for clarity]
Started 6 days, 7 hours ago (2009-11-26 10:54:00)
by themigrant
hi, this is my first Joomla project that i oplad it to the net from the begenning, I mean not in the localhosat first. the problem is the first page looks cool no any problems, when i added another menus and clicked on them the site show without any design, looks like there is no style sheets!!! you can see it on line www.endlessautumn.dk the first page (news) looks fine, but if you click...
Started 6 days, 8 hours ago (2009-11-26 10:50:00)
by dp135
Hi, I know how to move styles into a style sheet using the manage pane but ran into some duplication issues. I realized as I did it that there was probably a better way to avoid this and being a CSS novice I had missed it. My question is this. If one has 10 pages - each with 3 styles on the page .style1, 2 , 3 what is the best way to move them in to a CSS file without ending up with 10 .style1 ...
Started 6 days, 18 hours ago (2009-11-26 00:39:00)
by shimam
Please help me to fix my XSLT Style sheet. When I attached my style sheet in SSRS report Property and export in XML my both sheets are empty . I am using this concept: http://spacefold.com/lisa/post/2007/10/03/Changing -the-Sheet-names-in-SQL-Server-RS-Excel-QnD-XSLT.a spx My XSLT style sheet looks like below. Administrator 2009-11-17T02:33:24Z 2009-11-...
Started 1 week, 1 day ago (2009-11-23 19:08:00)
by Conservmom
I ran the Windows 7 Advisor on my HP Laptop running Windows Vista Home Premium. I received the error "cannot view XML input using style sheet." What should I do about this? Any help will be greatly appreciated. Thanks. 1 person needs an answer I do too
Started 6 days, 6 hours ago (2009-11-26 12:51:00)
by KathyW2
If you have styles that will be used only on one page, leave them on that page. (For consistency in your website, this shouldn't be something that happens a lot.)
Started 5 days, 9 hours ago (2009-11-27 09:33:00)
by Vitek Karas - MSFT
Hi, Your xpaths in the foreach nodes are missing namespaces, that's why they don't find any results. The input document has defaul namespace "Master" and thus you need to modify your XPath to refer to elements in such namespace. Here is an XSLT which works for me just fine: Administrator 2009-11-...
Started 6 days, 5 hours ago (2009-11-26 13:42:00)
by DeanMarshall
If your site is running on the apache web server you don't need to turn SEF urls off to make this work. Simply make sure all three of the sef options are set to 'On' and rename the file htaccess.txt to .htaccess - note that the filename starts with a dot. Dean
Started 5 days, 10 hours ago (2009-11-27 08:25:00)
by pziecina
Hi Highlight the css from the document and select - Format - css styles - move css rules. Select new style sheet from the dialog, name the style sheet and save. Check that a link has been created for the new style sheet, if not select attach style sheet from the - Format - css styles list. PZ
Started 2 days, 19 hours ago (2009-11-29 22:52:00)
by joshuajnoble
Any code would be very helpful. Thanks! With regard to the links, I noticed that with the following two nodes declared in a TextFlow object Some Text. A link. and the following style declaration: .linkStyle { color:"0xFF0000"; } Only the span is styled, not the LinkElement. Is the only way to style the LinkElement through the ...
Started 2 days, 18 hours ago (2009-11-30 00:22:00)
by wiklendt
you have only attached your external css file... also, which browser(s) are you using, or wanting for this to work in? (i assume internet explorer from your style sheet, but any others? do you want it to work in firefox, opera, google chrome, etc?) (edit: and just curious: why have you put this in the "ASP and ASP.NET" forum?)
Started 1 week, 1 day ago (2009-11-24 07:47:00)
by Stevev
Thanks Steve!! That was really dumb of me! I'm a bit surprised it didn't get picked up by the syntax checking when I saved Apex? Just goes to show you can look at something too long and not spot the obvious.
Started 2 days, 4 hours ago (2009-11-30 14:25:00)
by Wickham
Your IE6 conditional comment is before the styles in the head section style tags, so the IE6 styles are overwritten by what is processed later. Move the IE6 conditional comment down below the style tags.