Tagged Questions
0
votes
1answer
18 views
Styling DropDownList ASP.NET
Hi I am trying to make my DropDownList like this in my ASP.NET web application.
I cant't use the select tag because I am already bounded some data to the DropDownList.
Basically I am trying to ...
0
votes
3answers
39 views
div height not expanding with browser
I have a content editable div inside another div. The width expands when IE is expanded, but height is not expanding
I set a min-height of 300px because i want it to be 300 px height at the time of ...
0
votes
1answer
49 views
Css validation do not work in asp net
i cant use css validation class inside asp.net controls but all other css design works correctly for example i just need to add class="validate[required]" to make a control validation in html but the ...
0
votes
2answers
19 views
Table Column Misalignment
Please consider the following (http://jsfiddle.net/HaLGr/11/):
.head_row {
color: #FFFFFF;
background-color: #5D7B9D;
}
.row_one {
font-size: 12px;
}
.row_two {
font-size: 12px;
...
0
votes
0answers
40 views
How can I determine which element's attribute needs to be modified?
I am trying to visually clean up the appearance of a legacy asp.net page; it seems that something has a border-left and border-right property that I need to get rid of, but I can't determine which ...
1
vote
2answers
39 views
embedding fonts in asp.net
I am trying to embed some fonts via a CSS file for my asp.net website but without success.
Here is the code for the CSS:
@font-face {
font-family: Segoe UI;
src: url('SEGOEUI.ttf');
}
...
0
votes
1answer
25 views
GridView Header Fixed and column Freezing
I have browsed in allmost all the sites but didnt get proper solution. My question is on Fixing Grid View header and freezing the column. Most of the sites say that the browser doesnt supports, well i ...
0
votes
1answer
49 views
Learning CSS, how to use stylesheet with master page
I'm trying to learn to use stylesheets. I have build several websites, but never used stylesheets.
My first try is to repeat an image at the top of the page to create some kind of header.
So I have ...
1
vote
1answer
56 views
Css rotate div creates white space on top
I have a div that I rotate from vertical to horizontal. The problem is that when I rotate it creates big space at the top. I want when rotate the div be stacked on the top. How can I achieve this the ...
0
votes
2answers
78 views
ASP.NET Server Controls - Show Hide Textbox based on Dropdown selection
What is the best way to show/hide a textbox or an entire div section based on a users selection from a dropdown? I don't believe its possible with server controls, so I would have to use regular ...
0
votes
1answer
30 views
CSS Sprite Display Inline-Block Displays Incorrectly with IE Browser
I have a website I created using Sprite controls and AJAX controls.
I can run the website in Chrome, and it looks just like the JSFIDDLE version.
However, when I turn to IE10 and try displaying the ...
0
votes
1answer
31 views
hide the errors but retain the validation summary header of ASP.NET Validation summary
I try to solve this issue by creating a css and apply it on Validation Summary. The solution below only works on Firefox and Google Chrome but not working in IE(7,8, and 9). Anyone experienced this ...
0
votes
1answer
30 views
Aspx page alignment problems
On my website, doesn't matter what I do, I cannot seem to center anything in any of the pages on my website. Everything aligns on the side, or on random places on the page. The only solution ise to ...
0
votes
2answers
40 views
asp.net insert HTML from Code Behind page
I've got a problem with ASP.NET.
I'm using C#.
With a SQL query i have the number exactly of rows in a Database, i need to write the same number of div tag to show the results.
This is the code
...
0
votes
1answer
21 views
Server-side preprocessor for crisp nice Font/Text like in photoshop
is there any way to render Text/Fonts with a preprocessor or something like these to get nice fonts with glow, grandient, crisp like in photoshop ?