Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 182 results for
page-sizing
- Page 1
Hide the page index from pager row
Programming
Web Development
13 Years Ago
by ssreevidya.m
… that include paging and i created pagesize drop down for
page
sizing
. I use PreRender event for displaying this pagerrow even if… pagesize. My problem is, in pager row the
page
index also dispalyed with
page
size dropdown as '1'. Can i hide it…
Page hangs or displays connection pooling max size error
Programming
Web Development
20 Years Ago
by AlexClifford
… read on the Microsoft website that the connection pools
sizing
issue is a bug in the Framework but I… in anyway it would be really appreiciated, the entire
page
's code is shown below. [code]<%@ Import …Namespace="System.Data" %> <%@
Page
Language="vb" AutoEventWireup="false" Codebehind="…
Re: Page hangs or displays connection pooling max size error
Programming
Web Development
20 Years Ago
by michaelsowa
… outer query? Also you should check any pages proceeding this
page
to make sure all the connections are getting closed properly…. It may not be just this
page
it could be other pages compounding until you have no…
Re: page is disarranged when zoom in/out in browsers
Digital Media
UI / UX Design
11 Years Ago
by diafol
This won't be due to php. It'll be a css issue. I noticed that you are also using inline
sizing
- do it all in a css file or head style tag. Need to move to html/css forum?
Re: Hide the page index from pager row
Programming
Web Development
13 Years Ago
by ssreevidya.m
hai , I want to display only the pagesize-dropdown in the pager row without
page
index. For that can I set the FirstPageText as empty. I tried like following, but it didnt work. [CODE]Gridview1.PagerSettings.FirstPageText = "";[/CODE] Thanks in advance, Sreevidya.
My page won't load on Macs
Digital Media
UI / UX Design
16 Years Ago
by daveg8
…. You may want to adjust based on your final font
sizing
. */ .twoColElsLtHdr #container { width: 960px; margin: 0 auto…the auto margins (in conjunction with a width) center the
page
*/ text-align: left; /* this overrides the text-align… can be used to float an element left in your
page
*/ float: left; margin-right: 8px; } .clearfloat { …
Re: My page won't load on Macs
Digital Media
UI / UX Design
16 Years Ago
by daveg8
…. You may want to adjust based on your final font
sizing
. */ .twoColElsLtHdr #container { width: 960px; margin: 0 auto…the auto margins (in conjunction with a width) center the
page
*/ text-align: left; /* this overrides the text-align… can be used to float an element left in your
page
*/ float: left; margin-right: 8px; } .clearfloat { …
Re: My page won't load on Macs
Digital Media
UI / UX Design
16 Years Ago
by daveg8
No, I'm not using flash. Only PHP, javascript, SQL, and HTML. It's a problem because I don't have a Mac to test it on. It seems that only about 1/2 of the Macs won't open the
page
...but this
page
is crucial to my site. Interestingly, the Macs at the Mac store all open the
page
just fine...
Re: how to make border around page with multicolor ?
Digital Media
UI / UX Design
7 Years Ago
by gentlemedia
… they don't have effect on other elements on the
page
and that's why if your paragraph grows, it goes…-box-
sizing
: border-box; -moz-box-
sizing
: border-box; box-
sizing
: border-box; } *, *:before, *:after { -webkit-box-
sizing
: inherit; -moz-box-
sizing
: inherit; box-
sizing
: inherit…
Opacity of the Content in HTML page
Community Center
9 Years Ago
by Jawad.ali
I have a HTML
page
with a background image. I am trying to change the … li a { width: 100%; -moz-box-
sizing
: border-box; -webkit-box-
sizing
: border-box; box-
sizing
: border-box; border-bottom: 1px solid #fb998c…
Gridview PageSizing
Programming
Web Development
14 Years Ago
by ssreevidya.m
…web pages that are also needed
page
sizing
. how can i create a class…//selects item due to the GridView current
page
size ListItem li = ddl.Items.FindByText(GrdStudent…void ddl_SelectedIndexChanged(object sender, EventArgs e) { //changes
page
size GrdStudent.PageSize = int.Parse(((DropDownList)sender).SelectedValue…
iframe sizing problems
Digital Media
UI / UX Design
15 Years Ago
by chunky1318
… within them, with navigation along the top. The problem is
sizing
the second set of iframes. They are all held within… The blue dotted border is the table from the linked
page
, and the red dotted border is the iframe within the… second
page
. Clicking on "personal details" will show you …
CSS image sizing
Digital Media
UI / UX Design
14 Years Ago
by seularts
I need some help with
sizing
an image in height. My
page
is tzr.ro, and as you can see in some …
Re: Make submenu in tab menus hover over page content
Digital Media
UI / UX Design
10 Years Ago
by berserk
…: 1; display: block; position: relative; -webkit-box-
sizing
: border-box; -moz-box-
sizing
: border-box; box-
sizing
: border-box; } #cssmenu:after, #cssmenu >…
Using Node.JS and Socket.IO to change html page
Programming
Web Development
9 Years Ago
by bradly.spicer
…title> <style> * { margin: 0; padding: 0; box-
sizing
: border-box; } body { font: 13px Helvetica, Arial; } form { background… function(){ console.log('listening on *:3000'); }); //Get index.html
page
app.get('/', function(req, res){ res.sendfile('index.html'); });…
from VGA to HDMJI problems
Hardware and Software
Hardware
14 Years Ago
by tocalosh
… an ATI HD5670 GPU. I cant seem to get my
page
sizing
correct. Ifi resize fonts so i can read stuff in… border and half of my desktop items are off the
page
, can someone please tell me how to set the resolution…
from VGA to HDMI problems
Hardware and Software
Hardware
14 Years Ago
by tocalosh
… an ATI HD5670 GPU. I cant seem to get my
page
sizing
correct. Ifi resize fonts so i can read stuff in… border and half of my desktop items are off the
page
, can someone please tell me how to set the resolution…
Image Overlay Help - Mostly Complete Example Page
Digital Media
UI / UX Design
13 Years Ago
by KPheasey
Hello, I have the following
page
: [URL="http://k-fez.com/example.html"]http://… just overlay ontop of the other images instead of re-
sizing
the row/column. Also, I would like it to be…
Re: My page doesn't look right in ie
Digital Media
UI / UX Design
17 Years Ago
by sillyboy
The problem lies where you are using the divisions for the second anchors in your list. The only purpose of these divisions I see is for font
sizing
, so I think you should move this
sizing
to css and remove the divs.
Re: how to make border around page with multicolor ?
Digital Media
UI / UX Design
7 Years Ago
by ekka
… : 100%; background-color : #d0d0d0; padding : 0 20px; box-
sizing
: border-box; } * , *::before , *::after { box-
sizing
: inherit; } .container { background-color : #ffffff; border-top…
Re: Detect Viewport Width Live in Javascript Pass Result to Ajax Call PHP Page
Programming
Web Development
8 Years Ago
by bigignoramus
…is that, in an ideal world, everything on the
page
beyond the
sizing
ought to appear in php in the usual php… mean disabling caching. 4. Presenting the size not on this
page
, but in the pieces of php. --> <!DOCTYPE… the pieces of php pages, not on this html
page
. This index
page
ought not on itself to present anything. // I…
Re: Load content without redirecting page using window.history.pushState
Programming
Web Development
6 Years Ago
by tun712
…</div> # CSS # *, *::after, *::before { box-
sizing
: border-box; } html, body { height: 100%; line-height: 170…400; word-wrap: break-word; text-align: center } .
page
{ width: 100vw; height: 100vh; background: #7a60ff; background:…
Browser Sizing Problems
Community Center
17 Years Ago
by buffalo6
…"]www.ar24productions.co.uk[/URL] When on the Ethos
page
, the client list gif stretches over the footer, extending the…
page
, whereas i'd want it to be contained within the …
Re: Browser Sizing Problems
Community Center
17 Years Ago
by peter_budo
Copy and past lin to your
page
into [URL="http://validator.w3.org/"]validator [/URL]and you will be supriced to find few mistakes :)
Getting to old for this-Gridview sizing and location
Programming
Software Development
17 Years Ago
by ljf118
…;DIV> instead it always positions itself all over the
page
in absolute placement. The control is bound and I cannot…
IE7 not sizing new window
Programming
Web Development
16 Years Ago
by sagecelt
… function perfectly as expected but IE7 opens a new whole
page
window and complains about ActiveX, requiring an acceptance by the…
Re: IE7 not sizing new window
Programming
Web Development
16 Years Ago
by sagecelt
Via website - it's part of a whole html
page
.
internet explorer is not sizing tables properly and yeah
Digital Media
UI / UX Design
15 Years Ago
by SKANK!!!!!
… explorer is making the table MORE THAN 100PERCENT of the
page
when theres nothin in it more than 490px ok. what…
containing block not auto sizing
Digital Media
UI / UX Design
12 Years Ago
by Squidge
…, I seem to have an issue with my CSS. The
page
setup that has the issue is: <footer> <…
problem with div re sizing
Digital Media
UI / UX Design
11 Years Ago
by yaragalla_mural
… positioned accordingly. so when the browser is re sized the
page
looks awkward. So how to resolve this?
1
2
3
4
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC