www.webdeveloper.com
+ Post New Thread
Page 3 of 3 FirstFirst 1 2 3
Threads 51 to 70 of 70

Forum: CSS

Discussion and technical support relating to Cascading Style Sheets.

  1. Sticky Thread Sticky: CSS References

    CSS Shorthand CSS Tips and Tricks Part I CSS Tips and Tricks Part II CSS Article Reference Can we sticky this and have people add in articles worth checking out? I'm sure they would likely be in the CSS article reference link already, but we could point out ones that we link to the most...

    Started by spufi‎, 03-29-2005 05:40 PM
    5 Pages
    1 2 3 4 5
    • Replies: 63
    • Views: 152,121
    08-27-2012, 07:57 PM Go to last post
  2. Sticky Thread Sticky: Before asking why your page doesn't work: Validate!

    If your HTML mark-up or your CSS has errors, you cannot expect a browser to display your page correctly, or even the same as another browser. So before telling us some browser doesn't work or that CSS sucks, use the validators: HTML Validator CSS Validator

    Started by NogDog‎, 08-09-2006 01:57 PM
    • Replies: 0
    • Views: 43,020
    08-09-2006, 01:57 PM Go to last post
  1. Color of Firefox browser tabs change

    Hello, I have made a website in HTML5 and CSS 2.1 but when I open it, the navigation toolbar and menu and tabs in my browser changes to the color of my container(div under body). Is there a way I can change the colors of my browser using code? Because I don't want other users of my website...

    Started by MrShala‎, 04-29-2013 03:59 AM
    • Replies: 0
    • Views: 430
    04-29-2013, 03:59 AM Go to last post
  2. CSS drop down menu problem

    Hello, I am trying to follow the code from this simple css drop down menu here. I have the code which I am trying to make work with what I have currently. I want the spacing between the listed items for the menu. When I use the code from the website I cannot seem to set the spacing I need. The...

    Started by ecross‎, 04-27-2013 06:30 PM
    • Replies: 1
    • Views: 604
    04-28-2013, 08:10 AM Go to last post
  3. resolved [RESOLVED] wrapper div has gap

    My header wrapper has a gap at the bottom of it for some reason but I am unsure why. The inner div and wrapper div should be the same height { liquid height for content } but the wrapper has a small gap after I added my navigation menu. Help? Everything can be found here:...

    Started by JesseToxik‎, 04-28-2013 01:55 AM
    css, jquery
    • Replies: 0
    • Views: 493
    04-28-2013, 01:55 AM Go to last post
  4. Exclamation Smooth margin-size change between break-points?

    I'm trying to center a jQuery Mobile page with a panel and "margin: 0 auto" doesn't work, so here is what I have: <style type="text/css"> @media screen and (min-width:65em){ div, .ui-page{ margin-left:2.5em; } } </style>

    Started by amandaNHT‎, 04-28-2013 01:02 AM
    • Replies: 1
    • Views: 466
    04-28-2013, 01:05 AM Go to last post
  5. Move Search box to the right of menu bar

    Hi all, I'm trying to create a search box that is located in the far right of the menu bar, and i want to remove the hover effect of the search box. Sorry for my bad english, to know what i mean, you can see the picture below :D Myblog: http://thegioidulieu.blogspot.com/ menu bar:...

    Started by takeover4444‎, 04-27-2013 11:30 AM
    • Replies: 0
    • Views: 386
    04-27-2013, 11:30 AM Go to last post
  6. resolved [RESOLVED] DIV Spacing

    I'm just getting into HTML and CSS and have a problem with setting the spacing between divs. I've tried to use top and left to position the boxes rather than making use of margins and padding. I'm more used to this method from my Excel UserForm use. So for demo purposes of my problem I've...

    Started by TedN‎, 04-26-2013 11:46 AM
    • Replies: 3
    • Views: 585
    04-26-2013, 03:26 PM Go to last post
  7. resolved [RESOLVED] Stacking div tags vertically...

    I had a lot of trouble with this one. I ended up figuring it out with CSS attributes I've never used before, although very simple and now I know I have to use said attributes more often. What I'm wondering is if there's any way to clean this up a little more. Or if there's another way to do...

    Started by jlnewnam‎, 04-26-2013 01:22 PM
    • Replies: 2
    • Views: 595
    04-26-2013, 02:53 PM Go to last post
  8. problems with viewing blog in internet explorer 9

    Hi all. i'm having the prolems with my blog, when i view it in firefox or chrome, it works fine, but it in IE9, i found too many issue, first, the footer too large, and suddenly some border appear, you can see those errors in the pictures below: ...

    Started by takeover4444‎, 04-25-2013 10:48 AM
    • Replies: 0
    • Views: 955
    04-25-2013, 10:48 AM Go to last post
  9. Box height not rendering correct height in chrome

    Hi This page http://www.ccmediaservices.co.uk/residential-lettings/ Renders perfectly fine in firefox and in ie. But in chrome the filter box on the right hand side seems a bit short and the search button fails to fit within the box. The purple box to the right of the listings Can't...

    Started by gl82uk‎, 04-24-2013 12:51 PM
    • Replies: 4
    • Views: 848
    04-24-2013, 07:40 PM Go to last post
  10. Dropdown menu hiding behind content

    Hi all, I'm having a problem with my new dropdown menu bar, i tried hard to figure out the problem but cannot seem to find a solution. Here is the code for the dropdown menu bar #nav,#nav ul { list-style: none outside none; margin: 0; padding: 0; } #nav {

    Started by takeover4444‎, 04-24-2013 02:25 PM
    • Replies: 0
    • Views: 584
    04-24-2013, 02:25 PM Go to last post
  11. Images (.png) and float containers

    Hi everyone, I am new to the forums, and to web design. I am currently taking a class on HTML5 and CSS. For my final project, I am supposed to publish a web site. So far, however, I have been having issues with inserting images, and displaying floats. I am currently writing code for my home...

    Started by NorrinRadd‎, 04-23-2013 05:44 PM
    • Replies: 1
    • Views: 717
    04-24-2013, 09:35 AM Go to last post
  12. Drop Down Menu Not Displaying Within A Div Table Cell

    I need to put a simple css drop menu within a div table cell. Note that I'm using the table cells as a workaround of CSS's inability to control vertical alignment in float divs, and I need to use those because the page is built from a matrix of divs that are dynamically generated so I have no...

    Started by chestertb‎, 04-22-2013 06:00 PM
    • Replies: 4
    • Views: 928
    04-23-2013, 12:32 AM Go to last post
  13. Help with Modal Window CSS

    I'm trying to put a modal window on my webpage. I found a script on the net and it works just fine, except that when the window displays, the background page is not "washed out". I think it has to do with the opacity property, but I can't get it to work. Can someone please help with this. ...

    Started by jimweinberg‎, 04-20-2013 07:32 AM
    • Replies: 3
    • Views: 802
    04-21-2013, 03:25 PM Go to last post
  14. Question Masking Textboxes

    Hey there. Just a quick question here.. is there any way to mask a textbox with an image? I've tried -webkit-mask-image, -o-mask-image, -moz-mask-image, and mask-image but none of them seem to work with input text. Thanks in advance, Jacob

    Started by Jacob Haitsma‎, 04-21-2013 02:31 PM
    • Replies: 0
    • Views: 374
    04-21-2013, 02:31 PM Go to last post
  15. Position facebook like button, twitter button

    Silly question, but how do you position the: facebook like button; tweet button; twitter follow button; pin it button? I have put them all into an <ul id="social">:

    Started by Dal123‎, 04-21-2013 06:05 AM
    • Replies: 0
    • Views: 522
    04-21-2013, 06:05 AM Go to last post
  16. Hot to get rid of this div with the CSS?

    Hot to get rid of this div with the CSS? <div style="width: 100%; text-align: center; margin: 5px 0 5px 0;"> <a href=""""" /></a> </div><div id="hallinta"><a rel="nofollow" href="/wp-admin/"></a></div> <div id="page"> I have tried to do it with this code: div {

    Started by KPP‎, 04-20-2013 08:35 AM
    • Replies: 1
    • Views: 600
    04-20-2013, 01:12 PM Go to last post
  17. Need easy solution for this

    This is really noob question, but I forgot how to do this.. I have 3 lists like this at the moment: http://imageftw.com/uploads/20130420/nimetön.png With what kind of CSS code I can make it go like this: http://imageftw.com/uploads/20130420/9Sieppaa.PNG ? Just need to know how to get...

    Started by -Kilkiju-‎, 04-20-2013 09:10 AM
    • Replies: 1
    • Views: 527
    04-20-2013, 11:29 AM Go to last post
  18. CSS <div> tables not taking height attributes

    Hi All, I have a <div> based table in CSS nested inside another <div> table. I can't seem to set the overflow:hidden attribute if there's a line of text in the cell. I know... you're asking "why would you want to?". It would take too long to explain, and it would also take too long to...

    Started by chestertb‎, 04-19-2013 07:28 PM
    • Replies: 2
    • Views: 634
    04-20-2013, 08:46 AM Go to last post
  19. Firefox not loading my CSS file, uggg!

    i'm clueless on how to get Firefox to load the css file. and clueless on why it is not loading it? does anyone know how to fix? http://www.tomcarden.net/floydny/website_0.9.1/index.html i used to hate IE, now it's FF btw - probably has to do with FF dropping the HTTP, and for...

    Started by toptomato‎, 04-19-2013 09:58 PM
    • Replies: 2
    • Views: 643
    04-20-2013, 07:30 AM Go to last post
  20. CSS is driving me NUTS!

    Check out this link: http://www.myeasytv.com/blog/ YOu can see that there is a grey spot inbetween the bottom of the facebook and the top of the body I cant seems to get that small gap to be white. I have used Firebug and i KNOW it is with this class: socialmeds

    Started by Athmaus‎, 04-19-2013 05:16 PM
    • Replies: 1
    • Views: 552
    04-20-2013, 05:56 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 73 users browsing this forum. (0 members & 73 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles