Help! Prob with CSS display

I created 3 different local sites for possible web pages
using CSS. I can still view the sites in browsers - have headings
with logos, horizontal naviation bars etc - but in display view
they revert to writing( eg the original unordered list). I cannot
even remake them. What did I do? How can I correct?

VIEW | Style Rendering > Display Styles
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"hnajskmei" <[email protected]> wrote in
message
news:ggbh24$895$[email protected]..
>I created 3 different local sites for possible web pages
using CSS. I can
> still view the sites in browsers - have headings with
logos, horizontal
> naviation bars etc - but in display view they revert to
writing( eg the
> original unordered list). I cannot even remake them.
What did I do?
> How can
> I correct?
>

Similar Messages

  • Quick help with css display in IE7

    Hi, I haven't been on this forum in ages - I have a slight display glitch would love some help with:
    http://magma.ie/magmablog-html/index.html
    It looks great in the latest and greatest browser (IMHO!): - firefox 3.5.6
    http://cl.ly/17cD
    but IE7 pops the search field in the sidebar off to the right, at least, according to browsershots.org
    http://cl.ly/1A1f
    Thanks, H

    It looks OK in IE8 but IE7 is having trouble with the #Sidebar width.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Help needed with CSS menu please

    Hello
    Could someone give me a hand with a CSS menu I am struggling
    with please?
    I want each of the blue menus to have a black border around
    it (so 4 borders in total). And how do I make each menu have a
    closer gap? I need them squashed up a little bit more vertically.
    The code is as follows -
    <style type="text/css">
    #ddblueblockmenu{
    width: 179px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 0 solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    #ddblueblockmenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font: normal 75% 'Trebuchet MS', 'Lucida Grande', Arial,
    sans-serif;
    border: #000000;
    #ddblueblockmenu li a{
    display: block;
    padding: 5px 0;
    padding-left: 9px;
    width: 169px; /*185px minus all left/right paddings and
    margins*/
    text-decoration: none;
    color: white;
    background-color: #2175bc;
    border-bottom: 11px solid #FFFFFF; /*change border gap size
    here*/
    /*border-left: 1px solid #1958b7;
    * html #ddblueblockmenu li a{ /*IE only */
    width: 187px; /*IE 5*/
    w\idth: 169px; /*185px minus all left/right paddings and
    margins*/
    #ddblueblockmenu li a:hover {
    background-color: #2586d7;
    border-left-color: #1c64d1;
    #ddblueblockmenu div.menutitle{
    color: white;
    border-bottom: 1px solid black;
    padding: 1px 0;
    padding-left: 5px;
    background-color: #FFFFFF;
    font: bold 60% 'Trebuchet MS', 'Lucida Grande', Arial,
    sans-serif;
    </style>
    <body>
    <div id="ddblueblockmenu">
    <ul>
    <li><a href="whoarewe.htm"><strong>What We
    Offer</strong></a></li>
    <li><a
    href="guidelines.htm"><strong>Professional
    Guidelines</strong></a></li>
    <li><a
    href="workshops.htm"><strong>Workshops</strong></a></li>
    <li><a href="contactus.htm"
    style="border-bottom-color: white; font-weight:
    bold;">Contact</a></li>
    </ul>
    </div>
    </body>
    </html>
    Any help is very greatfull appreciated!!
    Tom

    "Gary White" <[email protected]> wrote in message
    news:[email protected]..
    > On Tue, 23 May 2006 11:42:13 +1000, ".: Nadia :. ACE :."
    > <[email protected]> wrote:
    >
    >>If you want a border the same color around the whole
    menu, you can use the
    >>short-cut method:
    >>
    >>border { 1px solid #FFF;}
    >
    >
    > Uh ...
    >
    > #ddblueblockmenu{
    > width: 179px;
    > border: 1px solid #fff;
    > }
    >
    um... that's what I meant... the OP had all four sides styled
    separately,
    with 0 for one side... but mentioned he wanted a border on
    all sides....
    hence my arrow pointing out the side that had 0 for border
    and what could
    be used as a shortcut method of styling the border....
    Maybe my post wasn't exactly clear ;-)
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html

  • Help needed with CSS drop down menu

    Hi guys,
    I'm trying to build a drop down menu for my site but, despite seeing a few tutorials and examples, I've had no luck yet!
    I'm pretty sure my HTML is correct...
    Code:
        <ul id="nav">
        <li><a href="#">Menu 1</a></li>
        <li><a href="#">Menu 2</a></li>
        <li><a href="#">Menu 3</a>
                <ul>
                    <li><a href="#">Drop Down 1</a></li>
                    <li><a href="#">Drop Down 2</a></li>
                    <li><a href="#">Drop Down 3</a></li>
                    <li><a href="#">Drop Down 4</a></li>
                </ul>
            </li>
        <li><a href="#">Menu 4</a></li>
        <li><a href="#">Menu 5</a></li>
        </ul>
    My CSS looks like this at the moment...
    Code:
    ul#nav {width:920px; height:35px; list-style:none; padding:0; margin:0; background:url(navBg.jpg) repeat-x; font-family:'OpenSansRegular'; font-size:11px; font-weight:700; text-transform:uppercase; -moz-box-shadow:0px 0px 10px #1c1c1c; -webkit-box-shadow:0px 0px 10px #1c1c1c; box-shadow:0px 0px 10px #1c1c1c; z-index:999;}
    ul#nav li a:hover, #nav li a:active {background:url(navOn.jpg) repeat-x; text-decoration:none;}
    ul#nav li a {border-right:1px solid #000; color:#E0E2E7; display:inline-block; float:left; margin:0; padding:10px 19px; width:auto; text-decoration:none;}
    * html #nav li {display:inline; float:left; }  /* for IE 6 */
    * + html #nav li {display:inline; float:left; }  /* for IE 7 */
    ul#nav li ul {left:-9999px; position:absolute; list-style:none;}
    ul#nav li:hover ul {left:0; position:absolute;}
    ul#nav li ul li {}
    ul#nav li ul li a {width:230px; background-color:#efefef; color:#2e2e2e; font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; border-bottom:solid 1px #FFF; padding:7px; margin:0;}
    ul#nav li ul li a:hover {background-color:#028efd; background-image:none; color:#FFF;}
    I'm really struggling with this. Does anyone know how I can get Menu 3 to display the four drop down items beneath it - not the same width as the Menu 3 button but just inline with it.
    Thank you very much and I hope to hear from you.
    SM

    Try this. It's been adapted from a menu I previously made on another site.
    #menu {width:920px; height:35px; padding:0; margin:0; background:url(navBg.jpg) repeat-x; -moz-box-shadow:0px 0px 10px #1c1c1c; -webkit-box-shadow:0px 0px 10px #1c1c1c; box-shadow:0px 0px 10px #1c1c1c;}
    ul#nav a {font: 700 11px 'OpenSansRegular', arial, helvetica, sans-serif; text-transform:uppercase; margin:0; padding:5px 15px; line-height:25px; color: #666; text-decoration: none; display:block; list-style: none;}
    ul#nav a:hover, ul#nav a.active {color: #999; background:url(navOn.jpg) repeat-x; text-decoration:none;}
    ul#nav {position: relative; margin: 0; padding: 0;}
    ul#nav ul {display: none;}
    * html #nav li {display:block; float:left; }  /* for IE 6 */
    * + html #nav li {display:block; float:left; }  /* for IE 7 */
    ul#nav li, ul#nav li li {position: relative; float: left; list-style: none; border-right:1px solid #000;}
    ul#nav li:hover ul {position: absolute; top: 35px; left: -1px; display:block; padding: 0; margin: 0;}
    ul#nav li li {width:230px; background-color:#efefef; color:#000;  font: normal 10px 'OpenSansRegular', arial, helvetica, sans-serif; border-bottom:solid 1px #FFF; border-right:none; border-left:1px solid #000; padding:0 5px;}
    ul#nav li li:hover, ul#nav li li a:hover {background-color:#028efd; color:#FFF;}
    <body>
    <div id="menu">
    <ul id="nav">
        <li><a href="#">Menu 1</a></li>
        <li><a href="#">Menu 2</a></li>
        <li><a href="#">Menu 3</a>
                <ul>
                    <li><a href="#">Drop Down 1</a></li>
                    <li><a href="#">Drop Down 2</a></li>
                    <li><a href="#">Drop Down 3</a></li>
                    <li><a href="#">Drop Down 4</a></li>
                </ul>
            </li>
        <li><a href="#">Menu 4</a></li>
        <li><a href="#">Menu 5</a></li>
        </ul>
        </div>
    </body>

  • Please help me with my display

    Hi,
    My kid was playing around with my mac and now the display looks like it's a comic book and i can hardly makeout some letters when i browse and do my research. I've tried everything... ( I tried to check the display settings under system preferences and still nothing... my final solution was to create another user with admin rights and it looks good there but i need all the files from the other user)
    To me, all the settings on the new user and the original are the same but the original looks like a comic book.
    please help me on this... anybody... please!!!!

    Open the Universal Access pane of System Preferences, turn off White on Black under Seeing, and drag the contrast slider all the way to the left.
    (32695)

  • Help needed with the display of sub-totalling

    Hi,
    I am looking for some help in determining how to count only Y's in a column and then display them in the sub-total row.
    Client      Participant      Prod 1     Prod 2     Prod 3     
    XXXXXX     White, James     Y     N     N     
    XXXXXX Jones James      N     N     N     
    XXXXXX Brown, James      Y     Y     N     
    XXXXXX White, James      Y     Y     Y     
    XXXXXX Rmanth, James      Y     Y     Y     
    XXXXXX Pink, James A     N     N     N     
    XXXXXX Black, James A     N     Y     N     
    Product Counts          4     4     2
    Edited by: user10693087 on Jan 2, 2011 5:44 PM
    Edited by: user10693087 on Jan 2, 2011 5:46 PM
    Edited by: user10693087 on Jan 2, 2011 5:47 PM

    Anyone has any suggestions for my question. Any help is much appreciated. Thanks.

  • Help needed with ALV display - Asynchronous ALV

    I have a requirement to generate a report in ALV and after that i need to abend the Program but after alv list display program is not executing further, Please help.

    Hi
    Didnt understand your issue.
    Can you elaborate.
    Regards
    Raj

  • Please help beginner with CSS background-image

    I'm using Dreamweaver CS4. I set up a local site  on my computer. D:Data\Local_sites\Gravity_Works. Under this directory using Dreamweaver I created 3 folders -  css, images and Templates. In the images folder I have an image -  bg_body_winter.jpg. In the Templates folder I have Gravity-Works-Home01.dwt . I created a new page form the template file and named it index-test01.html and saved it directly in the Gravity_Works folder
    I have this css code in a linked css file in the css folder :
    body {
        background: url(/images/bg_body_winter.jpg) no-repeat scroll center top #C1CAD6;
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
    I uploaded the site to a test folder on my server at fatcow.com. You can see the page using the link below.
    http://www.openrangeimaging.com/Test/Gravity-Test/index-test01.html
    The image appears as it should in Dreamweaver Live View. It does not appear in Design view. It also does not appear when previewing the local file in a browser. The image does not appear when looking at the index-test01.html file thats on the server using the link above. The background-color I specified shows up but not the image.
    I'm confused about how I should name the path to the image. I beleive  it should be site root relative so that no matter where I upload the site,  the image can be found. Can anyone tell me how I should name the path to the image correctly.
    I feel like I should know how to do this and have searched around in the online help and the tutorial books I have but I'm just not getting it.
    TIA for any help.

    body {
        background: url(/images/bg_body_winter.jpg) no-repeat scroll center top #C1CAD6;
    Using a site root relative path, means the server will look for the images folder at
    http://www.openrangeimaging.com/images
    Try using a doc relative path while you're testing (remove the leading / from the path).

  • Plz help prob with a query and.. a trigger

    hi..
    1)i've created a view.gave the commit..
    now when i execute this query i get no rows selected...
    sql>select text from user_views where view_name='d1_v';even when i give sql>select * from user_views; all i see are column names and nothing else..
    do i need to grant my user any privilige. my user has create any view privilige.
    2)
    is it possible for me to create a trigger that updates records by itself for every 6 months by adding 1000 to the sal field
    i tried
    create or replace trigger after logon on emp ..............like that
    but i receive an error saying system triggers cannot be based on tables or views..
    plz help me out..
    thank u
    rajiv

    1. Try "select text from user_views where view_name='D1_V';
    BTW, no need to use "commit", CREATE VIEW is a DDL command, and DDLs do implicit commit.
    2. Why do you want to use triggers ? You can do that in at least two other ways : cron jobs and Oracle jobs.

  • Help - probs with back-up and HD free space

    I've surprisingly run out of disk space and keep doing so regardless of how much I jettison. I ran a utility to find out where all the space is going and I discover my LIBRARY-BACKUP is taking up an amazing 40GB.
    Is it just my ipad and iphone backing up? I deleted a bunch of videos from the ipad but that didn't make a difference.
    Any suggestions on what I can do?
    Can I set my ipad to back up to an external drive?
    Anyone?

    *HD saving tips:*
    Empty the trash!
    Open up your application folder & go through all your apps. Trash all the apps you no longer want and/or use.
    An easier way to do this is to open the Application folder in list view & press the Command+j keys.
    In the the dialog that appears, click the "This Window Only" button & the "Calculate All Sizes" check box.
    Wait a bit until your file & folder sizes have all been calculated, then click the "Size" column to sort your apps from the fattest to the most anorexic.
    Get rid of all your photo files you don't want and/or need. Same goes for those pics off the websites you downloaded (gifs, jpegs, etc.).
    Get rid of all your music files you no longer listen too. Especially, if you already have the actual CD/DVDs or you can later redownload from a website.
    Use Spotlight to make sure you got rid of everything. You can even trash directly from Spotlight!
    Drag what you don't want and/or need to the trash. Better yet, download this neat little shareware app demo called AppZapper. It basically does all the work for you by not only trashing the apps but the apps preference files, caches & all its associated files.
    Another software that does the above is AppDelete. Best of all this software is free!
    Burn what you want and/or need onto CDs or DVDs.
    Not everyone has the luxury of purchasing an external HD and/or Mobile accounts to store their "stuff.”
    You can check with your ISP to see if they offer free storage space. Most if not all do now-a-days.
    There are thousands if not millions of free storage facilities on the web also. Use your favorite search engine to search them out as they come in different storage sizes to fit your needs & wants.
    Check for duplicate fonts.
    Applications>Font Book
    Select “All Fonts”
    If you see any “black dots” next to any fonts this mean you have duplicates and/or multiple versions of these fonts.
    To clean this up, select a “black dotted” font or the Apple + click to select multiple dotted fonts;
    Edit>Resolve>Duplicates.
    What the above does is turns off the duplicates & multiple version fonts. Not delete them.
    More than likely the “extras” were installed by other programs and/or other users.
    Clear out font caches
    Use FontNuke. It does all the work for you. And, best of all it’s FREE.
    Printer Drivers
    Get rid of all the printer drivers you don’t need & use except the ones for your current printer(s)/scanner(s).
    HD>Library>Printers Folder
    If you accidently threw something out that you needed for your printer/scanner it can be easily obtained from the manufacturer’s website and/or from the CD that came w/the printer/scanner.
    Garage Band
    Has about 1GB of loops stored. Get rid of some some them. You surely don’t use, like and/or need them all.
    HD>Library>Audio/Apple Loops>Apple>Apple Loops For GarageBand
    Or just get rid of the Garage Band app altogether if you don’t use it.
    Get rid of extra languages
    Strip your computer down to your “native” tongue.
    You can do this with a FREE utility called Monolingual. Another app that apparently does all the work for you. I’ve never used it. However, a lot of users here swear by & recommend it highly.
    However, there is a warning for *native English speakers*. Make sure you keep BOTH English and English (United States).
    Other Resources:
    HD Space Checkers:
    Disk Inventory X (FREE)
    WhatSize (SHAREWARE)
    OmniDiskSweeper (FREE)
    GrandPerspective (FREE - donation)
    Slimming your hard drive
    Rule of thumb: You should never let your hard drive get to where you have only 10-15% of space left.
    ================
    "Can I set my ipad to back up to an external drive?"
    The iPad users hang out in their own forum. Ask your question there.
    !http://i53.tinypic.com/2wqybd0.gif!

  • OS X 10.7.2.2 issues with Thunderbolt Display

    Help! With Thunderbolt display, Mac-mini and OS X 10.7.2.2 I get a blank screen when mini reawakens from sleep. Moving the cursor around like a paint brush reveals a portion of the underlying log-in screen. Once I uncover my user icon and log-in, my desktop will appear and function normally!!!
    IS this caused by (1) the Thunderbolt display, (2) the latest Lion update or a combination of both ? I experienced no problems with older display and Lion 10.7 !!
    Any solutions/recommendations?

    Hello Drew,
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.

  • Dreamweaver cc unusably slow with CSS or Display Styles

    Dreamweaver cc 2014.1.1 6982 build is so slow I can no longer use it. Running 10.10.2 on a 2.7 GHz Intel Core i5 iMac with 16gb and Dreamweaver has so much delay between when you click or type and something happening. I have found that if you don't use any css it is fine and if you turn off Display Styles it also speeds it up. However not having these make using dreamweaver pretty pointless.
    Now going to have to go back to CS6 or use a different program completely.

    A lot of people are using CC successfully.  Everyone's system is different.   Slowness can be caused by various things including but not limited to:
    network drives,
    backup software,
    anti-virus software,
    GA Tracking code,
    null protocol links // to scripts on 3rd party servers like Typekit.
    Google Ads,
    CSS @import,
    code validation errors
    If none of the above are relevant, try Deleting Corrupted Cache in DW
    http://forums.adobe.com/thread/494811
    If that doesn't help, try Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    If all else fails, use the CC Cleaner Tools below followed by a software re-install.
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    Also ensure that you have Java SE 6 runtime.  Yosemite ships with 8 but that won't help you with DW.
    Java SE 6 Direct download:
    http://support.apple.com/kb/DL1572
    Nancy O.

  • Help with CRT display...

    Hi all...
    I'm facing a nasty problem connecting an external crt display to my MacBook Pro.
    First here's the setup:
    -Two MacBook Pro 2.4 GHz
    -G4 Cube 450MHz
    -iBook G3 800MHz
    -CRT DPRO750SB 17" (Nec-Mitsubishi)
    -CRT AT897D-1 17" (Formac)
    -Problem:
    I used to connect the DPRO750SB to one MBP with the Apple's DVI/VGA adapter and everything was fine but now the display doesn't light up anymore.
    Furthermore, trying to boot with the display hooked up make the computer crash during startup.
    -Clues:
    The display and its VGA cable seems OK since there is no problem with the G4 Cube (VGA to VGA) nor the iBook (mini-DVI/VGA).
    I have no problem using the Formac Display with both MBP (DVI/VGA).
    The DPRO750SB icc profile don't show up anymore in the "Displays" Preference Pane.
    I'm able to get the DPRO working sometimes by plug the Formac in, unplug it, then plug the DPRO in.
    (in this case, the "Displays" Pref Pane says it's the Formac).
    I'm really lost now...
    Any help would be greatly appreciated...
    Thanks
    Fabrice

    Well BF1942 and 3D mark both run fine, stable, no glitches and run at the size they are supposed to.  Does anyone have any suggestions?  PLEASE HELP!  
    twanto

  • Hi, recently i bought macbook pro with retina display and installed windows 8 professional original software also. but in windows 8 track pad is not working properly. can you help me with providing drivers for trackpad to work on windows 8 professional .

    hi, recently i bought macbook pro with retina display and installed windows 8 professional original software also. but in windows 8 track pad/ TOUCHPAD is not working properly. can you help me with providing drivers for trackpad to work on windows 8 professional .

    Did you download and install the Windows Support software? If you did, did you use the Boot Camp Control icon to set up the trackpad how you want it?
    http://www.apple.com/support/bootcamp/
    https://discussions.apple.com/community/windows_software/boot_camp

  • HT1338 When trying to update getting (error surle error domain error-1100). It started yesterday, any help would be great. I have Mountain Lion 10.8.1 on a new macbook pro with retina display.

    When trying to update getting (error surle error domain error-1100). It started yesterday, any help would be great. I have Mountain Lion 10.8.1 on a new macbook pro with retina display.

    There are many people suffering from this problem right now (including me). It appears to be a server issue. Just wait and try checking for updates again tomorrow.
    Some things I have heard indicate that this may be a regional problem, though what parts of the world are affected I don't know yet. A few people have been helped by deleting the following preference file (paste the path into the Go -> Go to Folder window in the Finder to locate it), though most have not:
    ~/Library/Preferences/com.apple.SoftwareUpdate.plist
    Note that if you are trying to download iTunes 10.7, that can be found here:
    http://support.apple.com/kb/DL1576
    Also, note that there is no reason to be anxious to get it, as the only thing added in iTunes 10.7 is compatibility with iOS 6, which will not be available until the 19th, and the new iPhone, which will not be available until later as well. The new iTunes that was announced is iTunes 11, which is also not yet available.

Maybe you are looking for