CSS rules to fluid grid?

Hello

I've been working with checkerboard in fluid and when I created a page that I see in the CSS panel under page.css I have 3 CSS rules for header or content panel CSS for the div that I put in place!  Now if I have some CSS 3 just header rule edit off all off them or them please? Or is the top one you need to edit the CSS in the Panel, you must edit so just one out of them?

I use Dreamweaver CS6

Looking forward to hear from you.

Thank you

Brian

See this example FGLayout.  View source to see the code.

ALT-Web: grid fluid Test #4

These are style sheets, I used:

Sensitive layout

http://ALT-Web.com/FluidGrid/FluidGrid.CSS

My custom content styles

http://ALT-Web.com/FluidGrid/content-4.CSS

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Fluid grid to change with pages (editing my CSS)?

    Good day to all, after that coding of four pages, I realized that as I am deleting some div and css on one page rules, the changes are applied to all my pages and thus when I open some pages now... they are crazy because I deleted the rules in other pages. What I did to create the index page and after I actually was and I went to the following but used my index finger as a model in the sense that I simply clicked on "save under" and entered in the 'about' and then I removed the div and css who accompanied the given divs and ocded rules these out to see that these changes , I did on a different page have been applied on my index also page. Is there a way I could avoid this or does this mean I have to encode each page from scratch? I'm new to the DM 'fluid grid' implemented.

    External CSS files are applied through your html documentTags like this.

    boilerplate. CSS"rel ="stylesheet"type ="text/css">" "

    FluidGrid.css"rel ="stylesheet"type ="text/css">" "

    Content.CSS"rel ="stylesheet"type ="text/css">" "

    Content.CSS is my stylesheet for content.  If you need it, you can apply the media to your custom CSS - notice the extra set of curly brackets {} for each media query.

    / Special rules for mobile devices * /.

    @media only screen and (max-width: 480px) {}

    Body { -font size: 75% }

    / * Hide some div tags * /.

    #LayoutDiv5, #LayoutDiv6, #LayoutDiv7 { display: no }

    }

    / Special rules for tablets * /.

    @media only screen and (min-width: 481px) {}

    Body { do-size: 100%; }

    }

    / * Special rules that apply to workstations * /.

    @media only screen and (min-width: 1025px) {}

    Body { font-size: 125%; }

    }

    Nancy O.

  • I use Dreamweaver cc 2014 and after styling css to my fluid page layout grid I lose him resize, delete, duplicate and move up / down ability.

    I use Dreamweaver cc 2014 and after styling css to my fluid page layout grid I lose him resize, delete, duplicate a high displacement / low capacity.

    For this reason I can't build new pages by copying a page to create a new one.

    I have a third style sheet that I use for the styles of navigation and h1 - h6 ect. Tags. and I'm also using a dropdown menu CSS, if one of them can be the problem?

    The menu css that I use has the following script: I spend at the bottom of the html page. Before the closing tag, body

    < script >

    $(function () {})

    $("#nav").tinyNav ();

    });

    < /script >

    I also use the following for an image - I have put it to the top of the fluid

    grid style sheet.

    * {

    box-sizing: border-box; / * Opera/IE 8 + * /.

    -moz-box-sizing: border-box; / * Firefox, another Gecko * /.

    -webkit-box-sizing: border-box; / * Safari/Chrome, another WebKit * /.

    }

    Can you please help.

    My experience is that you should not touch the style sheets that have been created by the system of FGL. Also, there is no need to copy and paste whenever it could disrupt the spoilsports. If you need to apply your own styles and then put them in a second stylesheet, that way if something goes wrong, you can always revert to the original.

  • Several CSS files accessed by Media Queries vs. Dreamweaver fluid grid approach

    Is it better to insert the media in the head of a HTML file that refers to one of several CSS files depending on whether the device moble, plate, or office or is it possible to use the approach of fluid grid of Dreamweaver layout that evokes a single large CSS file with all the instructions for the three formats. I understand that it is the only choice you have if you use the grid to fluid. I just worry that this could slow down a mobile connection to load three sets of instructions CSS when only one is necessary.

    Take a look at the load time of my site that contains a huge CSS file.

  • IE8 question: fluid grid/reagents nav bar - cancel or in css overide?

    For a sensitive Bootstrap site: how to replace the fluid grid and the foldable navbar on a separate stylesheet for IE8 to render the page not compliant? Is it a question of weight or destroy?

    Respond.js may address other elements of "screen" for IE8, assuming that no one with a smartphone or Tablet using IE older browsers in any case.

    But if someone could give me a branch of How to deal w/ the navbar and grid of fluid in the css without modifying the markup in my doc, I would be grateful to him

    Do you really need support IE8?  Very few people still use it.

    If you are compatible with IE8, create a style sheet IE only with your office layout styles.  Insert it inside a conditional comment for browsers of pre - IE9.

    Don't forget to insert this after all other styles and style, sheets just before your closing tag.

    
    

    Nancy O.

  • The use of fluid grid CSS

    I'm experimenting with the properties of fluid grid of DW, but I am at a loss of functioning CSS which is connected with it. In CSS, there is a distinction made between the mobile, Tablet and desktop sizes screen. When I add to this CSS one class "-header text" and give it a font size of 15px in mobile, 30px Tablet and 45px at the office, I think that when I adjust the size of the window of firefox or IE on my cell, the displayed text changes size when I exceed the sizes defined in this CSS file (screen only @media). However only the sizes of three police (most important: 45) is displayed even when I reduce the minimum browser window. Remove most of the CSS translates the medium font size display and delete this one in the smaller display.

    Can someone explain to me how the distinction between mobile, Tablet and desktop in this grid fluid CSS layout work and I can use this?

    The answers are in your code.  All devices inherit the styles of the mobile main provision.  Note all additional supports for Tablet and desktop (in red).  If these additional supports are removed, checkerboard to fluid will not work.

    I just did a quick test by adding police sizes to the div as shown .gridContainer below, and it works fine for me.

    / * Mobile layout: * /.

    {.gridContainer}

    font-size: 15px;

    }

    @media only screen and (min-width: 768px) {}

    / * Tablet Layout: * /.

    {.gridContainer}

    font-size: 30px;

    }

    }

    @media only screen and (min-width: 1001px) {}

    / * Available Office: * /.

    {.gridContainer}

    font-size: 45px;

    }

    }

    I recommend keeping fluid grid CSS for layout only.  Use a separate style sheet for styles of your content.

    Nancy O.

  • Application of CSS rules that exist in a new HTML element

    It is not possible to apply a CSS rule to an HTML element in 2014 DW. For example, I created a new H1 element, but I can't ask that, to a rule existing CSS, so I duplicate an existing CSS rule, rename it and then apply the H1 element to this new CSS element.  A real problem! This must be a simple process that I was easily able to do in previous versions of Dreamweaver. Anyone know if the next version of DW you will connect new HTML elements to the existing CSS rules?  Or is it a design bug that will be fixed soon?

    As I mentioned before, it does not in Live View mode. If you are in Live View and not using fluid grids, click the Live View dropdown and choose the design view.

    If you use flow layout grid, you must make a change to your fluid grid .css file return Design view. Close all other files and add the X below to your fluid grid css file...

    /*

    Properties Grid Dreamweaver fluid

    ----------------------------------

    DW-num-CLO-mobile: X 4;

    DW-num-CLO-Tablet: 8;

    DW-num-OCOL-Office: 12;

    DW-gutter-percentage: 25;

    =====================================

    Save and restart the program.

    From there over DW will treat your FGL as a normal page, so you will not have fluid and right grid guides, but view Design new, available in the Live View drop-down list.

  • How can I use the width of the full screen while using fluid grids?

    Start playing with fluid on the CS6 networks. If you start with the fluid grid model, in the arrangement of office (for example), the gridContainer is wide of 88.5%. It seems that you should do everything in the div. gridContainer That being said, if I want to create different visual effects on my page that use a real 100% width, how can I do that and stay within this structure/design methodology?

    Sounds pretty basic, but I don't want first to break the rules or hacking in a work around

    Thanks in advance.

    Donna

    Starting with the design of FG, you can set the widths of 100% in the new Document dialog box

    If you already have in the design of your page, you can change the gridcontainer classes in your css as below

    {.gridContainer}

    left margin: auto;

    margin-right: auto;

    Width: 100%;

    padding-left: 0%;

    padding-right: 0%;

    Clear: none;

    float: none;

    }

  • Green highlight when you use fluid Grid Layout Div tags

    That the Green highlight means when working in Live view of a checkerboard mode fluid using fluid Grid Layout Div tags? Sometimes they appear, but sometimes they did not. I think it has something to do with the width setting but I can't understand what is the rule, or which indicates the high point.

    Dreamweaver CS6

    Mac OSX 10.8.2

    Thank you!!

    Brian McNay wrote:

    the Green highlight sometimes disappears when you change the width property of the div. My question is what this means?

    If you change the width of a div manually in Code view or in the Panel styles CSS, Dreamweaver continues to treat it as a fluid grid layout div, and green highlighting disappears.

    To be considered a div of fluid grid layout, the width should be adjusted by dragging the handles in Design view. Dreamweaver snaps divs fluid layout grid to the grid on which is defined when you create the page, and it calculates the width and margin the number of decimals. If the width or margin does not match the dimension of the grid, the highlighting disappears, and the div is treated as any other div.

    It is not a bug, nor is the divs to layout fluid grid different from normal ones. The idea of the grid and the highlight is to allow you to create a layout adapted to a hypothetical grid. Once you have created the basic structure, it is best to disable the Visual guides in any case.

    Personally, I think that the implementation of fluid layouts grid in Dreamweaver CS6 leaves much to be desired. The basic idea is good, but it is difficult to use if you don't have a solid knowledge of CSS.

  • Navigation of the site legacy fluid grid.

    I recently used Dreamweaver to build custom WordPress Bootstrap themes. Apart from indigestion, I like things like the navigation... To upgrade a mobile nav friendly burger on my site of fluid grid, it would be easier to try and extract only parts of nav of the bootstrap or are at - it recommendations for an alternative solution. In an ideal world, I'd like something that did not rely on any Ajax/JS and was as compatible as possible.

    Not sure if this will allow a link to the site in question, but it's my http://www.websitesbymark.co.uk/ home page, which is marked on my profile.

    Any suggestions are welcome...

    Look at the Menu means that using CSS and jQuery for the sensitive menu only.

    MeanThemes | MeanMenu

    If you are worried about the increase in the code, do not use WordPress.

    Regarding rationalization Bootstrap, you can customize your package to include only the components & other features you actually use.   Extra leverage can be done with LESS / SASS before processors.  I also recommend only the use of scripts compressed with gzip enabled on servers.  This reduces a full installation of Bootstrap to about 30 KB.

    Nancy O.

  • How to make a video background to a fluid grid presentation in DW CS6?

    I have the full video backgrounds successfully placed in an ordinary web page, but cannot get a video to run as a complete history on a checkerboard to fluid. I searched this forum and the web without success.

    Anyone have any suggestions for a source for this app?

    Thanks in advance, Rich

    First read this:

    Can I use a video as a background? CSS-Tricks

    I don't advocate using the layouts of fluid grid (inheritance).  Support this feature faded when DW introduced Bootstrap for 2015 of CC.   FGLs won't be much longer. 

    Bootstrap has some very practical classes to make suitable videos that take their proportions in reagents layouts.

    ALT-Web Design & Publishing: reactive Bootstrap 3 Videos

    However, FGLs do not have this support.  If you yourself your own workaround solutions.

    Background videos have a price.

    • Too much bandwidth for mobile users.
    • AutoPlay is ignored by most mobile devices.
    • When it is used as a backdrop, the customary HTML5 video controls are not accessible.

    Nancy O.

  • Change the fluid grid in Dreamweaver CS6?

    I'm trying to understand how do to change my fluid layout grid in Dreamweaver CS6. Can anyone guide me on this issue? I'm also struggling with reorganize my images and text inside the div tags - can't move anything. Can someone enlighten me?

    Project seven Page Packs?  The affinity is their sensitive theme.

    Affinity PVII CSS: Reagents and Mobile-Ready layouts for Dreamweaver

    I use no more than FGLayouts.  At best, it's an OK Starter for your projects of reactive nature.  But I was never enthusiastic with the execution of the interface in DW.  Buggy, very fickle and if you alter the CSS code, it will break the page layouts.  Basically, it's a good idea that was never fully carried out.

    In 2015, CC, it's called fluid grid Layouts (Legacy) which means that it is removed gradually from. IMO, Bootstrap is much better.

    Nancy O.

  • fluid grid appears as his means to chrome and firefox, but in ie and safari the divs to display as a percentage of the entire screen, rather than as a percentage of the maximum width

    fluid grid appears as his means to chrome and firefox, but in ie and safari the divs to display as a percentage of the entire screen, rather than as a percentage of the maximum width

    I found the problem, thank you! nothing just a missing brace in the css that was causing the problem. the lines of code are numbered, and red when there is a problem (in cc at least 15). I could be the last to know that.

  • Adding a new page to fluid grid

    I try to add a page of my document of fluid grid. But every time I try to add that I have to make a new document and new boilerplate.css, etc.. Someone knows the answer to add a new page to my site?

    File > save as new_filename.html

    Repeat for other pages of the site.

    Nancy O.

  • Page when enlarged kicks / fluid grid Video resize

    I have some problems with my foot on this page: http://pauldhart.com/tf_teaser.html

    I applied the code to allow for the video, incorporate scalability in the fluid grid and the footer is in the EXACT right place when the window is reduced in size, however, when that maximize the footer jumps down below the scroll.

    I guess it has something to do with my code for the video scaling, since it disappears when I cut this CSS but I can't identify the problem.  Here is the code in question.

    HTML PART:

    < div id = "contentbody" >

    < div class = 'container-video' >

    " < iframe src =" Byline = 0 & portrait = 0 & https://Player.Vimeo.com/video/128816726?color=f6ecca "width ="500"height ="281"frameborder ="0"allowfullscreen mozallowfullscreen webkitallowfullscreen > < / iframe > "

    < / div >

    < div id = 'fb-root' > < / div >

    < script > (function (d, s, id) {})

    var js, SJF = d.getElementsByTagName (s) [0];

    If (d.getElementById (id)) return;

    js = d.createElement (s); js.ID = id;

    js. SRC = "/ / connect.facebook.net/en_US/all.js#xfbml=1";

    fjs.parentNode.insertBefore (js, SJF);

    (} (document, 'script', 'facebook-jssdk')); < /script >

    " < div align ="left"id ="footer"> < div class ="fb-like"data-href = ' http://Facebook.com/threefingersmovie "data-width ="330"data-colorscheme = data-show-faces of the 'light' = 'false' data-send ="true"> "

    < / div >

    CSS PART:

    {#contentbody}

    Clear: both;

    float: left;

    Width: 100%;

    display: block;

    margin: 0px;

    padding: 0px;

    box-shadow: 3px 10px 20px #000;

    max height: 600px;

    }

    .video-container {}

    position: relative;

    padding-bottom:56.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

    }

    . Video-container iframe, .video-container object, container-.video incorporate {}

    position: absolute;

    top: 0;

    left: 0;

    Width: 100%;

    height: 100%;

    max height: 600px;

    }

    If you follow the link above and resize the browser, you will see the question.  Any suggestions would be very helpful!  Thanks guys/girls.

    The problem is caused by padding-bottom on the container-video class. When the fill is specified as a percentage, the value is always calculated the width of the parent element. This applies not only to the horizontal padding, but also vertical filling. Therefore, the page becomes, more the footer is pushed away from the video.

    The solution is very simple. Once the video has reached its maximum height, you must change the fill from the bottom to a fixed value instead of a percentage. Add this to your style sheet:

    @media screen and (min-width: 769px) {
       .video-container {
           padding-bottom: 576px;
       }
    }
    

Maybe you are looking for

  • lag so much on my gaming rig

    I built a gaming pcData sheet:i5 4670 k8 GB ramNVIDIA 760And it works fine on everything except the browsers. It lags so much in any browser, including firefox. There are also ads that are not who are blocking the entire page. I have the ad blocker..

  • Upgrade my processor from Pentium M740 for the M780 Qosmio G20?

    Hi all! Well I just wanted to know if it was possible to upgrade my CPU Intel Pentium M 740 at the 780? List of Pentium M processor specification http://www.Intel.com/products/Proces.../pentium_m.htm Thanks in advance! Best regards Sylvain EDIT: I go

  • Windows Vista active again and again

    * original title - Windows Vista active more and more and more and (you get the idea) *. for 3-4 months, at least once or twice a week (currently twice now with 3 days now) VIsta started in a black screen, stating that "this copy of Windows is not ge

  • Update of PSU and video card

    Hello, I wanted to update my power supply and the video card. I would get the PSU is the SeaSonic S12II 620 Bronze 620W (http://www.newegg.com/Product/Product.aspx?Item=N82E16817151096&Tpk=17-151-096) but I didn't know if my computer could manage and

  • bypassdownloader cisco ASA

    On the local PC, I want to bypass the automatic update to the new anyconnect version installed on our ASA. I'm the parameter bypassdownloader to true, but that does not enter into force. My client has always upgrades. I'm testing this feature. true