User Profile

Collapse

Profile Sidebar

Collapse
wildflower
wildflower
Last Activity: Dec 31 '12, 04:52 PM
Joined: Nov 21 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wildflower
    replied to Text decoration too thick on Firefox
    I don't know how to set the line up as a border while getting it to react as a hover. Does it behave the same way? Thanks again for your assistance.
    See more | Go to post

    Leave a comment:


  • wildflower
    replied to Text decoration too thick on Firefox
    Thanks for your response. I have the H2 w/hyperlink set up in CSS with a hover underline meaning I don't want it underlined all the time. Works fine in Safari but Firefox displays a really thick line. I've done extensive research on this and noticed one of the major websites has the same display problem so maybe there is nothing that can be done about this issue. Here is the link if you want to see what I'm talking about. Thanks again! ...
    See more | Go to post

    Leave a comment:


  • wildflower
    started a topic Text decoration too thick on Firefox

    Text decoration too thick on Firefox

    is there a way to set it at 1 px on an H2 with hyperlink?

    Thanks in advance.
    See more | Go to post

  • wildflower
    replied to Gaps Between Columns?
    Thanks for looking at this. There should be an easier way to put a 20px gap between columns. Here is what I have:

    Code:
    <table style="width:100%; border: 3px solid #003300;">
          <tr>
            
    <!-- Row 1 -->
    
            <td style=
            "width: 275px; font-size:14pt; color: #000000; 
    	font family:Georgia,Times New Roman,sans-serif; 
    	background-color:#99CCFF;
    ...
    See more | Go to post
    Last edited by Rabbit; Dec 2 '12, 02:24 AM. Reason: Please use code tags when posting code.

    Leave a comment:


  • Do you mean the stylesheet portion? If so, there isn't anything for the table...would that be the problem?
    See more | Go to post

    Leave a comment:


  • I'm sorry - code tags? I thought I did post the code. I'm a novice so the lingo is confusing.

    I'm not sure if I've written this table tag properly. I'm having an issue in one of my columns. The text doesn't show up until half way down the page and looking for solutions.
    See more | Go to post

    Leave a comment:


  • wildflower
    started a topic Gaps Between Columns?

    Gaps Between Columns?

    I have two rows with three columns all evenly spaced. Would like to put space between the columns only, a gap if you will. Would like the background to be visible between the columns.

    I was using this but unsure where to place the html portion.

    Code:
    td.class {
      border: 5px solid #000000; 
      column-count: 3;
      column-gap: normal;
    }
    
    <td class="border">
    Also...
    See more | Go to post
    Last edited by Rabbit; Nov 30 '12, 11:24 PM. Reason: Please use code tags when posting code.

  • Please tell me what is wrong with this table CSS style code

    Code:
    <table style="width:100%; border: 3px; solid #003300; cellspacing="20" margin:auto">
    See more | Go to post
    Last edited by Rabbit; Nov 30 '12, 10:52 PM. Reason: Please use code tags when posting code.

  • That's interesting. It doesn't work in Safari, and in Firefox the bullets are green (the same color green as the border which is darker than 'visited' green text) with white text before visited.
    See more | Go to post

    Leave a comment:


  • wildflower
    started a topic Would like bullet to change color with link

    Would like bullet to change color with link

    How would this be formatted in CSS? Right now it stays white after link has been visited and I would like it to change to green. Thank you!

    Code:
    <ul style="list-style-type: square;"> <a rel="nofollow" href="http://www.nytimes.com/2011/07/09/us/09spill.html?_r=1&hp"> <li>Governor Says Montana Was Misled on Oil Spill</li></a>
    
    a:link {
      color:#FFFFFF; /* white
    ...
    See more | Go to post
    Last edited by Meetee; Nov 21 '12, 04:31 AM. Reason: code tags added
No activity results to display
Show More
Working...